Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-bhcn5 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-bhcn5" namespace: "ditto" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ditto.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-bhcn5" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-bhcn5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ditto" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-bhcn5 in /home/jenkins/agent/workspace/ditto-client-java-ci [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] cleanWs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/ditto-clients.git > git init /home/jenkins/agent/workspace/ditto-client-java-ci # timeout=10 Fetching upstream changes from https://github.com/eclipse/ditto-clients.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 389cec4b956eaf7af0d5c300a9084b8fa2cd65dd (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 389cec4b956eaf7af0d5c300a9084b8fa2cd65dd # timeout=10 Commit message: "fix Java client build after upstream changes in Ditto" > git rev-list --no-walk 389cec4b956eaf7af0d5c300a9084b8fa2cd65dd # timeout=10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/ditto-client-java-ci/java [Pipeline] { [Pipeline] sh + mvn clean install javadoc:jar source:jar --batch-mode --errors -DcreateJavadoc=true -DskipITs=true --settings .maven.settings.xml Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-client >------------------- [INFO] Building Eclipse Ditto :: Java Client 0-SNAPSHOT [INFO] from pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-client --- [INFO] [INFO] --- flatten:1.0.1:clean (flatten.clean) @ ditto-client --- [INFO] [INFO] --- license:3.0:check (default) @ ditto-client --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license:2.0.0:add-third-party (default-cli) @ ditto-client --- [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] Copying 0 resource [INFO] [INFO] --- flatten:1.0.1:flatten (flatten) @ ditto-client --- [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT... [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 354 source files to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ ditto-client --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/surefire-reports [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running TestSuite Configuring TestNG with: TestNG60Configurator 10:32:24.072 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 10:32:24.076 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 10:32:24.173 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 10:32:24.184 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 10:32:24.286 [Thread-6] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 10:32:24.602 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 10:32:24.603 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 10:32:48.937 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found multiple candidates as MessageSerializerKey for type 'class java.lang.String' and subject '*' - thus returning none: [ImmutableMessageSerializerKey [contentType=text/plain, javaType=class java.lang.String, subject=*], ImmutableMessageSerializerKey [contentType=application/json, javaType=class java.lang.String, subject=*]] 10:32:48.942 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 10:32:48.943 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 10:32:49.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 10:32:49.854 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:32:49.856 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0c4132f1-c991-4f30-a4ae-a1d31c7c5255 10:32:49.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=93c37579-3935-4f5d-b511-df040c5b0a37 10:32:49.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1779a067-cec9-40e5-8b9e-ab53b97476e4 10:32:49.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3f3760e2-1b59-42b6-8ef8-9c0eeeba12f4 10:32:49.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 10:32:49.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 10:32:49.932 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:32:49.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b017ae43-93c4-4735-8bff-600bc5faa4d2 10:32:49.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4e0b4c75-cb35-4c1e-b5ae-c955aa25ede9 10:32:49.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6712b17f-e8fe-4dde-98ec-b225be1b1863 10:32:49.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c7d3c111-b506-4c71-94c8-06430f73c4e8 10:32:49.935 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 10:32:49.935 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 10:32:49.937 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:32:49.937 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d4d8ad95-c4de-431f-9906-e2050697919a 10:32:49.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=deb01e5a-baa3-4e64-b08c-62e14e1381a2 10:32:49.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f081b6fc-96f7-4924-991f-a047b5f5be59 10:32:49.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0d04ca1c-d69c-4796-85e1-6d38e0f77c52 10:32:49.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 10:32:52.275 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:32:52.275 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 10:32:55.008 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <65fc69c3-4628-42d3-b417-55884ffa736b>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 10:32:55.008 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <65fc69c3-4628-42d3-b417-55884ffa736b>: Waiting for <1> second(s) before retrying to . 10:32:56.009 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <65fc69c3-4628-42d3-b417-55884ffa736b>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 10:32:56.009 [Thread-16] INFO o.e.d.c.messaging.internal.Retry - Client <65fc69c3-4628-42d3-b417-55884ffa736b>: Waiting for <1> second(s) before retrying to . 10:32:57.012 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <8ffa09c2-8800-4041-99ae-b758a91aeb89>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 10:32:57.012 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client <8ffa09c2-8800-4041-99ae-b758a91aeb89>: Waiting for <1> second(s) before retrying to . 10:32:58.024 [ditto-client-reconnect-dummy:7eedf65a-4ec0-46c0-adcb-d47230d0df6b-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 10:32:58.037 [ditto-client-reconnect-dummy:7eedf65a-4ec0-46c0-adcb-d47230d0df6b-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: Failed to resolve hostname unknown.host.invalid:80: unknown.host.invalid: Name or service not known 10:32:58.038 [ditto-client-reconnect-dummy:7eedf65a-4ec0-46c0-adcb-d47230d0df6b-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 10:32:58.038 [pool-258-thread-1] INFO o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted. 10:32:58.039 [pool-258-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 10:33:00.547 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 10:33:00.559 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: The status code of the opening handshake response is not '101 Switching Protocols'. The status line is: HTTP/1.0 503 Server hurt itself in its confusion! 10:33:00.559 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 10:33:00.559 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 10:33:01.560 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 10:33:01.562 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: The status code of the opening handshake response is not '101 Switching Protocols'. The status line is: HTTP/1.0 503 Server hurt itself in its confusion! 10:33:01.562 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 10:33:01.562 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 10:33:02.562 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 10:33:02.565 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.m.i.WebSocketMessagingProvider - Got exception: The status code of the opening handshake response is not '101 Switching Protocols'. The status line is: HTTP/1.0 503 Server hurt itself in its confusion! 10:33:02.565 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 10:33:02.565 [ditto-client-reconnect-dummy:2d32ea34-7cd2-4f43-8206-5251a9f9f8b1-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <2> second(s) before retrying to . 10:33:02.566 [Time-limited test] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 10:33:02.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 10:33:02.574 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"1c83d1db-f9aa-494b-ae76-cd121bce45c3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"} 10:33:02.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 10:33:02.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 10:33:02.589 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 10:33:02.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 10:33:02.591 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6c18cc0c-71e4-44bc-a79f-de8723e299c2","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 10:33:02.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 10:33:02.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 10:33:02.599 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"ed7d2900-81a1-489d-aefb-dcbc29623dbc","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 10:33:02.628 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 10:33:02.628 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 10:33:02.629 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.630 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"9090d017-4880-47b8-887f-434c474f6dab","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"} 10:33:02.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 10:33:02.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 10:33:02.633 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.633 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"3aef4b9d-c471-4e1b-a404-f35215df7723","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 10:33:02.636 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 10:33:02.636 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 10:33:02.637 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.637 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4a4e9077-ead1-433f-a1bd-f9c0403b2e7f 10:33:02.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 10:33:02.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 10:33:02.648 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"3c8cd55b-e8cd-4f18-84f2-9d67eb39865c","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 10:33:02.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 10:33:02.652 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"d6d658f1-0fb4-4d70-85f6-4efe01024795","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 10:33:02.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 10:33:02.654 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b2c6d527-921c-4c25-82ad-b1e27c4e637f","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 10:33:02.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 10:33:02.658 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"f50772d0-95bb-43d7-b7c9-8580f4c500a5","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"} 10:33:02.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 10:33:02.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 10:33:02.660 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"85a1324f-df9b-42b2-a256-1dde209b35fc","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 10:33:02.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 10:33:02.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 10:33:02.664 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=03ea66df-c1f5-4889-bd14-606ee4593e31 10:33:02.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 10:33:02.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 10:33:02.668 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"db845cd0-5d80-4c61-b681-de2ae946277d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 10:33:02.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 10:33:02.671 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"dd6c221e-1dcc-411c-b01d-b2b95638a54a","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 10:33:02.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 10:33:02.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2c596283-dd84-4e81-bc56-5b6e184977b4","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null} 10:33:02.728 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 10:33:02.728 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 10:33:02.729 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.730 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 10:33:02.730 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 10:33:02.731 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.732 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"e5e3f16f-91ae-4eba-aca6-96b593427c66","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.734 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 10:33:02.734 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 10:33:02.735 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.735 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7f61291c-414d-47fb-becd-305c96b9467e","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 10:33:02.737 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 10:33:02.737 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 10:33:02.738 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a46e9854-fd3d-4c53-b203-b36b4a55c8d6","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 10:33:02.740 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 10:33:02.740 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 10:33:02.741 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"945a5d93-e309-49c8-ad73-307c04ac75f7","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 10:33:02.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 10:33:02.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 10:33:02.744 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.745 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 10:33:02.745 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 10:33:02.746 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"98c403b9-c14e-4186-9e36-d200fb32648c","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 10:33:02.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 10:33:02.748 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 10:33:02.748 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"dfc39be6-8b00-4bd7-8f4b-131a1c4fad9b","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"} 10:33:02.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 10:33:02.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 10:33:02.754 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 10:33:02.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 10:33:02.756 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"c1e6e84a-c0af-4658-802d-2f1954898d3a","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 10:33:02.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 10:33:02.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 10:33:02.760 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.760 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"8118cfb7-e49c-4583-9b6b-3ec88d036fa1","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 10:33:02.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 10:33:02.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 10:33:02.763 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"f9d9a903-b93c-4891-b2f2-67c7f2ec9d8a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"} 10:33:02.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 10:33:02.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 10:33:02.767 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"201b7fee-5a35-4c7e-b88c-da1ee80b66aa","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 10:33:02.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 10:33:02.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 10:33:02.771 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=29c61215-d4ad-4cbd-bbe5-c421c6c15cfa 10:33:02.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a5ed4add-df4b-4daa-a109-8988543d0d07 10:33:02.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=284746fb-e805-426c-a05a-12c14f95cd3d 10:33:02.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 10:33:02.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 10:33:02.776 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d667e34e-95c4-44b7-9910-391fc292b39b","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 10:33:02.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 10:33:02.779 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"7165c053-479e-4ea8-a08e-43be6bef6ea7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.827 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 10:33:02.828 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 10:33:02.829 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.829 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b44f8f00-85ea-4640-a9ff-5817593b5a5e","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.831 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 10:33:02.831 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 10:33:02.832 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.833 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"f73ff6fe-8d48-4044-a55f-046e50d39de9","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"} 10:33:02.835 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 10:33:02.835 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 10:33:02.836 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"cff8aaac-dfad-4106-80d9-2cfae5b6d355","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 10:33:02.838 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 10:33:02.839 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 10:33:02.839 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.839 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7e0f7422-a459-4eba-bb17-fb355ce3887c 10:33:02.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=243e3853-471b-4566-8f49-c96e5f3ad6c9 10:33:02.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=02b0f1af-6598-4622-89af-877f48a8217a 10:33:02.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 10:33:02.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 10:33:02.843 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d527dcf7-36fa-43bf-8758-d552f9aec166","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 10:33:02.846 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 10:33:02.846 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.847 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"67b3bcc1-5124-48b3-9810-7293994cb14e","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 10:33:02.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 10:33:02.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 10:33:02.850 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"aa9b6f49-cc06-4f7d-8c35-7daf0c0cdb19","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null} 10:33:02.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 10:33:02.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 10:33:02.853 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 10:33:02.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 10:33:02.854 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6bad5500-5d40-40a5-a492-0f91d31d238b","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 10:33:02.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 10:33:02.857 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 10:33:02.858 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"30ba7a43-3d18-4991-96fb-6e7eb435ba7b","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 10:33:02.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 10:33:02.860 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 10:33:02.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"843326fa-feeb-4653-a719-8f28560432ca","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 10:33:02.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 10:33:02.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 10:33:02.864 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.864 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"fa7db1f4-3453-4b45-8848-794a1c93cec1","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 10:33:02.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 10:33:02.866 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 10:33:02.866 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 10:33:02.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 10:33:02.868 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:02.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7940f4a3-c0f0-4578-8ba5-26bbc58155f9","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 10:33:02.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 10:33:03.147 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 10:33:03.148 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.149 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8914d176-1b0f-4aa5-a229-4509f08064c9","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:03.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 10:33:03.158 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 10:33:03.159 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.161 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e3da84db-5c15-422e-b583-f1eab68e57e9","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:03.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 10:33:03.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 10:33:03.165 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.165 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2aa9adf7-9f1d-4adf-8468-05cc4b050d03 10:33:03.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 10:33:03.169 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 10:33:03.170 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.172 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6da0eae9-6bfb-4159-b725-ca797821fa5f","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:03.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 10:33:03.175 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 10:33:03.176 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.177 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5ee8e78f-5f75-4556-8162-3416de94065f","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 10:33:03.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 10:33:03.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 10:33:03.180 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"b14544fe-1805-4d56-b52d-adc7a4301cd2","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 10:33:03.228 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 10:33:03.228 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 10:33:03.229 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.232 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5db7ccb0-6ac4-4ae9-a6d8-85e0e2ae3a70","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:03.234 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 10:33:03.235 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 10:33:03.235 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.237 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"65291bdc-2a1f-4a49-a914-ebe210fc0721","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 10:33:03.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 10:33:03.255 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 10:33:03.255 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"fbcc945f-2e58-425d-ba28-e7770d676dfb","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:03.258 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 10:33:03.259 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 10:33:03.259 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"1196c261-dfe8-4303-9e2b-f1c90d4faad7","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:03.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 10:33:03.263 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 10:33:03.264 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"9db599d3-233b-4dd2-8453-6783703d6322","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 10:33:03.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 10:33:03.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 10:33:03.268 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 10:33:03.269 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 10:33:03.270 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:03.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cdf280ff-a20f-407a-ab24-b1da546ff71e 10:33:04.274 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 10:33:04.275 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 10:33:04.275 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.276 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 10:33:04.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 10:33:04.277 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a50691f6-0cc4-43b1-9429-e6c62f4e4f35","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 10:33:04.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 10:33:04.280 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 10:33:04.281 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 10:33:04.282 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 10:33:04.283 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 10:33:04.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 10:33:04.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 10:33:04.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 10:33:04.286 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f37acc8f-459c-42bc-8779-596cd75cb2d5","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 10:33:04.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 10:33:04.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 10:33:04.289 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"36e92c76-b556-41b0-9a09-e74a99eca20d","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 10:33:04.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 10:33:04.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 10:33:04.292 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"9190f94e-f1e0-4815-a7d3-cc5f6f967ca7","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 10:33:04.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 10:33:04.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 10:33:04.297 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 10:33:04.298 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 10:33:04.298 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 10:33:04.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 10:33:04.300 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.327 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"82952694-54e1-4e20-a3b5-4a9d1e8b2989","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 10:33:04.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 10:33:04.330 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.330 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7cc21413-1bbe-47f2-a91e-8317a26ef94e 10:33:04.334 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 10:33:04.334 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 10:33:04.335 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.335 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 10:33:04.336 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 10:33:04.336 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.337 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 10:33:04.337 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 10:33:04.338 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 10:33:04.339 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 10:33:04.340 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"4f4aa372-fce5-4e8d-8e02-943b52341006","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 10:33:04.342 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 10:33:04.343 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 10:33:04.344 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 10:33:04.345 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"b13166c8-72a3-4e57-97a4-b5a188bd7077","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 10:33:04.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 10:33:04.348 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.348 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"54b3edc2-1f8e-4a11-9d6a-fb9a788f29d3","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.350 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 10:33:04.351 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 10:33:04.351 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.352 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"bdab652b-fec0-4c31-ba20-d313cec901ca","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 10:33:04.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 10:33:04.354 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.355 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"c6a87344-ff81-46d8-9228-b2241089eebc","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 10:33:04.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 10:33:04.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 10:33:04.358 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"1f3960e1-0faa-4173-9445-7f3cc8277281","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 10:33:04.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 10:33:04.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 10:33:04.361 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2aa49260-7056-44ec-ac99-91915fa2a19b","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 10:33:04.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 10:33:04.364 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"129781d6-e20f-4559-942a-745ac5eef825","version":2,"response-required":true,"condition":"ne(attributes/test)","if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 10:33:04.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 10:33:04.367 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 10:33:04.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 10:33:04.369 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 10:33:04.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 10:33:04.371 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"8ec52e0c-5c83-46b3-b351-651281b45f69","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 10:33:04.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 10:33:04.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 10:33:04.375 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 10:33:04.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 10:33:04.376 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 10:33:04.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 10:33:04.427 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8e58051d-1729-4774-88e8-47b933bc12cf","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 10:33:04.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 10:33:04.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 10:33:04.432 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"ac1fd9a6-b4e8-440d-83f5-72b73b77bae9","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 10:33:04.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 10:33:04.435 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"f82e5a4d-5d74-4168-8d95-3828bb8ed216","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 10:33:04.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 10:33:04.437 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.438 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"fb8338b3-483e-4916-80e7-e42847dd038e","version":2,"response-required":true,"condition":"ne(attributes/test)","if-match":"*","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 10:33:04.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 10:33:04.444 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 10:33:04.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 10:33:04.446 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=97165a0c-4b66-4088-a657-738d12fe9d79 10:33:04.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 10:33:04.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 10:33:04.452 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.452 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4287db8f-f977-4bf3-bba6-c17e4c8e8d00","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 10:33:04.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 10:33:04.455 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0bf9a793-2525-4eef-a385-7c9d5bfffc0a","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 10:33:04.458 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 10:33:04.459 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=797caf95-efaf-44f5-ba9d-70386f93e9d2 10:33:04.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3befb178-aaa7-46fa-814f-7c76331b3b01 10:33:04.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ddd8815a-d06c-40c8-ae56-b5b88ff0bfe5 10:33:04.461 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 10:33:04.462 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 10:33:04.462 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ec339c94-33b4-457e-a274-b8d895fb4a9e","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 10:33:04.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 10:33:04.466 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.466 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c8df50dc-0cdf-454f-9fd5-0b7efbbacb26","version":2,"channel":"live","content-type":"application/json"},"path":"/"} 10:33:04.467 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 10:33:04.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 10:33:04.469 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"9489c06c-8b49-430d-92e7-890f0006e0c7","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 10:33:04.471 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 10:33:04.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 10:33:04.473 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.474 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"6f3cab4e-8705-4a03-baf0-9cea5a15088b","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:04.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 10:33:04.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 10:33:04.529 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"639848ea-6718-463d-878e-a58a90e07f0f","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 10:33:04.532 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 10:33:04.532 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 10:33:04.533 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.534 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ac4ec07c-45cd-462d-a5c8-fc71891b5860","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.536 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 10:33:04.536 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 10:33:04.537 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.538 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"99371e55-0d82-456b-861c-fcd3bec7a5a1","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:04.540 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 10:33:04.540 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 10:33:04.541 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.542 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"6a03bf15-8f36-4a77-a066-146fb8bf6e9c","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 10:33:04.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 10:33:04.544 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 10:33:04.545 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.545 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 10:33:04.546 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 10:33:04.546 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:04.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7da7c6a5-6f01-4a05-94c8-b4805aa98a58 10:33:04.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ca5acc7-1c88-45e0-9da2-5c57c941c226 10:33:04.547 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6f8aa406-414c-4685-b3d8-7ba3a05f585e 10:33:05.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 10:33:05.553 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 10:33:05.553 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 10:33:05.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 10:33:05.555 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.556 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"e1ed97c1-92ef-4e8b-a310-1733abb399c0","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 10:33:05.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 10:33:05.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 10:33:05.558 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 10:33:05.559 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 10:33:05.560 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 10:33:05.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 10:33:05.564 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 10:33:05.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 10:33:05.566 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.566 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"389bdb63-64de-4698-8a95-e9cc991dd8ba","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}},"_copyPolicyFrom":"policy.namespace:policyName"}} 10:33:05.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 10:33:05.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 10:33:05.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"b22b100f-d2e5-4c20-9dd7-13d8f980cf1e","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 10:33:05.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 10:33:05.571 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 10:33:05.571 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"5f96786f-72f5-4703-b8a0-79f5fdd6a8f0","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 10:33:05.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 10:33:05.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 10:33:05.574 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 10:33:05.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 10:33:05.576 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 10:33:05.577 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 10:33:05.578 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"b05c9a40-58e1-49e4-b3f9-7f70c00a9e0f","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:05.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 10:33:05.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 10:33:05.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=178f32fc-32cb-4b32-aa0f-99a4c88451eb 10:33:05.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0adfa1d3-7bb2-43e8-9456-37743aacab48 10:33:05.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f01b1adb-1baf-4383-99ce-b746fe4764a5 10:33:05.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 10:33:05.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 10:33:05.584 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 10:33:05.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 10:33:05.586 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 10:33:05.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 10:33:05.587 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 10:33:05.588 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 10:33:05.588 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"850be335-3500-4a07-aa63-ebc202051102","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 10:33:05.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 10:33:05.591 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 10:33:05.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 10:33:05.593 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"8eadb32a-0ac9-4e72-a55c-b261349b6c7f","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:05.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 10:33:05.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 10:33:05.596 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.627 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d8716377-ceab-4119-8ccb-bddc1aed7c68","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.634 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 10:33:05.634 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 10:33:05.635 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.635 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c5f3d702-b1fd-40b4-b328-202563701cb7","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.637 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 10:33:05.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 10:33:05.639 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.639 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"410e4a97-56d1-43bd-a6e5-63bc658774c6","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 10:33:05.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 10:33:05.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 10:33:05.642 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"b077cd20-d39b-4064-be7c-fd45a9cd7590","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 10:33:05.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 10:33:05.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 10:33:05.646 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"10a98027-6c5c-4a3f-85b9-ab821054e023","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 10:33:05.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 10:33:05.651 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.651 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d0a3b194-0943-4c25-8f37-b2e850a75906","version":2,"condition":"ne(attributes/test)","if-match":"*","channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.653 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 10:33:05.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 10:33:05.654 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 10:33:05.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 10:33:05.656 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 10:33:05.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 10:33:05.658 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.659 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"846a47f4-14ea-4165-b0fe-79e8786eb776","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 10:33:05.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 10:33:05.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 10:33:05.662 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 10:33:05.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 10:33:05.663 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 10:33:05.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 10:33:05.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"84f6eeef-b93d-4509-ba09-6140b943d440","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 10:33:05.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 10:33:05.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 10:33:05.669 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.669 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0cbd3d58-d18e-4d04-9c7b-301299b9fe0a","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","policyId":"example.com:testPolicy","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:05.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 10:33:05.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 10:33:05.672 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"e506dd5b-49f9-480b-95af-bb2d988e0a4a","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing","_policy":{"policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}}} 10:33:05.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 10:33:05.675 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 10:33:05.676 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d1e0f434-6e7e-4817-8631-a75f1cea7305","version":2,"condition":"ne(attributes/test)","if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}} 10:33:05.678 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 10:33:05.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 10:33:05.679 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 10:33:05.680 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 10:33:05.681 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.726 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ff693726-1d87-4791-915e-eba8fb7ed443 10:33:05.726 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cf8abcb9-5101-4bfa-96d4-b7fdea7da053 10:33:05.726 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0a4bcaf2-b2fa-4ee9-9c56-fb71c9333ebe 10:33:05.729 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 10:33:05.731 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 10:33:05.732 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.732 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f69aa7e4-f98c-44a9-bb5a-23319dab44d4 10:33:05.735 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0f7f2138-362a-4f0b-9775-7b96c82dd0f3, action=CREATED, path=/attributes/newAttribute, value={"attributes":{"newAttribute":{"complex":{"simple":42}}}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:0f7f2138-362a-4f0b-9775-7b96c82dd0f3}]], thing=ImmutableThing [thingId=null, policyId=null, definition=null, attributes={"newAttribute":{"complex":{"simple":42}}}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.737 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 10:33:05.737 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 10:33:05.738 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=15a3abd6-3598-4c67-86e1-89e50303bbca 10:33:05.740 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0ea340b8-7bb5-4cf4-a5e9-6cfda8558b3f, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2023-10-17T10:33:05.739014Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:0ea340b8-7bb5-4cf4-a5e9-6cfda8558b3f}]], feature=null], thing=null] 10:33:05.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 10:33:05.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 10:33:05.743 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3db0169d-3ac3-4168-a4fc-48191c4786b1 10:33:05.748 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a277d60d-46de-4b32-bb4a-fb8c755a5232, action=UPDATED, path=/, value="lux", revision=1, timestamp=2023-10-17T10:33:05.745924Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:a277d60d-46de-4b32-bb4a-fb8c755a5232}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 10:33:05.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 10:33:05.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 10:33:05.752 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=02916459-7bb4-4c35-a220-b5bd92afbe1b 10:33:05.755 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:468a8fe0-e8f1-4f9e-869e-53b03a5b6baa, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2023-10-17T10:33:05.753360Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:468a8fe0-e8f1-4f9e-869e-53b03a5b6baa}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 10:33:05.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 10:33:05.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 10:33:05.758 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec98aabc-2a4d-4a66-b316-f9b8f5ef186f 10:33:05.760 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:8abfbed3-e78e-47bd-8947-3dd16940efd5, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:8abfbed3-e78e-47bd-8947-3dd16940efd5"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:8abfbed3-e78e-47bd-8947-3dd16940efd5}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:8abfbed3-e78e-47bd-8947-3dd16940efd5, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 10:33:05.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 10:33:05.762 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=467b199a-1d8c-4103-aee7-2df36a2b3b4d 10:33:05.765 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:eef966a9-47fe-4318-9de0-abf85d5a8fe8, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2023-10-17T10:33:05.764087Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:eef966a9-47fe-4318-9de0-abf85d5a8fe8}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 10:33:05.765 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:eef966a9-47fe-4318-9de0-abf85d5a8fe8, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2023-10-17T10:33:05.764087Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:eef966a9-47fe-4318-9de0-abf85d5a8fe8}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 10:33:05.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 10:33:05.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 10:33:05.769 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=35d63106-582f-4859-8a3e-b748f71b7806 10:33:05.771 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:0ca6d488-8fe0-4437-911b-161317bcce56, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:0ca6d488-8fe0-4437-911b-161317bcce56}]], thing=null] 10:33:05.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 10:33:05.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 10:33:05.773 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b0abc2ad-2e20-49a4-b8cf-7a2483e36d3a 10:33:05.778 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:eb0d3112-c1da-4360-b16a-2391805a1fb6, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2023-10-17T10:33:05.774979Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:eb0d3112-c1da-4360-b16a-2391805a1fb6}]] 10:33:05.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 10:33:05.780 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 10:33:05.781 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e8181ded-fa01-4e41-9efd-bdef7a28fd92 10:33:05.783 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:8a8de123-af51-46fc-a132-05f4c0ac77f0, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:8a8de123-af51-46fc-a132-05f4c0ac77f0"}, revision=1, timestamp=null, extra={"attributes/extra":"extraValue"}, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:8a8de123-af51-46fc-a132-05f4c0ac77f0}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:8a8de123-af51-46fc-a132-05f4c0ac77f0, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 10:33:05.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 10:33:05.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.786 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f664724-f04f-4a1e-ae48-c46649230ce2 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.828 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a"}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{version=2, response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:44f43f2d-e733-432a-8d88-a2a00b81bf5a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.832 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 10:33:05.832 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 10:33:05.833 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d61b15d0-9046-410f-b5ec-5fc507dd0dac 10:33:05.836 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:bb95769a-e11b-4807-9a42-443cf9bffe47, action=CREATED, path=/attributes, value={"attributes":{"foo":"bar","misc":1}}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:bb95769a-e11b-4807-9a42-443cf9bffe47}]], thing=ImmutableThing [thingId=null, policyId=null, definition=null, attributes={"foo":"bar","misc":1}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.838 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 10:33:05.838 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 10:33:05.839 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.839 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4953ce06-7828-4f17-9216-552dcbf3d881 10:33:05.842 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4b2c9158-107c-4293-8a72-d78f8da2f687, action=CREATED, path=/, value={"abc":"def","foo":false}, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:4b2c9158-107c-4293-8a72-d78f8da2f687}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4b2c9158-107c-4293-8a72-d78f8da2f687, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 10:33:05.843 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 10:33:05.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 10:33:05.845 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.845 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"01438ace-c17d-4b9c-95e3-fb4e45fafc31"},"path":"/","value":{}} 10:33:05.847 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"97058cd7-7820-4537-b5ed-62551909d613","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 10:33:05.848 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"d9020700-cd0e-480a-b166-748ee195a601","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 10:33:05.848 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"dce4f315-66ae-404d-85d2-ea14500d07cb","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 10:33:05.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 10:33:05.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 10:33:05.853 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c2c36465-0408-4e96-98a9-24fe07503a8e 10:33:05.858 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/409","headers":{"response-required":false},"path":"/","status":409} 10:33:05.858 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/201","headers":{"response-required":false},"path":"/","status":201} 10:33:05.858 [mock-provider-2] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 10:33:05.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 10:33:05.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 10:33:05.862 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e99c82e2-7101-40af-858d-de5801f49d02 10:33:05.864 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 10:33:05.864 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 10:33:05.864 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 10:33:05.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 10:33:05.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 10:33:05.868 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.869 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e636203f-f9b9-4820-bee0-b78ccc14df5d 10:33:05.871 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/200","headers":{"response-required":false},"path":"/","status":200} 10:33:05.872 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 10:33:05.872 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/500","headers":{"response-required":false},"path":"/","status":500} 10:33:05.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 10:33:05.873 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 10:33:05.873 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 10:33:05.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4b328807-00be-41eb-b96f-cda547e71c5e 10:33:05.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 10:33:05.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=315d8dfc-516e-4bc6-8b96-e9a3d2a61cfe 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=916fc410-a7ee-4b24-b81f-0b640d80cfa6 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=27cbe598-cfa3-4f88-896a-1e0a66939225 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=417de3e1-1cfa-48b5-b267-6ac4a6ccfcee 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1240664f-e794-400d-b898-9e0a03b3e38e 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e1a2e685-12c6-48f9-ab3a-4aff1dce7b78 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4ce9c8b-6dea-4de1-9cd3-33adf397805f 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=701e2bd5-10e3-494b-8d77-64120535921f 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=10f8ef05-5f2a-49c3-80d1-3c837b6618ce 10:33:05.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 10:33:05.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aa1b347e-8254-4cad-9df3-2c9d05898516 10:33:05.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=238981d7-c811-4783-aa34-0cc9d3524f7d 10:33:05.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dda9a4bb-b732-4eda-9d91-163da33a4916 10:33:05.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0c5c0985-fa8d-4c16-8851-c130791de7b6 10:33:05.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 10:33:05.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9eea86d7-26cd-4f30-a60a-1b7af34f77c6 10:33:05.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0a02f824-feee-4960-be2a-ec2a7414e2cc 10:33:05.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0958253d-4cba-42ed-a9e2-c14013cd7760 10:33:05.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 10:33:05.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2df12423-3d6a-40b6-b44f-1b577b530244 10:33:05.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=254ca5ca-ee0b-4cd4-87ce-d5b27646ba99 10:33:05.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b2205510-7549-4149-a791-2694d839e2e5 10:33:05.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2b022afb-3a1d-4fac-9cf1-3d1346bb9aeb 10:33:05.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 10:33:05.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d3205be9-d6bb-4f2c-95c2-800beba42190 10:33:05.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4a5f9e0-dcab-4099-a748-3d3121e278a0 10:33:05.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4ec256b9-d087-43fe-acea-eb73fe9f6ef3 10:33:05.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=15f56b34-cc0e-470f-87e1-3b8a5ca9fe41 10:33:05.928 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 10:33:05.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=75f1b8e8-ac8b-494b-9272-7c2a33773ac4 10:33:05.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=af3daea0-ac22-4b34-a747-c605cf903a52 10:33:05.930 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 10:33:05.930 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a0ff3ce5-87bc-4947-bfbf-f3dc1f1b0ef6 10:33:05.930 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=18378b70-5338-4a2c-a6c6-9f8d4c13e24d 10:33:05.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eefed519-b372-4e29-996c-d4b7bcdfd86a 10:33:05.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 10:33:05.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e386a304-2c03-44b0-a5bf-dcce485f586e 10:33:05.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=92db5dc6-1c71-4550-872b-747a7ba53844 10:33:05.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=da1bb467-6f37-4dd5-98bb-3555e10b5fe3 10:33:05.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fc070d58-13c3-41bd-a416-bf77a4c4f541 10:33:05.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 10:33:05.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f1379034-9bde-4470-b2fa-87ab123d955e 10:33:05.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1f54da95-ba8b-42af-8d4e-4782e173197e 10:33:05.935 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=83048b8b-260e-4ddf-a772-b28d12f0f5d4 10:33:05.935 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3621a32-959e-420e-81fe-1ac455dd07ab 10:33:05.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 10:33:05.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a548f79c-9808-4d0f-8c62-48d9606c669c 10:33:05.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8844dc5b-aa99-45cf-a464-695bfa2a8bf0 10:33:05.940 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8fc883ea-9518-408e-abd1-87ff7f80e134 10:33:05.940 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 10:33:05.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9b87d765-a7a1-4e96-bbdb-cce9dfd5b05f 10:33:05.941 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=52ecce27-6963-4d0d-bc0c-a0e1101f615a 10:33:05.942 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d9702e99-62fb-4afd-8a7d-98888755c80a 10:33:05.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cf2c0744-bd21-4378-b8c4-8c5597c26964 10:33:05.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 10:33:05.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d4e197f9-46cd-41b4-bc8b-ef5c2c0f722a 10:33:05.943 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eb580495-7a2a-49a8-b74d-e47968b2c0b3 10:33:05.944 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=afcc9143-c6c4-46e9-bba6-d2a5eb2b4154 10:33:05.945 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=25d2a655-40c6-42ca-8349-6210bc9fb305 10:33:05.946 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 10:33:05.946 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1e61031f-4a19-4d74-a1bc-eccd510621ca 10:33:05.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 10:33:05.947 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2ee7f716-40b5-4bd7-9a93-e382c00fc854 10:33:05.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec515bc1-767e-4553-a7b9-f74c16b1354c 10:33:05.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 10:33:05.948 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0909fb61-6bde-4964-a73d-d32a87a8f5f2 10:33:05.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0384fce2-ee18-440b-8e5f-3b52416b6eae 10:33:05.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5516ad54-d7a9-4b1f-b99f-5ba1a53d366f 10:33:05.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 10:33:05.949 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=60b721dd-d415-4f17-b6d9-98af0263c705 10:33:05.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=538b16c0-1963-4ea8-acd1-6a95691c0725 10:33:05.950 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f8e957dd-5e8b-4d6c-b658-efb11ae6212f 10:33:05.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=06d7fc93-7511-4359-97f2-5a8bff2f5656 10:33:05.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 10:33:05.951 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3be8e957-4443-4daf-81f9-65d49f3b7d80 10:33:05.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f06fc7ba-b45b-40f2-9e11-2418ce56c9b4 10:33:05.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce760394-27a0-4067-b2dd-feddbf41f723 10:33:05.952 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=afba6a55-bd19-4c8b-852b-11977ba106bb 10:33:05.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 10:33:05.953 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=18e0e72d-dc68-4dcc-9a3d-83d805a92cd0 10:33:05.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6e674bfc-d614-4ef9-9b36-345e8bf191ef 10:33:05.954 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=83e8ed83-9f9c-4449-aa3d-abc7b2c1c71a 10:33:05.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 10:33:05.955 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ab384712-1a4d-4a94-a034-4c02f6898889 10:33:05.956 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58190bde-b26b-4797-9823-b5ff96668202 10:33:05.956 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=25c02ba4-8b69-4c44-86ec-ccdc3e0b0113 10:33:05.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d6be3535-246c-4fa2-8f29-0c0064232b18 10:33:05.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 10:33:05.957 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7d5597d5-5a04-4257-a61a-98291970f201 10:33:05.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cc2debc1-07d7-4260-851b-cb75aadb5a40 10:33:05.958 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cd13986a-1a02-4579-90cb-85eee8a60c4b 10:33:05.959 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8af7d393-228b-488f-ab7d-5246b7b9e0e7 10:33:05.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 10:33:05.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6dd7b19b-7301-441e-9163-16dcfa65891d 10:33:05.962 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=297def08-a6fc-4bb5-94ce-a23d4a648b4a 10:33:05.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 10:33:05.963 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=da5de646-e3b3-40af-8ba5-f15f5f1e90d3 10:33:05.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eeccb33b-c787-4a75-844b-a1ca0a01d82f 10:33:05.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4265e133-ab8d-4d6d-bf5d-04979c545528 10:33:05.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 10:33:05.964 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=14e104f0-cb7f-4150-96eb-6f41f0557006 10:33:05.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=00e56288-95c2-4d09-b147-a751b2e8266e 10:33:05.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dc5b53b7-ffd4-43c3-82d2-dffc54777b78 10:33:05.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=079fa8f3-5fa1-4a60-9918-a1b8022d92cf 10:33:05.965 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 10:33:05.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5d71f61b-94f1-48c8-a7a7-a904163638ee 10:33:05.966 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=16243011-41d3-42bd-90a4-b6f602eb78c5 10:33:05.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a56ebb1c-bbbd-4857-a43a-843c66a11e30 10:33:05.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bcd2638b-840c-4455-9892-904ce3bfb881 10:33:05.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 10:33:05.967 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aa5b11cf-756c-4a8a-92cb-dcde2fdbc5ba 10:33:05.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b7005c70-205d-4884-a711-e4b97e296083 10:33:05.968 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=46e7686f-d2de-4f39-9f63-b570d3ec83f8 10:33:05.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 10:33:05.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5177e638-924c-453a-ae6f-647a2638c73a 10:33:05.969 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0861e8c6-2b6c-4480-acd4-acd87512533d 10:33:05.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3019be9f-4d6e-4fff-acb0-c1fb693e0bca 10:33:05.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9887e5fe-135b-44a0-ad66-4d6b02264bad 10:33:05.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 10:33:05.970 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a41cc740-4fac-4642-a4d0-3a5376e4ded4 10:33:05.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=677f0584-45f1-42f6-8836-88c35411fc34 10:33:05.971 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=af1d39e1-9f58-464e-a954-8e6d949db1c0 10:33:05.972 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f6c9ee60-49b8-40e8-af3e-6245f7217b1c 10:33:05.973 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 10:33:05.974 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 10:33:05.974 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:05.975 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=83c270d2-c799-4127-b9be-6181b1dffdb6 10:33:05.976 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 10:33:06.132 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 10:33:06.133 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.134 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f0135d1f-fead-4523-909f-98ab03116742 10:33:06.134 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=657d66f1-fc69-4d76-be88-477bea2123b3 10:33:06.134 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e790ab8d-ccf7-4d1b-868e-0ebd897f6807 10:33:06.139 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"d3f53c1f-b4f7-45cc-af39-e7011e5ac59c","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 10:33:06.139 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"d3f53c1f-b4f7-45cc-af39-e7011e5ac59c","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2023-10-17T10:33:06.138904Z"} 10:33:06.140 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 10:33:06.141 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 10:33:06.141 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.159 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"c7dcbc3d-01b4-438b-9f2c-1efb4b4d4894","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 10:33:06.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 10:33:06.164 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 10:33:06.165 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0ab2c666-e5f5-462b-825b-4125e90429fd 10:33:06.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f590cf54-34a1-407a-868f-094c6068fa99 10:33:06.166 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a81f3c52-c107-4bdb-a1a7-81d1db289739 10:33:06.169 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"d39ffac7-a1bf-4d2b-a8ac-be82bfcfe943","channel":"live","response-required":false},"path":"/","status":100} 10:33:06.169 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"d39ffac7-a1bf-4d2b-a8ac-be82bfcfe943","channel":"live","response-required":false},"path":"/","status":301} 10:33:06.169 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"d39ffac7-a1bf-4d2b-a8ac-be82bfcfe943","channel":"live","response-required":false},"path":"/","status":403} 10:33:06.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 10:33:06.170 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 10:33:06.171 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.174 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"e51df240-57cc-4c2f-87b1-2964b407793b","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 10:33:06.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","correlation-id":"4eea40d7-ba52-40e4-a7ba-39ee9ef402eb","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 10:33:06.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 10:33:06.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 10:33:06.183 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4ff2963f-0755-4eb8-bc00-eff2f7aee3a4 10:33:06.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b6ccf974-4491-41af-a3a2-7fef6e33ff21 10:33:06.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a4945abf-f61f-4809-a5c8-cd9102e5d591 10:33:06.188 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"b2e9a895-f763-4fcd-8396-88eae2786690","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 10:33:06.227 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 10:33:06.227 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 10:33:06.228 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.229 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e2f1a607-6a81-4aaa-a34a-b3c3a2599439 10:33:06.229 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ca9c68a-3269-42a1-9728-511916c794bc 10:33:06.229 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=beaad301-e972-4f1d-87ab-f94a60092138 10:33:06.232 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"daeb94bd-104f-404f-9e88-0ca6e3b68c2b","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 10:33:06.233 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 10:33:06.233 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 10:33:06.234 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.234 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"afa3dcbe-e9f2-419f-91a4-81c76cd9814e","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.234527Z"} 10:33:06.235 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 10:33:06.236 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 10:33:06.236 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.238 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","my-header":"my-header-value","requested-acks":["live-response","custom"],"content-type":"text/plain","correlation-id":"3e15fb4d-2380-4068-bccc-f1a2aecb63e2"},"path":"/outbox/messages/request","value":"payload"} 10:33:06.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 10:33:06.240 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 10:33:06.241 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3724ae9-c52c-4944-b4de-f39fe5b46e3d 10:33:06.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d071a869-5960-4abe-afe2-251454143e41 10:33:06.241 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6040c076-7e22-4a43-837b-3ac2c07e7b27 10:33:06.243 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"2ea43d5a-b0b9-4d77-b6be-50380e149801","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"status":201} 10:33:06.243 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"2ea43d5a-b0b9-4d77-b6be-50380e149801","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2023-10-17T10:33:06.242982Z"} 10:33:06.244 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 10:33:06.244 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 10:33:06.245 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.246 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","my-header":"my-header-value","requested-acks":["live-response","custom"],"content-type":"text/plain","correlation-id":"8d7e9be5-793b-447e-8555-7e4c25d5ddf0"},"path":"/outbox/messages/request","value":"payload"} 10:33:06.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 10:33:06.249 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 10:33:06.250 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=04a03a44-fe89-4888-8718-a5b903f308c3 10:33:06.250 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7c70d39d-e6a2-41f5-a722-34b8eaff1825 10:33:06.251 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f9a9ff05-cfb8-43fa-8ee3-9c3eb6f54f48 10:33:06.253 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","status":"402","correlation-id":"d64e76c2-c2be-46e1-97d6-07b596a1950c","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 10:33:06.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 10:33:06.254 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 10:33:06.255 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0c868a98-3d14-45fa-8d7f-055b56ff0488 10:33:06.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=38097f25-8147-4f1d-af5c-22653c4b63d4 10:33:06.256 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=79576506-308b-4216-b3c6-2a6f949d5565 10:33:06.258 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"415e4fff-817d-4fae-b990-300b095ad898","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 10:33:06.259 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 10:33:06.260 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 10:33:06.260 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ba98ea4d-b460-4221-9bf0-cbe1e9841713 10:33:06.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1ea94665-83ed-4cb5-9a9f-d6be0562d8cc 10:33:06.261 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=00bdf064-9d62-460e-b196-35105e4d605c 10:33:06.262 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"693ad56f-db82-4b0d-affa-74d7e3c0c81c","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 10:33:06.263 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"693ad56f-db82-4b0d-affa-74d7e3c0c81c","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.262815Z"} 10:33:06.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 10:33:06.264 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 10:33:06.265 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=012408e6-4b30-4d99-af73-333cbb87fe6c 10:33:06.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=141108fc-fed8-4998-afd6-427dd5dd00fd 10:33:06.265 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ca2915b6-2e88-47ca-85ab-bcccf90c857e 10:33:06.266 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"6d1e1f43-067b-480e-8939-80397e91703d","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 10:33:06.266 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"6d1e1f43-067b-480e-8939-80397e91703d","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.266098Z"} 10:33:06.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 10:33:06.267 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 10:33:06.267 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.268 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"f5ed62a4-131b-4499-ad0d-c244ffd075e9","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 10:33:06.270 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/claim","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"claim","ditto-message-thing-id":"example.com:testThing","correlation-id":"c1c90753-77a6-42bf-80e6-9ed4c3a9df00","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 10:33:06.271 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 10:33:06.272 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 10:33:06.272 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d5a9ffa8-4804-4a4c-ba1d-94a72b697ddc 10:33:06.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8ed86f72-857c-4014-9cc2-c563cfa1e8d9 10:33:06.273 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=acfcdfd8-ae28-44fc-84dc-5d18a66de943 10:33:06.275 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 10:33:06.275 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 10:33:06.276 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 10:33:06.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 10:33:06.277 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 10:33:06.277 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"36b9cbfd-2a82-42f8-8837-77bd623927a4","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.277895Z"} 10:33:06.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 10:33:06.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 10:33:06.279 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.326 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"089ecd31-c011-47a0-8267-b9ffc51c4756","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.279515Z"} 10:33:06.327 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 10:33:06.328 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 10:33:06.328 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=77fb0630-5b31-4bb2-81b6-672a9d676f49 10:33:06.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9365ee13-42c3-420f-a0ed-e12ddcb42a81 10:33:06.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=445c87ab-b2be-4db6-a9e2-4b9d43f14586 10:33:06.330 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"response-required":false},"path":"/","status":100} 10:33:06.331 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"response-required":false},"path":"/","status":301} 10:33:06.331 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403} 10:33:06.332 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 10:33:06.332 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 10:33:06.332 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.333 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"d1735998-0ca4-4c49-862c-576291cbe7cf","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 10:33:06.334 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","ditto-message-direction":"TO","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","correlation-id":"2e85fc66-481a-40f9-aa3d-963bd21497aa","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 10:33:06.336 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 10:33:06.336 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 10:33:06.336 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.337 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6a309d15-1793-4f9d-a0a8-8af06c97115f 10:33:06.337 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=eb1beb58-367b-43ea-9c2c-b93595bd49c7 10:33:06.337 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a86f6107-96f3-482a-98bc-5b4801bc8373 10:33:06.339 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","status":"418","correlation-id":"3ce1886b-0ace-4fc7-b788-85af69d76c36","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 10:33:06.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 10:33:06.340 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 10:33:06.341 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e6c554a7-79ae-454d-a963-54eb1c738521 10:33:06.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=88af61a4-d977-4acc-9dcb-716b8ed06dfb 10:33:06.341 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=68b5a92f-240b-4ac9-8f92-80f02164f254 10:33:06.343 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/messages/request","headers":{"channel":"live","response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"request","ditto-message-thing-id":"example.com:testThing","ditto-message-feature-id":"someFeature","status":"418","correlation-id":"5b1de762-a3f0-4269-a429-e586f25d3c81","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 10:33:06.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 10:33:06.345 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 10:33:06.345 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 10:33:06.346 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 10:33:06.347 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5d39f7a2-9177-4a44-8b52-022927eb7321 10:33:06.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7bd6c3c8-f885-46f8-9131-514748be5dd7 10:33:06.347 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e95a60f5-0401-4d5c-abbf-4315b5575dd2 10:33:06.349 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/100","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":100} 10:33:06.349 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/301","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":301} 10:33:06.349 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"correlation-id":"correlation-id","response-required":false},"path":"/","status":403} 10:33:06.353 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 10:33:06.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 10:33:06.354 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0790dad2-75b1-4c55-83e0-41c90aac7426 10:33:06.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9597846a-1818-4482-beaa-983f8e7d5120 10:33:06.354 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=42cfd022-c338-4f7c-a851-2cb0d7505dac 10:33:06.355 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d0fadeac-0df5-41e6-88d2-b77957651d7c","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 10:33:06.356 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"d0fadeac-0df5-41e6-88d2-b77957651d7c","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-10-17T10:33:06.355734Z"} 10:33:06.356 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 10:33:06.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 10:33:06.357 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 10:33:06.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dd0ce306-08a7-4762-aed4-94955743adab 10:33:06.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9c9bf8dc-3607-49c3-8780-1fb0f4371b24 10:33:06.357 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=84c9ecf5-3363-4a69-9e9c-7852b743bea1 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b80bd06-8636-4727-ab68-b7f19bba0de6 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=48f9b4ba-8016-4154-8814-b96cd34d3391 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f1549fe7-1a22-45c5-90db-08ae82d93097 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b196675-4904-4b63-9b69-1ce9d1e5d050 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2750fb2a-fc24-4373-a7b9-50750cab2849 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ffbc51f-eaf8-4285-8942-b1abf22d31fe 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3a27e703-bd82-44d1-b268-a8da058d2d7e 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bd6f75ef-d3ea-48e4-8769-85896abfa794 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1a39544c-903d-4b5f-b47b-90f1a7c3cf4a 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=15ffd0b6-8b9a-4a86-a7e7-a5e259971f8e 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=011b5bae-3db7-456d-99bf-e66b040cb55c 10:33:06.358 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d622667a-676c-4e01-906a-d7b074d907b8 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f3af6370-b6c8-4114-8045-051ddb7cc287 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3a9b1fd1-96d3-470c-b16d-61707b6397a2 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=169d07d6-eb79-4cc1-be9d-268501255816 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=57e06351-efe8-4453-86d1-2cbbbfbcabbb 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=33422552-1bae-4b92-b718-f51166a9537a 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bc1f7eda-fbfc-476c-bf99-64e9c7b66be4 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cfda3134-e19c-4f45-865e-0cd8ba05922f 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7c620d0c-8b12-4561-a3da-ebd88d8ba8ba 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=04de377a-0421-45d9-b00d-3dc8a4cc7803 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=87acf2c0-feb1-420d-8cae-cba03a2525b6 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ab889bd6-100e-4168-a048-003999bc3866 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=855cdf64-3dc4-4e06-bf40-109a06418d7e 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bbd0192a-fac0-445d-909c-de1eac23aca7 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=866005cf-58d8-4188-998d-37a23c9a67f8 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d10ff933-af22-45ac-b46b-6d84d0267324 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9e5ea75-bcb4-4ee8-9398-eac063b083c5 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f961cf50-f6d3-405e-8dee-10f17a57a2c1 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=afc21590-4600-4290-98f0-ff8aee02386d 10:33:06.359 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e76b06f4-2399-4360-a3ad-86f9874ebbf5 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=064f0310-2533-4313-a119-f6a47ef82fce 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=48472d1d-a039-4597-9c07-84e2e47d99df 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9c12ffb4-f01f-462f-8573-0e6021c7aa60 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84ce6e9c-d8ce-4470-afa2-3e819ed84010 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=28dcbe97-cf9c-4544-a0c0-5a4f60829020 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6535ea9d-6b3e-41e0-856f-5ae6fd8429af 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6685fdde-1259-4107-8e26-eaffc394744c 10:33:06.360 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b5be56ee-ec94-49df-aab7-62ab8d522ca7 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=af928e9b-7c2c-441a-9578-d975fd2414f8 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2437f7ff-ec40-4b33-af1b-2fc4235cf956 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bad34eb4-7572-47cd-838c-35f92fad4e74 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=86a20b82-5c5b-421e-b06f-4aa52b6f6afb 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a1c86018-7e0b-40f2-ae71-ab3cce53d6f8 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6de814fe-a8e3-4179-afb5-75791a69e68d 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a1536cf8-1ba8-4857-8ec6-5e729de301c2 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c64540c-6941-4001-a3be-e4b5f697886c 10:33:06.361 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7bed0a30-8831-4e95-afec-74c7ada44b77 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d8274786-c211-48fb-bab7-d293d68cfddb 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3a6cde83-dbf4-4952-904b-18e92b21c38f 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d3f33989-b2b9-44b6-b986-b1e9129ba3a3 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=71109e20-c3b1-4952-b85b-9df27e480e3f 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=488324b7-e68a-4437-8dac-15b4dbbf9732 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f4d3e1d4-0b57-467c-8a3e-07452983cf48 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=38a2fed1-f6cb-44e6-b09c-6285dea780fa 10:33:06.362 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b21e0d51-1fa9-4ccb-94cb-588d41434044 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4faff05d-8f4d-4dfd-b19a-ee8f56c906ef 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9de8461-5db0-4298-8996-eda3e9d51193 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=238b81da-edd3-4915-9a52-0fdf084712ca 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3a57d0f1-16f7-40eb-bd1e-3b5456f8848b 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1de0689b-0acb-4696-9ec7-062fd3c189b0 10:33:06.363 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=545d7e4e-1e4f-4ea9-86d8-8e677641659c 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ae14487b-1b75-476a-8e40-623db73fa7ad 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=be108fba-26d7-42c6-913a-5fad76ffb951 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4ff59894-2e6d-4c55-9221-f07951dba066 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0fdc66f4-04af-4e86-8d09-75d7d40dfb5a 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=77447cc3-980c-4fa9-b076-82893fdcbb17 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fee1b196-3cc4-4e7d-8790-9098638760cf 10:33:06.364 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=29d21757-2f86-4e7e-b60c-624ec3f6a2a7 10:33:06.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=511a41f8-1572-4ac4-b68d-4790627e1d97 10:33:06.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98b83b34-8075-47f3-b4c5-e28937eed38a 10:33:06.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=830a8390-3410-4a36-8481-4c01cd26bf6d 10:33:06.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 10:33:06.365 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6f0cc7ad-77e8-4ed3-b033-0cd6c27ccba7 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=68ccf11e-5eb2-4bba-bf7b-6035c138dd2b 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6fec1394-2e3d-487c-b627-ff30cde1c755 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=31107977-cdca-4e4a-95f3-fd43cbbaa12e 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3a6897d0-b95d-4d47-a864-1a24d4986abe 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac23f33e-1026-4022-9861-7430caa47a05 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 10:33:06.366 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3aa3ee58-800d-4c58-a3fa-b368517ebed3 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e590f72c-5b88-44c5-a028-66772e0f9d11 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d635ae5d-a5a9-45bf-a628-48144b6f9e16 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6d3b5ca2-3828-4301-a33c-2f924329f01f 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=250128de-f5ed-4a32-bf18-cb56c4146018 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=57173193-cae1-4185-b070-cabbb4aae2d2 10:33:06.367 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9c39cd62-7ce2-4825-9807-5f3e336b90e9 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=55629906-2348-403c-9331-6e87c0cf7d31 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0f8e4bac-c6ba-4234-b1ef-4b42cf4b8390 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c0ce6ef7-a036-40b8-a61c-ea808a60a4d3 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cce0dcc8-12ec-42c1-bd0a-19a655827239 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8546f3b6-9a01-4cb8-8bce-38e7f2bb312c 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=23c35595-0c5e-41b3-9c28-5c3f8a0104ab 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=97e0d518-8f8e-4259-8068-91ef2bebe241 10:33:06.368 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d712114f-bdb1-4314-b2fc-5fca4a9f227f 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d195ea28-5a1d-45e8-892a-9acbf288b1d9 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ce3c147e-51cb-410b-86ac-195ffca640b6 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da78b9f2-7453-4028-b5c1-20ed16106cca 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eeb90664-a690-4d68-bc35-5a0849842359 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a51d55e-69eb-4758-87a5-18a0b33f6a9d 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e2057a51-3de4-4370-bd71-fd906e559a18 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=be71f71c-f5ff-48ae-9871-c4e3e13d9864 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e60848e6-e334-4768-b3a4-704a90ea0d1e 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=663c0db9-6fe2-4652-a2ae-a5e0648888d9 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f6d64a38-4cc1-407e-94d9-fd7ca03ac041 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=06954d54-02a5-4d2f-a1d9-1e45442b64cf 10:33:06.369 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dfbc37f4-3caf-408d-a789-3a72890806c9 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aa4385e1-537a-401f-b145-105861619913 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1994e159-079b-4493-8f16-1df12d65fe5c 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8085af50-68ff-40ad-be7c-723041daa6ba 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6097fc89-00b0-4f17-8e31-0fe3dbbfe565 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=083052d9-14a9-41c9-b9a8-d8888f23109e 10:33:06.370 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d9f4ac8a-d4ef-4476-8663-58cfce1f94fc 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b4dde276-2c21-4062-a60b-ee2f8a3bb4ea 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c42cc9e5-db37-4474-a724-990a0b6b44b3 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b2348b58-5ffa-47fa-aa2f-203d98cc850b 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2cf4ed9c-5af1-4511-98b0-7162ed8777e7 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=656cc414-1ce0-401c-8b0d-d99c20b8a875 10:33:06.371 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cb175a97-671c-4042-b745-cd3589aa2beb 10:33:06.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3919e95f-cba4-4917-b59f-6424c354ee42 10:33:06.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a02eefb5-a253-4d9d-a7cc-4897e800852d 10:33:06.372 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e5b0e951-a6e8-4d70-aa0e-2f17b8bd2acb 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f857b394-86a9-4201-b0d9-1b9372109800 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ae580d23-429a-4d2f-9954-84fb5303fd32 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=29eca854-bf13-42d4-8e0d-825a40ad63ce 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=460f6f5e-a1fd-47d1-af56-6f99e87904df 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=27f9b549-56ee-4b10-a540-5a4be6475188 10:33:06.373 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=69a3e712-02ac-4b4c-92a7-a45d99a479d9 10:33:06.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=723922ee-8958-4cfc-8b44-3c7c7f8478e0 10:33:06.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70c3e5a0-4e70-4cb4-8ead-5364ba20cb97 10:33:06.374 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=59ebd54e-3fe5-4cdf-bbd3-7efed1166060 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f17c394d-f150-4358-a467-962a69aadee1 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=69794f79-f191-4c56-989c-75eef40cc82b 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=18c37055-d46b-4800-ac37-3f37f3370620 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=866c6306-2bc0-433b-802d-011328c784d7 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5dc9906f-5876-4f98-ab47-cdab893cb0c5 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3feb50f1-936c-4efc-ab5c-1f9b17f04472 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9514e6a-8d15-4e18-bb8b-e40393020bd0 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c1ae7154-6536-4673-a412-b39af2c86f08 10:33:06.375 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ef0319ee-1059-4dbe-8374-a685733bfa34 10:33:06.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7b52bad1-e4cf-4a9c-84d7-9e5d814bb801 10:33:06.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=967b4bce-f28e-4c90-858c-0b928ec833cd 10:33:06.376 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=416a6c04-dda1-41e2-a2f6-25d4806ea10b 10:33:06.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3f591c28-10a0-49cb-9f99-1b81fae9d643 10:33:06.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=918a1934-0f3f-4a62-b2a5-7f431aa24cf3 10:33:06.377 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=efb675c2-4f62-4e16-b7a0-9cd87f82ae01 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3223c617-9ff7-444e-b809-9c1a9b51a0ca 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c0e337b2-3324-44d0-94c5-59255758a0a0 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c9774469-94f9-48e4-8054-0cff4d6a06b9 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ccb875d8-e8be-4fa2-b59d-27baa641b9c5 10:33:06.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f0696115-d0a3-4b5e-975f-e8891c92a89e 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fcc2f133-ee7f-4a56-ad49-dac8efa4869e 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4b611721-9573-43b3-9e09-c2bef0d9a9a6 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=92cf03cb-7742-4a05-bb89-a77984232530 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=766d8912-4e4d-4ee7-9c6e-2e9e155dee4f 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 10:33:06.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=99e94214-2e42-428a-b2b8-624ebddedfe3 10:33:06.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=995b1f4b-c3be-4cc2-8f7a-4965e5451206 10:33:06.380 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8b893504-306b-40f1-9a88-5eae1fb603c2 10:33:06.426 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=39e9f043-5f43-4c3d-974c-ad65e1926ca8 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=614f262d-1d64-4092-885c-30da3e20b98a 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f6df7f5b-ac63-43fd-ac0c-094b812f9d13 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=862db563-e89c-4524-9243-b79e279d158e 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98f49aca-dd61-4a7e-a5bf-ea2918d50a37 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ff296d63-9189-4ad4-a026-c4d7e4fd592f 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=442e3db1-784e-4389-9d88-acf41ec13651 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cd268e77-f532-466d-807f-1a8a5f4aed84 10:33:06.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b3af8320-c87f-4dc4-80a8-b0fc4e9cd830 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d0d21d2c-ba52-4e74-92b4-c85c2bf47838 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1f821a55-201f-4876-9be4-40413e86296e 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c3aadf6d-40ae-44b5-84df-3fe6bcab820c 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=88f46339-a38b-4502-829b-efec6e4df822 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=043caee4-93a1-43a5-ac07-afe38d56808b 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1b9411df-86c5-402b-addb-60ed6e249c4b 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=734e9629-e462-40ee-bf2a-f3d1300da671 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0195f302-a9fc-4b5a-9ce8-7de216cf280f 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fc56f2a4-ef0c-4b68-ab1b-2545b8246c23 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 10:33:06.428 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c03d657b-bcc0-485b-acc8-5decf90c18ce 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=59060a66-cf3e-488a-9266-055e5446c36c 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6389f42d-f366-40ff-980f-86d29df7667c 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fed5d6bb-3bb2-4ded-881b-e7be0ca69f1e 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f842621e-416d-4452-9e3e-ccc0ba8d66e5 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2fd350ae-a70e-46f9-b962-7b5311218616 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a75aed00-49c4-409e-8a60-7290c0ce5b4a 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b5dfab8a-5857-4cfc-b11f-c0ac2506aade 10:33:06.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=93817baf-1407-4be8-94cd-84b9a9f5f52f 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8ce300fb-d979-432b-a8b1-d47a73391ce3 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aaa0bd02-e7d3-4f20-acbb-7792008eda78 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b574253f-70bd-49e6-890c-9aa834e05ae9 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53763de2-2e46-4c62-ba1c-321473c34403 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ae3374ac-2172-45a2-a5ad-b3847b496a53 10:33:06.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fa5cd3a0-69a6-4e16-94e1-54e615cca1b2 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5fa8c91a-aef2-4a9c-b420-85c75b72da04 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0e4748fc-8883-4ee8-abc4-698049543e8c 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=44067303-ea6b-4a90-a01f-bf58899c148c 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=39768884-3317-4230-ae75-ef1e14e63ad8 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=47d6f9c6-3961-4c18-862a-1c5bc3b5522c 10:33:06.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=58fb8a67-ffee-447e-baee-0d3786d8d565 10:33:06.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 10:33:06.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f4098d20-257a-4dc0-a191-c2831eb29e85 10:33:06.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9937ed99-4ee5-4cc1-b5ae-567f53c2bdbe 10:33:06.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=41eb121b-f1c8-4e1d-84ec-e9f3d89e3bff 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fb026563-3a94-4370-afa7-f3130963e0e7 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e423ebbc-14c6-481c-abef-5ff6849b48f5 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2c56638f-b7d0-44a2-b935-935505b45bfc 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6b1eec79-98af-47a0-80f9-b7f9b92dee1f 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=48e579b7-fa2a-40da-bab3-592a2b0d8640 10:33:06.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0aa52b7a-3121-4b63-b8ab-d80b70d5f7a2 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7049cd68-3947-4725-afe9-a58824c63bb0 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7cd82688-21c1-4989-8c65-d2d0de81753c 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4d1427dd-11d8-4a48-9c6c-6741ce73d597 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e6ed9ffb-41dc-458c-b19e-b50907a32270 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2aa83b25-b3f2-4a51-a983-8ecea5b323b9 10:33:06.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c184d44b-f52c-4150-befe-9d0827b7b9b1 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d2a7134c-d992-4110-93f2-aa09f39385f1 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a742a205-c1c5-43a8-b5f6-465f13a548bc 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=30c03043-1516-47d4-92e0-d30beaf0fc7e 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f5f30aff-7a87-46cb-a607-0acf7385058f 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=533ff2bb-07e4-4c32-a40c-a77b9d5bd36a 10:33:06.435 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ccb113f1-1c02-4aa5-9e4b-9a2686b95bfe 10:33:06.436 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da4479fa-8d4c-4009-8a2d-871d9689c62e 10:33:06.436 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9cfee287-8433-4a33-8ccd-4b87f64ca64f 10:33:06.436 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5f7d1187-c02c-4f43-b70b-4e653121b919 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0f1a8c3a-f0cf-4bff-a7a5-e036575ef885 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1aa09d6c-e446-48e8-b1bf-b9baf333a4c5 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e38eb503-b1c7-4ebc-9f56-ee5e4e4dd654 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=66536029-fbed-4dda-9f54-a9e49510c6a7 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c4b09491-fd30-45ea-9477-28887353f46d 10:33:06.437 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=45737e3c-fc99-49a5-8eb9-167eb7eefb33 10:33:06.438 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 10:33:06.438 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=daa95cf5-8926-427a-abee-a215f0ca522b 10:33:06.438 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c674dd3f-1739-4420-b54c-db284fa98caa 10:33:06.438 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a2e03fe5-949e-4fcd-a6d2-db68d81e0d48 10:33:06.439 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8ee03323-bc9c-4e6f-b961-a14bc1b6e934 10:33:06.439 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ec62e927-c203-4a00-bad0-5f2d282714f2 10:33:06.439 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=14ee94b3-35d7-4353-9008-60a0d848fbea 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9319ee6-49f6-4705-862e-524fe8bd23d4 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7c000f22-66e2-4285-ac9d-a3c8053c3b62 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=06a7183c-2d85-4e90-85e0-a42cf0c95c3b 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9c8cfc26-7ebf-481b-81e8-1e436d8ecee5 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0b9e5f64-5f9e-4957-91c0-0a455c1953d3 10:33:06.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=51bb57cd-ba19-4f88-802a-eadbb0da68d8 10:33:06.441 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=89a9d987-8486-43fc-8cd5-0baca5de272e 10:33:06.441 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=68cc7cfc-911b-47f5-94b8-068e44b668d1 10:33:06.441 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=527187fb-1c66-40db-9098-6dfa31df6889 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f36e4e25-8ab6-4505-95d6-cd7b66a451c7 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ff9e229e-4690-4268-8319-11e6cc6220c6 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8eb6f381-62e4-4636-9b9f-6cb24fbd44b7 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e6301616-d3ab-4bbb-bdd0-8c728e81b903 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cf12b4f1-2c9f-40e8-8b39-e08a59ba2c55 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=47c8bf52-0493-43ef-8683-6c16896cfba8 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a1b6f587-3ef9-4e58-8498-2e27cdda725b 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5ad2e1d2-713f-43ae-82da-0eacfc897838 10:33:06.442 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=76a908fb-149b-4f36-a867-85e6567795f0 10:33:06.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3b3b1a0-c29b-48d2-824f-7d320305ef08 10:33:06.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=21713639-e6bf-47ac-8dbb-cb8d3702f639 10:33:06.443 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f01902d0-c71b-457a-aeb0-38a13fd17415 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=81ddb76b-beae-43e9-a2c4-a00865a7457f 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d15b5038-bb6f-47e8-8910-784a294f1c76 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5229689a-28a8-4cae-af6e-64b4f0495b55 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d18e04b4-0b54-466a-84b0-0202c6f0dc4b 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=eefd96cd-81cf-43f3-9c3f-03d5846a3ea6 10:33:06.444 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=74b9f80a-ac6f-4fa9-87e1-953333a08d24 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=616d6bfb-3ee3-4ec2-ba74-d423aeacd4b9 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=275a1491-66f4-4a2e-bc43-c2de81bd2440 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ebcf0c06-6a62-4098-bfb1-9f7a46e9abf5 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b3b0829e-ebad-46ef-ad09-8b1f0df8310a 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=facfcd96-0649-41a4-b3f7-fa5aa48015df 10:33:06.445 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d8e63c19-41d5-4944-9a48-035412efabdf 10:33:06.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d701a233-70b1-49d1-8f44-36eb38d5f1d4 10:33:06.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=85d1c007-07bf-4a27-800c-14dc8a495fe6 10:33:06.446 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dfdb6633-ebfe-485f-83fd-e4bca2243c83 10:33:06.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 10:33:06.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=76078672-8cbd-491c-a151-24815cad147f 10:33:06.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1b025d0c-04ec-4488-acf5-17134dfc3c11 10:33:06.447 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dddd6097-eb33-4625-814a-6e101f9b3902 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=06c8e4d2-c70d-4438-82b0-f6779fbf1935 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e06dab9f-bf72-4970-bcec-bded107161d1 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c4967f56-2232-4f9a-8c4d-0a6b4ffdecdd 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=05d907b6-7535-491c-aab6-058ea52e2b97 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5fb1f052-3f6e-4b2d-b39f-72272504cefe 10:33:06.448 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e0f87c55-b167-42e6-be2e-70b63515515a 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5d79068f-db53-4d2b-b06b-d931e8cb4679 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b7173aad-8b73-49d7-bb6f-f12dd3aaf84f 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9a78f242-2527-4cc2-8c12-a289d5d6e8c2 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1cc349c0-1966-45de-b0a1-f24b24042902 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7afdd362-f619-48be-87f9-b58da82674e9 10:33:06.449 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b26b7e70-3dce-489d-a823-5b32df76576f 10:33:06.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0530ceee-36e6-442a-94e1-26f33f06f06a 10:33:06.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c6df405-d5b6-47b3-9e45-7676b88036e8 10:33:06.450 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=491f0296-a82f-4385-a4f7-eed901326d4d 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=030ef915-7bd9-4da7-89a3-37210bb02468 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b6a3d4b3-33df-45dd-b0e1-aa0d1ae196e2 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2fc17a99-6410-462b-95f3-f518f868e11a 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=44a4e8ab-8846-4e75-95ea-869e2c14a6ac 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=027d4ac0-be17-40c6-8369-bdfd3f8c945d 10:33:06.451 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1ed87c9f-46c1-4028-93b4-6de169e2ad13 10:33:06.453 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 10:33:06.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 10:33:06.454 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=774becc2-fc6a-435d-a4a0-2208c8a912a9 10:33:06.454 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=77eebd3f-374b-4b07-862e-4a1d0a1ce38a 10:33:06.455 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8a60b03f-314a-448b-957e-fa5be15a37a5 10:33:06.456 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 10:33:06.457 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 10:33:06.458 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.459 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"a166dae2-699c-4d02-9150-8d347c030e71"},"path":"/","value":{}} 10:33:06.461 [pool-450-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5d173aff-d90b-4dcd-82e2-da7d4a2e8438","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 10:33:06.463 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 10:33:06.464 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 10:33:06.464 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.465 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"9def341e-6d55-4634-9779-d45816393167"},"path":"/","value":{"filter":"not(or(exists(/features/f1/properties/p1),eq(/attributes/a/b/c,5),exists(thingId)))","options":"size(5),sort(+/thingId,-/attributes/x)","namespaces":["hello.world"]},"fields":"/thingId,/policyId"} 10:33:06.466 [pool-452-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"13b69c10-a584-4283-8797-3ab8f00105b1","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 10:33:06.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 10:33:06.468 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 10:33:06.469 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.469 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"66f4a62b-bf7d-4930-95ca-4f3cf03933f4"},"path":"/","value":{}} 10:33:06.470 [pool-454-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"7c943667-26d9-41c2-8799-e3b2f9b70b7d","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 10:33:06.471 [pool-454-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2"}} 10:33:06.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 10:33:06.472 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 10:33:06.472 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.473 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"b2e0d179-6ebe-47db-ae49-9fc33127a394"},"path":"/","value":{}} 10:33:06.473 [pool-456-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a03af449-434a-409e-a29e-5d32504d6ef6","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 10:33:06.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 10:33:06.476 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 10:33:06.477 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.527 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"70248cc5-7601-4909-ac2c-61d9f53d30eb"},"path":"/","value":{}} 10:33:06.528 [pool-458-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"1c973c7a-fb95-42f9-ac80-3707fee9be9d","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 10:33:06.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 10:33:06.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 10:33:06.531 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"58d5123f-7230-4bff-9e2c-106d8953670c"},"path":"/","value":{"filter":"not(or(exists(/features/f1/properties/p1),eq(/attributes/a/b/c,5),exists(thingId)))","options":"size(5),sort(+/thingId,-/attributes/x)","namespaces":["hello.world"]},"fields":"/thingId,/policyId"} 10:33:06.532 [pool-460-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"b80f887e-f313-4fdc-8069-dfc63dbfb86c","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 10:33:06.533 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 10:33:06.533 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 10:33:06.533 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.534 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"e4366c80-6a9e-42d3-a529-544a7d87ea2e"},"path":"/","value":{}} 10:33:06.534 [pool-462-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"61c2d895-3391-441b-9e87-c008b77d1017","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 10:33:06.535 [pool-462-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6"}} 10:33:06.536 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 10:33:06.536 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 10:33:06.536 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.536 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"713c35ba-d616-4041-8fdd-114e768a2fb5"},"path":"/","value":{}} 10:33:06.537 [pool-464-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ef373811-2c57-4650-93a3-98844d16289b","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 10:33:06.538 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 10:33:06.539 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 10:33:06.539 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.540 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"01dabee4-8fbd-4101-a22b-b889a65c5f5d"},"path":"/","value":{}} 10:33:06.541 [pool-466-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"7c484994-1b36-4abe-90af-4390b46e9824","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 10:33:06.541 [pool-466-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/cancel","headers":{"content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription"}} 10:33:06.542 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 10:33:06.545 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 10:33:06.545 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.546 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"997d29e6-3ae7-445d-aa7b-c561b34cfc5e","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 10:33:06.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 10:33:06.548 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 10:33:06.549 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.549 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"8e71591a-ead0-471d-b972-219daa834669","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 10:33:06.551 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 10:33:06.551 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.552 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"41045625-be48-476d-bf51-63bcde171b32","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 10:33:06.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 10:33:06.554 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 10:33:06.555 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.555 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"96074c08-f4c7-45fc-b5e8-95f9b6481d87","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 10:33:06.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 10:33:06.557 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 10:33:06.557 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.558 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"34a6d16e-c3de-4489-9132-8baf6e09d083","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 10:33:06.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 10:33:06.560 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 10:33:06.561 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.561 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2ea868a6-06d5-49c3-bbff-fb00f1f238f1","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 10:33:06.563 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 10:33:06.563 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.564 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ebc0a438-10d0-4c36-806d-69c7d58a0d88","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"} 10:33:06.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 10:33:06.565 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 10:33:06.566 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.567 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a6c8868c-b987-41fa-892f-097e7386e6aa","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 10:33:06.568 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 10:33:06.569 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 10:33:06.569 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.570 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"09546b05-becb-4b20-b205-fa1067800207","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"} 10:33:06.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 10:33:06.572 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 10:33:06.572 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.573 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"78e21dcf-2a3d-4ed9-bfcc-bf67d5997eec","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.574 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 10:33:06.575 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 10:33:06.575 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.576 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"8679662c-5de8-45d9-ab8e-e4c9b110229d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 10:33:06.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 10:33:06.582 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.627 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"4aeea05a-e060-4258-8f15-c94041e5ade3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.629 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 10:33:06.629 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 10:33:06.630 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.630 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"172c1fe6-1988-4dc3-89af-7b4723fbe847","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 10:33:06.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 10:33:06.633 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.634 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"44bfc30a-3346-4bc5-81b4-90113c4f3007","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 10:33:06.635 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 10:33:06.635 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 10:33:06.636 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.637 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"246b6335-7985-4e4a-becd-e71eccd871ab","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.638 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 10:33:06.639 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 10:33:06.639 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.639 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"7c39a524-177e-49d4-bca0-768f9099ab86","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.640 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 10:33:06.641 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 10:33:06.641 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.642 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9e7f3c8e-14fa-4cc2-adec-51a1719bb6b6","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 10:33:06.643 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 10:33:06.644 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.645 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9dc2c6e1-047c-4824-bb7e-b3837fbb16b8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 10:33:06.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 10:33:06.647 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 10:33:06.648 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.648 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ab44d9e6-1045-4982-bb1b-a879ccf39605","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"} 10:33:06.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 10:33:06.649 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 10:33:06.650 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.650 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"215abbfc-bd1e-4815-9826-20e380ab5bf6","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 10:33:06.652 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 10:33:06.652 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.653 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"910a7215-1194-4d5f-bcc5-e1fa0232afb8","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 10:33:06.654 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 10:33:06.655 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.655 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c1d0c9a0-8c08-47a2-9feb-d27618092469","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 10:33:06.657 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 10:33:06.658 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.658 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"fcc402f1-1fc5-4356-b49a-468d9f257243","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 10:33:06.660 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 10:33:06.660 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.661 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e11f1a3d-a2b1-4568-8a88-5e70f154155d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"} 10:33:06.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 10:33:06.662 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 10:33:06.663 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.663 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"001667d9-0614-4d60-960b-f06f66c1272a","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 10:33:06.664 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 10:33:06.665 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 10:33:06.665 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.666 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9b3993de-ab2e-45df-9a84-f6351cabcbe6","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 10:33:06.667 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 10:33:06.668 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.668 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"53a5c153-9be8-4e71-84c7-263139a58ee4","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 10:33:06.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 10:33:06.670 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 10:33:06.670 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.671 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"2266e31f-156d-44a4-9adc-50de31f11bc6","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 10:33:06.672 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 10:33:06.672 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.673 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"8b25116b-7dfe-44a1-841e-f4c0607b8ca6","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 10:33:06.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 10:33:06.674 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 10:33:06.675 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.676 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"2f381a90-35bd-4581-9020-9fa446ec88a9","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 10:33:06.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 10:33:06.677 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 10:33:06.678 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.679 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"fbcb21b9-8b3c-4cc2-b790-08aeb7d06390","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 10:33:06.728 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 10:33:06.728 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 10:33:06.728 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.729 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"75c73576-95cf-40e0-ac78-172d0a269cbb","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.730 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 10:33:06.731 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 10:33:06.731 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.732 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"38ff7abf-6d23-4382-a01d-3c951870410c","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"} 10:33:06.733 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 10:33:06.733 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 10:33:06.734 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.734 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f1fb6877-c454-4fa3-9546-215f01365d8f","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 10:33:06.736 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 10:33:06.736 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 10:33:06.737 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.737 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"ca7c2db3-3f7e-429a-a25b-7cc047c0e148","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"} 10:33:06.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 10:33:06.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 10:33:06.739 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.739 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a6431344-416b-4a7a-af5b-631cdddf3fba","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 10:33:06.741 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 10:33:06.742 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.742 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"2191f998-d600-40a1-ae06-7be18881f146","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.743 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 10:33:06.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 10:33:06.744 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"18e6918d-26c3-4ec1-8649-cbf93eff41b9","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 10:33:06.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 10:33:06.747 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.747 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"68b96ef8-5020-4ec5-a050-b52188a2988d","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 10:33:06.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 10:33:06.750 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.750 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"899fff36-7647-481a-93d7-f9a08a89816a","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 10:33:06.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 10:33:06.752 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 10:33:06.752 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.753 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"bc2eabcd-e5ad-4194-9b3e-5c80132f8378","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 10:33:06.754 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 10:33:06.755 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.755 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"49c1165c-1131-478a-9867-adb34f008767","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 10:33:06.756 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 10:33:06.757 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.757 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"818bd281-9cd6-45ba-b3f8-a1b89b57a9c2","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 10:33:06.758 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 10:33:06.759 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.759 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c1f2807f-ac10-4f31-a77a-1270650387a0","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 10:33:06.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 10:33:06.761 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 10:33:06.761 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.762 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"a5f0c6ff-8277-406f-ac66-0e120a7017ef","version":2,"channel":"live","content-type":"application/json"},"path":"/features"} 10:33:06.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 10:33:06.763 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 10:33:06.763 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.764 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"99ceff84-3702-4685-a0d5-d448dd1b4550","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 10:33:06.765 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 10:33:06.765 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.766 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"0627a4e5-b8ac-48b0-9961-0c7a662a302c","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 10:33:06.767 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 10:33:06.768 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.768 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2c0f6bff-1d3b-457c-b3e5-74020a5d9b0f","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 10:33:06.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 10:33:06.769 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 10:33:06.770 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.770 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3785b41a-751c-42b1-94c5-cbc2b2c58d3b","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 10:33:06.771 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 10:33:06.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 10:33:06.772 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.772 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d3a68626-9224-4f7c-8ddf-60105c218051","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"} 10:33:06.773 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 10:33:06.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 10:33:06.774 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.774 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4322cdcc-6839-440d-9747-074a4e3dbf58","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 10:33:06.775 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 10:33:06.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 10:33:06.776 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.776 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"115a4f27-d594-43c3-994a-f165a18645b1","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 10:33:06.777 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 10:33:06.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 10:33:06.827 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.831 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"abc","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 10:33:06.833 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 10:33:06.833 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 10:33:06.834 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"df9bab2b-66a1-46fa-8996-a09b3573b27a","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 10:33:06.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 10:33:06.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 10:33:06.836 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.837 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"8ea9ac8b-b579-4880-98b7-ae5742b1b1c9","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 10:33:06.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 10:33:06.840 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 10:33:06.840 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.844 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"68a18188-b99b-42f9-ab39-4ef38e700992","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.847 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 10:33:06.847 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 10:33:06.847 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.848 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 10:33:06.849 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 10:33:06.849 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 10:33:06.850 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 10:33:06.850 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 10:33:06.851 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 10:33:06.852 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.852 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 10:33:06.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 10:33:06.853 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.853 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 10:33:06.854 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 10:33:06.854 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 10:33:06.855 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 10:33:06.855 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.858 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"cce29a0d-79c6-476b-89b5-c2e40c5d5680","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 10:33:06.861 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 10:33:06.861 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.862 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"2777340c-affd-40a2-bfb0-eeb7c66bed12","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"1f433a63-f988-4e9b-a07e-ac24f532ae97","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.863 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"a0d86fae-2879-421f-b7d2-863dfb44395b","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.867 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 10:33:06.868 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 10:33:06.868 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.870 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"7e90b932-ff36-4216-9b10-04bba6b37cdd","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 10:33:06.871 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 10:33:06.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 10:33:06.872 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.872 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"5496700e-5e30-4c63-8b15-486b91632f49","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 10:33:06.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 10:33:06.874 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 10:33:06.874 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 10:33:06.875 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 10:33:06.876 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.876 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"abc","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 10:33:06.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 10:33:06.877 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 10:33:06.877 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.878 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"b9bdd45b-914a-40b2-821d-8b60a7d9e0ed","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.926 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 10:33:06.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 10:33:06.927 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.928 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 10:33:06.928 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 10:33:06.929 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 10:33:06.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 10:33:06.930 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.930 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 10:33:06.930 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 10:33:06.931 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.932 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"7ee42c9b-062a-4dee-b2b4-805198ce8d85","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"691f80b2-cd7d-44ad-9be5-fecd82c81daa","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"3e7a9a21-ecb1-4d23-a437-a3770a6e0ed5","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/","value":{"_namespace":"policy.namespace","policyId":"policy.namespace:policyName","imports":{},"entries":{"maker":{"subjects":{"{{ request:subjectId }}":{"type":"suite-auth"}},"resources":{"policy:/":{"grant":["READ","WRITE"],"revoke":[]},"thing:/":{"grant":["READ","WRITE"],"revoke":[]},"message:/":{"grant":["READ","WRITE"],"revoke":[]}},"importable":"implicit"}}}} 10:33:06.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() 10:33:06.938 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 10:33:06.938 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-10-17] initialized successfully 10:33:06.939 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() [WARNING] Tests run: 1043, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 44.581 s - in TestSuite [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1043, Failures: 0, Errors: 0, Skipped: 28 [INFO] [INFO] [INFO] --- bundle:4.2.1:bundle (default-bundle) @ ditto-client --- [WARNING] Include-Resource: overriding {ditto-client-version.properties=src/main/resources/ditto-client-version.properties},META-INF/LICENSE=/home/jenkins/agent/workspace/ditto-client-java-ci/legal/LICENSE,META-INF/NOTICE.md=/home/jenkins/agent/workspace/ditto-client-java-ci/legal/NOTICE.md with META-INF=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/META-INF,ditto-client-version.properties=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/ditto-client-version.properties (add {maven-resources} if you want to include the maven resources) [WARNING] Bundle org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT : Export org.eclipse.ditto.client.messaging, has 1, private references [org.eclipse.ditto.client.internal.bus] [INFO] [INFO] --- assembly:3.1.0:single (osgi-bin-assembly) @ ditto-client --- [INFO] Reading assembly descriptor: ./src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-bundles.zip [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (copy-dependencies) @ ditto-client --- [INFO] Copying nv-websocket-client-2.14.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/nv-websocket-client-2.14.jar [INFO] Copying slf4j-api-1.7.36.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/slf4j-api-1.7.36.jar [INFO] Copying reactive-streams-1.0.4.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/reactive-streams-1.0.4.jar [INFO] Copying minimal-json-0.9.5.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/minimal-json-0.9.5.jar [INFO] Copying classindex-3.13.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/classindex-3.13.jar [INFO] Copying ditto-json-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-json-0-SNAPSHOT.jar [INFO] Copying ditto-base-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-base-model-0-SNAPSHOT.jar [INFO] Copying ditto-jwt-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-jwt-model-0-SNAPSHOT.jar [INFO] Copying ditto-messages-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-messages-model-0-SNAPSHOT.jar [INFO] Copying ditto-things-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-things-model-0-SNAPSHOT.jar [INFO] Copying ditto-thingsearch-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-thingsearch-model-0-SNAPSHOT.jar [INFO] Copying ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-policies-model-0-SNAPSHOT.jar [INFO] Copying ditto-protocol-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-protocol-0-SNAPSHOT.jar [INFO] Copying ditto-placeholders-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-placeholders-0-SNAPSHOT.jar [INFO] Copying ditto-connectivity-model-0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/dependencies/ditto-connectivity-model-0-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ ditto-client --- [WARNING] Unable to derive module descriptor for /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.ditto.client... Loading source files for package org.eclipse.ditto.client.ack... Loading source files for package org.eclipse.ditto.client.ack.internal... Loading source files for package org.eclipse.ditto.client.changes... Loading source files for package org.eclipse.ditto.client.changes.internal... Loading source files for package org.eclipse.ditto.client.configuration... Loading source files for package org.eclipse.ditto.client.internal... Loading source files for package org.eclipse.ditto.client.internal.bus... Loading source files for package org.eclipse.ditto.client.live... Loading source files for package org.eclipse.ditto.client.live.commands... Loading source files for package org.eclipse.ditto.client.live.commands.base... Loading source files for package org.eclipse.ditto.client.live.commands.modify... Loading source files for package org.eclipse.ditto.client.live.commands.query... Loading source files for package org.eclipse.ditto.client.live.events... Loading source files for package org.eclipse.ditto.client.live.events.internal... Loading source files for package org.eclipse.ditto.client.live.internal... Loading source files for package org.eclipse.ditto.client.live.messages... Loading source files for package org.eclipse.ditto.client.live.messages.internal... Loading source files for package org.eclipse.ditto.client.management... Loading source files for package org.eclipse.ditto.client.management.internal... Loading source files for package org.eclipse.ditto.client.messaging... Loading source files for package org.eclipse.ditto.client.messaging.internal... Loading source files for package org.eclipse.ditto.client.options... Loading source files for package org.eclipse.ditto.client.options.internal... Loading source files for package org.eclipse.ditto.client.policies... Loading source files for package org.eclipse.ditto.client.policies.internal... Loading source files for package org.eclipse.ditto.client.registration... Loading source files for package org.eclipse.ditto.client.streaming... Loading source files for package org.eclipse.ditto.client.twin... Loading source files for package org.eclipse.ditto.client.twin.internal... Constructing Javadoc information... Standard Doclet version 11.0.11 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/DisconnectedDittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/DittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/DittoClients.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/Acknowledgeable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/ResponseConsumer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/AcknowledgementRequestsValidator.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/ImmutableAcknowledgementRequestHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/AcknowledgementRequestHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/Change.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/ChangeAction.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/FeatureChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/FeaturesChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/ThingChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/ImmutableChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/ImmutableFeatureChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/ImmutableFeaturesChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/ImmutableThingChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/AccessTokenAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/AccessTokenAuthenticationConfiguration.AccessTokenAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/AuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/AuthenticationConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BasicAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BasicAuthenticationConfiguration.BasicAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BusConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BusConfiguration.BusConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BusConfiguration.BusConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/BusConfiguration.BusExecutorServiceOptionsSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ClientCredentialsAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ClientCredentialsAuthenticationConfiguration.ClientCredentialsAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/DisconnectedContext.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/DisconnectedContext.DisconnectionHandler.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/DisconnectedContext.Source.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/DummyAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/DummyAuthenticationConfiguration.DummyAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/MessagingConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/MessagingConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyHostSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyOptionalSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyPasswordSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/ProxyConfiguration.ProxyPortSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TokenAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TrustStoreConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TrustStoreConfiguration.LocationSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TrustStoreConfiguration.PasswordSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TrustStoreConfiguration.TrustStoreConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/TrustStoreConfiguration.TrustStoreConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/WebSocketMessagingConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/AbstractHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/CommonManagementImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/CommonManagementImpl.NotifyMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/ConcurrentConsumptionRequestException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/DefaultDittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/DefaultThreadFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/HandlerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/OutgoingMessageFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/SpecificChangeBuilderFunction.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/UnexpectedSignalException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/UnexpectedSignalException.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/VersionReader.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/AdaptableBus.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/AdaptableBus.SubscriptionId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/BusFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.CorrelationId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.ErrorCode.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.Errors.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.Identity.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.Literal.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.SearchSubscriptionId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classification.StreamingType.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classifier.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Classifiers.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/JsonPointerSelector.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/JsonPointerSelectors.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/PointerBus.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/PointerWithData.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Registration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/Registry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/SelectorUtil.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/Live.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/LiveCommandProcessor.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/LiveFeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/LiveThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/FeaturePropertiesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/FeaturesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/LiveCommandAcknowledgeable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/LiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/LiveCommandHandler.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/ThingAttributesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/ThingCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/ThingsCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/AbstractLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerBuilder.BuildStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerBuilder.EventStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerBuilder.ModifyCommandResponseStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerBuilder.QueryCommandResponseStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandAnswerFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveCommandResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/LiveEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/CreateThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/CreateThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/CreateThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/CreateThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributeLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/DeleteThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/MergeThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/MergeThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/MergeThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/MergeThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributeLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyLiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/ModifyThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/QueryLiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/EventEmitter.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/FeatureEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/GlobalEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/ThingEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/ImmutableFeatureEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/ImmutableGlobalEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/ImmutableThingEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/LiveImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/LiveThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/MessageSerializerFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/ClaimMessageRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.MessageSendable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.SetContentType.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.SetFeatureIdOrSubject.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.SetPayloadOrSend.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.SetSubject.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSender.SetThingId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSerializationException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSerializer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSerializerKey.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSerializerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/MessageSerializers.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/PendingMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/PendingMessageWithFeatureId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/PendingMessageWithThingId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/RepliableMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/DefaultMessageSerializer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/DefaultMessageSerializerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/ImmutableDeserializingMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/ImmutableMessageSender.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/ImmutableMessageSerializerKey.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/ImmutableRepliableMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/MissingCorrelationIdException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/MissingCorrelationIdException.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/AcknowledgementsFailedException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/ClientReconnectingException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/CommonManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/FeatureDefinitionManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/FeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/FeaturePropertiesManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/ThingAttributeManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/ThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/FeatureHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/ThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/AuthenticationException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/AuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/AuthenticationProviders.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/JsonWebTokenSupplier.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/MessagingException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/MessagingProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/MessagingProviders.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/AccessTokenAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/BasicAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/ClientCredentialsAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/DummyAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/Option.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/OptionName.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/OptionName.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/OptionName.Global.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/OptionName.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/Options.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/Options.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/Options.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/OptionsEvaluator.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/OptionsEvaluator.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/OptionsEvaluator.Global.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/OptionsEvaluator.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/Policies.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/internal/PoliciesImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/DuplicateRegistrationIdException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/FeatureChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/FeaturePropertiesChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/HandlerDeregistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/ThingAttributeChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/ThingChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/ThingFeaturePropertiesChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/MapPublisher.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/SpliteratorSubscriber.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/ThingSearchPublisher.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/ThingSearchSubscription.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/SearchOptionsBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/SearchOptionsBuilder.SortSearchOptionBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/SearchQueryBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/Twin.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/TwinFeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/TwinSearchHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/TwinThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/TwinImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/TwinThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/package-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/package-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/class-use/DisconnectedDittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/class-use/DittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/class-use/DittoClients.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/class-use/Acknowledgeable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/class-use/ResponseConsumer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/class-use/AcknowledgementRequestsValidator.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/class-use/ImmutableAcknowledgementRequestHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/AcknowledgementRequestHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/Change.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/ChangeAction.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/FeatureChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/FeaturesChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/class-use/ThingChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/class-use/ImmutableChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/class-use/ImmutableFeatureChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/class-use/ImmutableFeaturesChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/class-use/ImmutableThingChange.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/AccessTokenAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/AccessTokenAuthenticationConfiguration.AccessTokenAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/AuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/AuthenticationConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BasicAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BasicAuthenticationConfiguration.BasicAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BusConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BusConfiguration.BusConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BusConfiguration.BusExecutorServiceOptionsSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/BusConfiguration.BusConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ClientCredentialsAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ClientCredentialsAuthenticationConfiguration.ClientCredentialsAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/DisconnectedContext.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/DisconnectedContext.DisconnectionHandler.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/DisconnectedContext.Source.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/DummyAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/DummyAuthenticationConfiguration.DummyAuthenticationConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/MessagingConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/MessagingConfiguration.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyPasswordSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyOptionalSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyPortSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyHostSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/ProxyConfiguration.ProxyConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TokenAuthenticationConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TrustStoreConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TrustStoreConfiguration.TrustStoreConfigurationBuildable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TrustStoreConfiguration.PasswordSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TrustStoreConfiguration.LocationSettable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/TrustStoreConfiguration.TrustStoreConfigurationBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/class-use/WebSocketMessagingConfiguration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/AbstractHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/CommonManagementImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/CommonManagementImpl.NotifyMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/ConcurrentConsumptionRequestException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/DefaultDittoClient.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/DefaultThreadFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/HandlerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/OutgoingMessageFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/SpecificChangeBuilderFunction.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/UnexpectedSignalException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/UnexpectedSignalException.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/class-use/VersionReader.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/AdaptableBus.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/AdaptableBus.SubscriptionId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/BusFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.ErrorCode.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.Errors.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.Identity.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.SearchSubscriptionId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.CorrelationId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.Literal.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classification.StreamingType.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classifier.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Classifiers.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/JsonPointerSelector.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/JsonPointerSelectors.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/PointerBus.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/PointerWithData.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Registration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/Registry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/class-use/SelectorUtil.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/class-use/Live.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/class-use/LiveCommandProcessor.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/class-use/LiveFeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/class-use/LiveThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/FeaturePropertiesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/FeaturesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/LiveCommandAcknowledgeable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/LiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/LiveCommandHandler.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/ThingAttributesCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/ThingCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/class-use/ThingsCommandHandling.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/AbstractLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerBuilder.BuildStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerBuilder.EventStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerBuilder.ModifyCommandResponseStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerBuilder.QueryCommandResponseStep.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandAnswerFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveCommandResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/class-use/LiveEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/CreateThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/CreateThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/CreateThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/CreateThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributeLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDefinitionLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/DeleteThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/MergeThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/MergeThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/MergeThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/MergeThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributeLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDefinitionLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertiesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertyLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturesLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyLiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyThingLiveCommandAnswerBuilder.EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/class-use/ModifyThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/QueryLiveCommandFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributeLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributeLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributeLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveAttributesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDefinitionLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDefinitionLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureDesiredPropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeatureLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertiesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertiesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertyLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertyLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturesLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturesLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveFeaturesLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingsLiveCommand.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingsLiveCommandAnswerBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/class-use/RetrieveThingsLiveCommandAnswerBuilder.ResponseFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/class-use/EventEmitter.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/class-use/EventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/class-use/FeatureEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/class-use/GlobalEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/class-use/ThingEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/class-use/ImmutableFeatureEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/class-use/ImmutableGlobalEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/class-use/ImmutableThingEventFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/class-use/LiveImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/class-use/LiveThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/class-use/MessageSerializerFactory.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/ClaimMessageRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.MessageSendable.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.SetContentType.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.SetPayloadOrSend.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.SetFeatureIdOrSubject.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.SetSubject.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSender.SetThingId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSerializationException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSerializer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSerializerKey.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSerializerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/MessageSerializers.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/PendingMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/PendingMessageWithFeatureId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/PendingMessageWithThingId.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/class-use/RepliableMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/DefaultMessageSerializer.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/DefaultMessageSerializerRegistry.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/ImmutableDeserializingMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/ImmutableMessageSender.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/ImmutableMessageSerializerKey.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/ImmutableRepliableMessage.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/MissingCorrelationIdException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/class-use/MissingCorrelationIdException.Builder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/AcknowledgementsFailedException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/ClientReconnectingException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/CommonManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/FeatureDefinitionManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/FeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/FeaturePropertiesManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/ThingAttributeManagement.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/class-use/ThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/class-use/FeatureHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/class-use/ThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/AuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/AuthenticationProviders.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/JsonWebTokenSupplier.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/MessagingException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/MessagingProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/class-use/MessagingProviders.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/class-use/AccessTokenAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/class-use/BasicAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/class-use/ClientCredentialsAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/class-use/DummyAuthenticationProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/class-use/WebSocketMessagingProvider.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/Option.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/OptionName.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/OptionName.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/OptionName.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/OptionName.Global.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/Options.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/Options.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/class-use/Options.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/class-use/OptionsEvaluator.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/class-use/OptionsEvaluator.Consumption.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/class-use/OptionsEvaluator.Modify.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/class-use/OptionsEvaluator.Global.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/class-use/Policies.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/internal/class-use/PoliciesImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/DuplicateRegistrationIdException.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/FeatureChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/FeaturePropertiesChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/HandlerDeregistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/ThingAttributeChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/ThingChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/class-use/ThingFeaturePropertiesChangeRegistration.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/class-use/MapPublisher.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/class-use/SpliteratorSubscriber.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/class-use/ThingSearchPublisher.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/class-use/ThingSearchSubscription.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/SearchOptionsBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/SearchOptionsBuilder.SortSearchOptionBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/SearchQueryBuilder.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/Twin.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/TwinFeatureHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/TwinSearchHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/class-use/TwinThingHandle.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/class-use/TwinImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/class-use/TwinThingHandleImpl.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/ack/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/changes/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/configuration/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/internal/bus/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/base/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/modify/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/commands/query/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/events/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/live/messages/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/management/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/messaging/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/options/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/policies/internal/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/registration/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/streaming/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/package-use.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/org/eclipse/ditto/client/twin/internal/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/internal/OutgoingMessageFactory.java:548: warning: no @param for options [WARNING] public Message sendMessage(final MessageSerializerRegistry registry, final Message message, [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (integration-test) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (run-integration-tests) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp:0.14.3:cmp (default) @ ditto-client --- [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.diff'. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.html'. [INFO] [INFO] --- jacoco:0.8.5:report (report) @ ditto-client --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Java Client' with 318 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ ditto-client --- [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-bundles.zip to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-bundles.zip [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- bundle:4.2.1:install (default-install) @ ditto-client --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- javadoc:3.2.0:jar (default-cli) @ ditto-client --- [WARNING] Unable to derive module descriptor for /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar [WARNING] artifact org.eclipse.ditto:ditto-client:javadoc:javadoc:0-SNAPSHOT already attached, replace previous instance [INFO] [INFO] >>> source:3.1.0:jar (default-cli) > generate-sources @ ditto-client >>> [INFO] [INFO] --- license:3.0:check (default) @ ditto-client --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] <<< source:3.1.0:jar (default-cli) < generate-sources @ ditto-client <<< [INFO] [INFO] [INFO] --- source:3.1.0:jar (default-cli) @ ditto-client --- [INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:44 min [INFO] Finished at: 2023-10-17T10:33:28Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 16 plugin(s) [WARNING] [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.5 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:3.1.0 [WARNING] * org.codehaus.mojo:flatten-maven-plugin:1.0.1 [WARNING] * org.codehaus.mojo:license-maven-plugin:2.0.0 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-install-plugin:2.5.2 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4 [WARNING] * com.github.siom79.japicmp:japicmp-maven-plugin:0.14.3 [WARNING] * com.mycila:license-maven-plugin:3.0 [WARNING] * org.apache.felix:maven-bundle-plugin:4.2.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy to Eclipse) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/ditto-client-java-ci/java [Pipeline] { [Pipeline] sh + mvn deploy --batch-mode --errors -PsignArtifactsEclipse,publishToEclipseMavenRepo,attachSources,attachJavadocs -DcreateJavadoc=true -DskipTests=true -DskipITs=true Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.osgi:org.osgi.core:pom:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.core:pom:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:felix-parent:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:felix-parent:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.core:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.core:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.apache.felix.utils:pom:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.utils:pom:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.compendium:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.compendium:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-builder-support:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-builder-support:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava-parent:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava-parent:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.inject:guice:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.inject:guice:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.inject:guice-parent:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.inject:guice-parent:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava-parent:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava-parent:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:pom:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:pom:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-jdk14:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-jdk14:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.velocity:velocity:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.velocity:velocity:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact oro:oro:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact oro:oro:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-apt:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-apt:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jdom:jdom:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.jdom:jdom:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.osgi:org.osgi.core:jar:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.easymock:easymock:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.apache.felix.utils:jar:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.compendium:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-builder-support:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.enterprise:cdi-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.inject:guice:jar:no_aop:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.velocity:velocity:jar:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact oro:oro:jar:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-apt:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jdom:jdom:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.osgi:org.osgi.core:jar:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.easymock:easymock:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.apache.felix.utils:jar:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.compendium:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-builder-support:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.enterprise:cdi-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.annotation:jsr250-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.inject:guice:jar:no_aop:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.velocity:velocity:jar:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact oro:oro:jar:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-apt:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jdom:jdom:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] [INFO] -------------------< org.eclipse.ditto:ditto-client >------------------- [INFO] Building Eclipse Ditto :: Java Client 0-SNAPSHOT [INFO] from pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.surefire:surefire:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.surefire:surefire:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:jacoco-maven-plugin:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:jacoco-maven-plugin:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.build:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.build:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:jacoco-maven-plugin:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:jacoco-maven-plugin:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-source-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-source-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-source-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-source-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin-parent:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin-parent:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-pom:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-pom:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:license-maven-plugin:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-base:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-base:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.neovisionaries:nv-websocket-client:pom:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.neovisionaries:nv-websocket-client:pom:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.eclipsesource.minimal-json:minimal-json:pom:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.eclipsesource.minimal-json:minimal-json:pom:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:classindex:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:classindex:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:parent:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:parent:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo:parent:pom:1.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo:parent:pom:1.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-classic:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-classic:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-parent:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-parent:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-core:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-core:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.32 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact junit:junit:pom:4.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact junit:junit:pom:4.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-core:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-parent:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-parent:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-core:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-core:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-parent:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-parent:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-build:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-build:pom:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.junit:junit-bom:pom:5.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.junit:junit-bom:pom:5.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-bom:pom:4.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-bom:pom:4.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility-parent:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility-parent:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.hamcrest:hamcrest:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.mutabilitydetector:MutabilityDetector:pom:0.10.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mutabilitydetector:MutabilityDetector:pom:0.10.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-core:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.hamcrest:hamcrest-core:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.hamcrest:hamcrest:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.hamcrest:hamcrest:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), ossrh (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact nl.jqno.equalsverifier:equalsverifier:pom:3.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact nl.jqno.equalsverifier:equalsverifier:pom:3.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis-parent:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis-parent:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-core:pom:4.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-core:pom:4.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-parent:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-agent:pom:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.skyscreamer:jsonassert:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.skyscreamer:jsonassert:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.vaadin.external.google:android-json:pom:0.0.20131108.vaadin1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.vaadin.external.google:android-json:pom:0.0.20131108.vaadin1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-junit4:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-junit4:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax:exam:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax:exam:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax:exam-reactor:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax:exam-reactor:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:4.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:4.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-spi:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-spi:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-exec:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-exec:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:base:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:base:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.5.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.5.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-util-property:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-util-property:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-spi:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-spi:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.tinybundles:tinybundles:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.tinybundles:tinybundles:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:base:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:base:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j:master:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:pom:1.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:bndlib:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:bndlib:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:parent:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:parent:pom:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact junit:junit:pom:4.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact junit:junit:pom:4.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:pom:1_2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:pom:1_2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.servicemix.bundles:bundles-pom:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.servicemix.bundles:bundles-pom:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.servicemix:servicemix-pom:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.servicemix:servicemix-pom:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-container-native:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-container-native:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-core:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-core:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax:swissbox:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax:swissbox:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-lifecycle:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-lifecycle:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-tracker:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-tracker:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-net:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-net:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-link:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-link:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax:url:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax:url:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-commons:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-commons:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-property:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-property:pom:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-classpath:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-classpath:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-link-mvn:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-link-mvn:pom:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether-support:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether-support:pom:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-util:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.framework:pom:7.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:org.apache.felix.framework:pom:7.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:28 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:28 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus:codehaus-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus:codehaus-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.reactivestreams:reactive-streams-tck:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams-tck:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:pom:7.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:pom:7.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.beust:jcommander:pom:1.78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.beust:jcommander:pom:1.78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant-parent:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant-parent:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant-launcher:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.ant:ant-launcher:pom:1.10.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.inject:guice:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.inject:guice:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.inject:guice-parent:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.inject:guice-parent:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:pom:25.1-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:pom:25.1-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava-parent:pom:25.1-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava-parent:pom:25.1-android is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.checkerframework:checker-compat-qual:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.checkerframework:checker-compat-qual:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.errorprone:error_prone_annotations:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.errorprone:error_prone_annotations:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.errorprone:error_prone_parent:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.errorprone:error_prone_parent:pom:2.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.j2objc:j2objc-annotations:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-parent:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.mojo:mojo-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus:codehaus-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus:codehaus-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.yaml:snakeyaml:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.yaml:snakeyaml:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams-examples:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams-examples:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:pom:7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:pom:7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.webjars:jquery:pom:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.webjars:jquery:pom:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.neovisionaries:nv-websocket-client:jar:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:classindex:jar:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-classic:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-core:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact junit:junit:jar:4.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-core:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-core:jar:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:jar:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.mutabilitydetector:MutabilityDetector:jar:0.10.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact nl.jqno.equalsverifier:equalsverifier:jar:3.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-core:jar:4.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.skyscreamer:jsonassert:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-spi:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-spi:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:bndlib:jar:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-exec:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-util-property:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-net:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-link:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-commons:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-classpath:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether-support:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.framework:jar:7.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.reactivestreams:reactive-streams-tck:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams-examples:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:jar:7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.beust:jcommander:jar:1.78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.webjars:jquery:jar:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.neovisionaries:nv-websocket-client:jar:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.atteo.classindex:classindex:jar:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-classic:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact ch.qos.logback:logback-core:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact junit:junit:jar:4.13.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest-core:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.assertj:assertj-core:jar:3.24.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy:jar:1.12.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.awaitility:awaitility:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.hamcrest:hamcrest:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.mutabilitydetector:MutabilityDetector:jar:0.10.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact nl.jqno.equalsverifier:equalsverifier:jar:3.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.objenesis:objenesis:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.mockito:mockito-core:jar:4.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact net.bytebuddy:byte-buddy-agent:jar:1.12.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.skyscreamer:jsonassert:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-spi:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-spi:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:bndlib:jar:2.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-lang:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-container-native:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.exam:pax-exam:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-exec:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-io:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-store:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-util-property:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-core:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-net:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.base:ops4j-base-monitors:jar:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-link:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-commons:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-classpath:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.ops4j.pax.url:pax-url-aether-support:jar:2.6.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/ops4j-snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:org.apache.felix.framework:jar:7.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.reactivestreams:reactive-streams-tck:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.reactivestreams:reactive-streams-examples:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.testng:testng:jar:7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.beust:jcommander:jar:1.78 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.webjars:jquery:jar:3.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] [INFO] --- license:3.0:check (default) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:pom:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.guava:guava:pom:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.guava:guava-parent:pom:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.guava:guava-parent:pom:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:1.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.code.findbugs:jsr305:pom:1.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm-parent:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm-parent:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-project:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean-reflect:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean-reflect:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact log4j:log4j:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact log4j:log4j:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.google-collections:google-collect:pom:snapshot-20080530 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.google-collections:google-collect:pom:snapshot-20080530 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.woodstox:wstx-asl:pom:3.2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.woodstox:wstx-asl:pom:3.2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact stax:stax-api:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact stax:stax-api:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:model-builder:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:model-builder:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:spice-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project-builder:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project-builder:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.springframework:spring-core:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-core:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-parent:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-parent:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-asm:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-asm:pom:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact commons-logging:commons-logging:pom:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact commons-logging:commons-logging:pom:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-xmltool:pom:4.4.ga is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-xmltool:pom:4.4.ga is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-pool2:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-pool2:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:1.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm:jar:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean-reflect:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact log4j:log4j:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging-api:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.google-collections:google-collect:jar:snapshot-20080530 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:4.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.woodstox:wstx-asl:jar:3.2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact stax:stax-api:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:model-builder:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project-builder:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.springframework:spring-core:jar:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-asm:jar:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact commons-logging:commons-logging:jar:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-xmltool:jar:4.4.ga is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-pool2:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:10.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.google.code.findbugs:jsr305:jar:1.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M2a is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact asm:asm:jar:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.xbean:xbean-reflect:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact log4j:log4j:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging-api:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.code.google-collections:google-collect:jar:snapshot-20080530 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:4.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.woodstox:wstx-asl:jar:3.2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact stax:stax-api:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.spice:model-builder:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project-builder:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.springframework:spring-core:jar:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.springframework:spring-asm:jar:3.1.3.RELEASE is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact commons-logging:commons-logging:jar:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.mycila:mycila-xmltool:jar:4.4.ga is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.commons:commons-pool2:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache:apache:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-core:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:file-management:pom:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:file-management:pom:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:pom:4.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:pom:4.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xerces:xercesImpl:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xerces:xercesImpl:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:1.3.03 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:1.3.03 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-httpclient:commons-httpclient:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-httpclient:commons-httpclient:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:pom:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:39 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-validator:commons-validator:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-validator:commons-validator:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:pom:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:pom:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-digester:commons-digester:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-digester:commons-digester:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jacoco:org.jacoco.agent:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.agent:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.core:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.core:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2:ow2:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2:ow2:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-commons:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-commons:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-tree:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2.asm:asm-tree:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2.asm:asm-analysis:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2.asm:asm-analysis:pom:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jacoco:org.jacoco.report:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.report:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:file-management:jar:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:4.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:jar:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-project:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xerces:xercesImpl:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-httpclient:commons-httpclient:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-validator:commons-validator:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:jar:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-digester:commons-digester:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:jar:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jacoco:org.jacoco.agent:jar:runtime:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.core:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-commons:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-analysis:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2.asm:asm-tree:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.report:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:file-management:jar:1.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact junit:junit:jar:4.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:jar:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven:maven-project:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xerces:xercesImpl:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-lang:commons-lang:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-httpclient:commons-httpclient:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-validator:commons-validator:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-beanutils:commons-beanutils:jar:1.7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-digester:commons-digester:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:jar:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xml-apis:xml-apis:jar:1.0.b2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.jacoco:org.jacoco.agent:jar:runtime:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.core:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-commons:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.ow2.asm:asm-analysis:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.ow2.asm:asm-tree:jar:7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.jacoco:org.jacoco.report:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] --- license:2.0.0:add-third-party (default-cli) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-artifact:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:41 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:41 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:pom:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.resolver:maven-resolver:pom:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-logging:commons-logging:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-logging:commons-logging:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:35 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact xmlunit:xmlunit:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact xmlunit:xmlunit:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity-tools:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity-tools:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-digester:commons-digester:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-digester:commons-digester:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-logging:commons-logging:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-logging:commons-logging:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact logkit:logkit:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact logkit:logkit:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact avalon-framework:avalon-framework:pom:4.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact avalon-framework:avalon-framework:pom:4.1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact javax.servlet:servlet-api:pom:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact javax.servlet:servlet-api:pom:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-chain:commons-chain:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-chain:commons-chain:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-collections:commons-collections:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-validator:commons-validator:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-validator:commons-validator:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact dom4j:dom4j:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact dom4j:dom4j:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact sslext:sslext:pom:1.2-0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact sslext:sslext:pom:1.2-0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-core:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-core:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-parent:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-parent:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-master:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-master:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache:apache:pom:2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact antlr:antlr:pom:2.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact antlr:antlr:pom:2.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-taglib:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-taglib:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-tiles:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-tiles:pom:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:pom:1.6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:pom:1.6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean-reflect:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean-reflect:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis-java5-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis-java5-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis-default-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis-default-flava:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.geronimo.genesis:genesis:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google.collections:google-collections:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google.collections:google-collections:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google:google:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google:google:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.nuiton.processor:nuiton-processor:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton.processor:nuiton-processor:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:processor:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:processor:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom4redmineAndCentral:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom4redmineAndCentral:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom4redmine:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom4redmine:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton:mavenpom:pom:3.4.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:42 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:42 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.freemarker:freemarker:pom:2.3.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.freemarker:freemarker:pom:2.3.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean-reflect:jar:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google.collections:google-collections:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity-tools:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-digester:commons-digester:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-chain:commons-chain:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-validator:commons-validator:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact dom4j:dom4j:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact sslext:sslext:jar:1.2-0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-core:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-taglib:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-tiles:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton.processor:nuiton-processor:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.freemarker:freemarker:jar:2.3.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.resolver:maven-resolver-api:jar:1.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:3.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.xbean:xbean-reflect:jar:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.google.collections:google-collections:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.velocity:velocity-tools:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-digester:commons-digester:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-chain:commons-chain:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-validator:commons-validator:jar:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact dom4j:dom4j:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact sslext:sslext:jar:1.2-0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-core:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-taglib:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.struts:struts-tiles:jar:1.3.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.7.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.nuiton.processor:nuiton-processor:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-logging:commons-logging:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-collections:commons-collections:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.freemarker:freemarker:jar:2.3.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [WARNING] [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!! [WARNING] [WARNING] licenseMerges will be overridden by licenseMergesFile. [WARNING] [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/META-INF/NOTICE-THIRD-PARTY.md [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ ditto-client --- [INFO] Artifact org.apache.maven.shared:maven-filtering:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-filtering:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-io:commons-io:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.commons:commons-parent:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-filtering:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:jar:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-filtering:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-io:commons-io:jar:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] Copying 0 resource [INFO] [INFO] --- flatten:1.0.1:flatten (flatten) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-model:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:38 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:38 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.0.v20140518 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.0.M1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.google.guava:guava:jar:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT... [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ ditto-client --- [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-incremental:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-incremental:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache:apache:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-api:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-api:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compilers:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compilers:pom:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-incremental:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:2.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-incremental:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:0.9.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0-M9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-api:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-manager:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-compiler-javac:jar:2.8.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Changes detected - recompiling the module! [INFO] Compiling 354 source files to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/main/java/org/eclipse/ditto/client/internal/AbstractHandle.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ ditto-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ ditto-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/test-classes [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/DittoClientAttributesTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/ditto-client-java-ci/java/src/test/java/org/eclipse/ditto/client/internal/OptionsToDittoHeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ ditto-client --- [INFO] Artifact org.apache.maven.surefire:maven-surefire-common:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:maven-surefire-common:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-logger-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-logger-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-booter:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-booter:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-toolchain:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-toolchain:pom:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:maven-surefire-common:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-logger-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-booter:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-toolchain:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:maven-surefire-common:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-logger-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-extensions-api:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.surefire:surefire-booter:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-toolchain:jar:3.0-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.11.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:7.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Tests are skipped. [INFO] [INFO] --- bundle:4.2.1:bundle (default-bundle) @ ditto-client --- [WARNING] Include-Resource: overriding {ditto-client-version.properties=src/main/resources/ditto-client-version.properties},META-INF/LICENSE=/home/jenkins/agent/workspace/ditto-client-java-ci/legal/LICENSE,META-INF/NOTICE.md=/home/jenkins/agent/workspace/ditto-client-java-ci/legal/NOTICE.md with META-INF=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/META-INF,ditto-client-version.properties=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/classes/ditto-client-version.properties (add {maven-resources} if you want to include the maven resources) [WARNING] Bundle org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT : Export org.eclipse.ditto.client.messaging, has 1, private references [org.eclipse.ditto.client.internal.bus] [INFO] [INFO] --- assembly:3.1.0:single (osgi-bin-assembly) @ ditto-client --- [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.9.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.9.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.iq80.snappy:snappy:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.iq80.snappy:snappy:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:file-management:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:file-management:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.9.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.iq80.snappy:snappy:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:file-management:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.9.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.iq80.snappy:snappy:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:file-management:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-io:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact commons-codec:commons-codec:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Reading assembly descriptor: ./src/main/assembly/assembly.xml [INFO] Artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-staging:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-staging:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-maven-plugins:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-maven-plugins:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.buildsupport:public-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.buildsupport:public-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.buildsupport:buildsupport:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.buildsupport:buildsupport:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-common:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-common:pom:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava-parent:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava-parent:pom:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-client-core:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-client-core:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-components:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-components:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-oss:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-oss:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-all:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-all:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.buildsupport:nexus-buildsupport:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.buildsupport:nexus-buildsupport:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-plugins:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-plugins:pom:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.intellij:annotations:pom:9.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.intellij:annotations:pom:9.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream-parent:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream-parent:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact xmlpull:xmlpull:pom:1.1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xmlpull:xmlpull:pom:1.1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xpp3:xpp3_min:pom:1.1.4c is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xpp3:xpp3_min:pom:1.1.4c is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact joda-time:joda-time:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact joda-time:joda-time:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-lang:commons-lang:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-lang:commons-lang:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-beanutils:commons-beanutils-core:pom:1.8.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-beanutils:commons-beanutils-core:pom:1.8.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-client:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-client:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.buildsupport:public-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.buildsupport:public-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.buildsupport:buildsupport:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.buildsupport:buildsupport:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-common:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-common:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.ws.rs:jsr311-api:pom:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.ws.rs:jsr311-api:pom:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-core:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-core:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-project:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-project:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact net.java:jvnet-parent:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [INFO] Artifact net.java:jvnet-parent:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [INFO] Artifact javax.validation:validation-api:pom:1.1.0.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.validation:validation-api:pom:1.1.0.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-client:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-client:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-apache-client4:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-apache-client4:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-contribs:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-contribs:pom:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:project:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:project:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-jackson:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-jackson:pom:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml:oss-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml:oss-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-core:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-core:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml:oss-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml:oss-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-databind:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-databind:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:pom:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.spice.zapper:spice-zapper:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.spice.zapper:spice-zapper:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-proto:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-proto:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-project:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-project:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource:fusesource-pom:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource:fusesource-pom:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-simple:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-simple:pom:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-common:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:jar:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-client-core:jar:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.intellij:annotations:jar:9.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-io:commons-io:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream:jar:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact xmlpull:xmlpull:jar:1.1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xpp3:xpp3_min:jar:1.1.4c is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact joda-time:joda-time:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-lang:commons-lang:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-beanutils:commons-beanutils-core:jar:1.8.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-client:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-common:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.ws.rs:jsr311-api:jar:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-core:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.validation:validation-api:jar:1.1.0.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-client:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-core:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.spice.zapper:spice-zapper:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-simple:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.maven:nexus-common:jar:1.6.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.google.guava:guava:jar:14.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus:nexus-client-core:jar:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.9.1-02 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.intellij:annotations:jar:9.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-io:commons-io:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.thoughtworks.xstream:xstream:jar:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact xmlpull:xmlpull:jar:1.1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact xpp3:xpp3_min:jar:1.1.4c is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact joda-time:joda-time:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-lang:commons-lang:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact commons-beanutils:commons-beanutils-core:jar:1.8.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-client:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-common:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.ws.rs:jsr311-api:jar:1.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-core:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact javax.validation:validation-api:jar:1.1.0.Final is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey:jersey-client:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-core:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [INFO] Artifact org.sonatype.spice.zapper:spice-zapper:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.fusesource.hawtbuf:hawtbuf:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.slf4j:slf4j-simple:jar:1.7.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:2.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:2.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:bndlib:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute.bnd:bndlib:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute.bnd:parent:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute.bnd:parent:pom:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.core:pom:4.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.core:pom:4.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:2.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:bndlib:jar:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.core:jar:4.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:2.5.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:bndlib:jar:2.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.osgi:org.osgi.core:jar:4.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:jar:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact classworlds:classworlds:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-util:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.wagon:wagon-providers:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.wagon:wagon-providers:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.jcraft:jsch:pom:0.1.44-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.jcraft:jsch:pom:0.1.44-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.oss:oss-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh-common:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh-common:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.jcraft:jsch:jar:0.1.44-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh-common:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact com.jcraft:jsch:jar:0.1.44-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-ssh-common:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:1.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:1.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix:pom:1.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute:bndlib:pom:0.0.238 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute:bndlib:pom:0.0.238 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact net.sf.kxml:kxml2:pom:2.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact net.sf.kxml:kxml2:pom:2.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.core:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.core:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:felix:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:felix:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.service.obr:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.service.obr:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-project:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-osgi:pom:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-osgi:pom:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute:bndlib:pom:0.0.203 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute:bndlib:pom:0.0.203 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:1.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute:bndlib:jar:0.0.238 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact net.sf.kxml:kxml2:jar:2.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.core:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.service.obr:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-osgi:jar:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:1.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute:bndlib:jar:0.0.238 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact net.sf.kxml:kxml2:jar:2.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.core:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:org.osgi.service.obr:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-osgi:jar:0.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:1.4.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock-parent:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock-parent:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis-parent:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis-parent:pom:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-jdk14:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.easymock:easymock:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.objenesis:objenesis:jar:2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-core:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-jdk14:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:slf4j-api:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.slf4j:jcl-over-slf4j:jar:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-error-diagnostics:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-cli:commons-cli:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-descriptor:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-monitor:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:5.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:5.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.apache.felix:felix-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.dto:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.resource:pom:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.framework:pom:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.tracker:pom:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:osgi.annotation:pom:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:osgi.annotation:pom:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.log:pom:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.repository:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.repository:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.promise:pom:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:pom:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:pom:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:3.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:48 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:48 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:52 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:52 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:5.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:5.1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.dto:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.resource:jar:1.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.framework:jar:1.8.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.tracker:jar:1.5.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:osgi.annotation:jar:8.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.log:jar:1.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.service.repository:jar:1.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.function:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.osgi:org.osgi.util.promise:jar:1.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact biz.aQute.bnd:biz.aQute.bnd.util:jar:6.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-spi:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-impl:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.aether:aether-api:jar:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:3.3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Building zip: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-bundles.zip [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (copy-dependencies) @ ditto-client --- [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-containers:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:project:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:project:pom:4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:project:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:project:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:pom:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-client:pom:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcore:pom:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcomponents-core:pom:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-parent:pom:47 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:6.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:pom:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:pom:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:7.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:pom:7.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:pom:2.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact antlr:antlr:jar:2.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:7.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-lang3:jar:3.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.4.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact antlr:antlr:jar:2.7.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.tukaani:xz:jar:1.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-analyzer:jar:1.11.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.ow2.asm:asm:jar:7.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:3.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] com.neovisionaries:nv-websocket-client:jar:2.14 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:1.7.36 already exists in destination. [INFO] org.reactivestreams:reactive-streams:jar:1.0.4 already exists in destination. [INFO] com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 already exists in destination. [INFO] org.atteo.classindex:classindex:jar:3.13 already exists in destination. [INFO] org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT already exists in destination. [INFO] org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT already exists in destination. [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ ditto-client --- [INFO] Artifact org.sonatype.aether:aether-util:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-invoker:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-invoker:pom:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:pom:0.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:pom:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:pom:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0-M10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:pom:2.0-M10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-languages:pom:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus:pom:6.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-invoker:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0-M10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.13.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.5.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-invoker:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:jar:1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-skin-model:jar:1.9.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact com.thoughtworks.qdox:qdox:jar:2.0-M10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-java:jar:1.0.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [WARNING] Unable to derive module descriptor for /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar [INFO] Skipping javadoc generation, everything is up to date. [INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar [INFO] [INFO] >>> source:3.1.0:jar (attach-sources) > generate-sources @ ditto-client >>> [INFO] [INFO] --- license:3.0:check (default) @ ditto-client --- [INFO] Checking licenses... [WARNING] Property 'strictCheck' is not enabled. Please consider adding true in your pom.xml file. [WARNING] See http://mycila.github.io/license-maven-plugin for more information. [INFO] [INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8 [INFO] [INFO] <<< source:3.1.0:jar (attach-sources) < generate-sources @ ditto-client <<< [INFO] [INFO] [INFO] --- source:3.1.0:jar (attach-sources) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-archiver:pom:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:pom:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:pom:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:pom:1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-archiver:jar:3.4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.plexus:plexus-io:jar:3.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Artifact org.apache.commons:commons-compress:jar:1.18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (integration-test) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (run-integration-tests) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify) @ ditto-client --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp:0.14.3:cmp (default) @ ditto-client --- [INFO] Artifact org.apache.maven:maven-core:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-plexus:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-bean:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-parent:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.forge:forge-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:pom:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:pom:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu.inject:guice-parent:pom:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-parent:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.github.siom79.japicmp:japicmp:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.github.siom79.japicmp:japicmp:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.javassist:javassist:pom:3.24.0-GA is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.javassist:javassist:pom:3.24.0-GA is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-core:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-core:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons-runtime:pom:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons-runtime:pom:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons:pom:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons:pom:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact net.java:jvnet-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact net.java:jvnet-parent:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-impl:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-impl:pom:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:FastInfoset:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:FastInfoset:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:fastinfoset-project:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:fastinfoset-project:pom:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jsr173_api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jsr173_api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.activation:activation:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.activation:activation:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:pom:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.wagon:wagon:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:pom:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-parent:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.groovy:groovy-jsr223:pom:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy-jsr223:pom:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy:pom:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy:pom:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.github.siom79.japicmp:japicmp:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.javassist:javassist:jar:3.24.0-GA is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-core:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons-runtime:jar:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jsr173_api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.activation:activation:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy-jsr223:jar:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy:jar:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-core:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-model:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model-builder:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-spi:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-impl:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-api:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.aether:aether-util:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-plexus:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-inject-bean:jar:2.1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.sonatype.sisu:sisu-guice:jar:no_aop:2.9.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:2.0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact com.github.siom79.japicmp:japicmp:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.javassist:javassist:jar:3.24.0-GA is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jaxb-api:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-core:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.istack:istack-commons-runtime:jar:2.16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.bind:jaxb-impl:jar:2.2.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.xml.bind:jsr173_api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), releases.java.net (https://maven.java.net/content/repositories/releases/, default, releases+snapshots), staging.java.net (https://maven.java.net/content/groups/staging/, default, releases+snapshots), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [INFO] Artifact javax.activation:activation:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-artifact:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-compat:jar:3.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-impl:jar:2.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.apache.maven:maven-project:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-profile:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpclient:jar:4.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.httpcomponents:httpcore:jar:4.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact commons-codec:commons-codec:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy-jsr223:jar:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.codehaus.groovy:groovy:jar:2.4.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [INFO] Artifact org.eclipse.ditto:ditto-client:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Artifact org.eclipse.ditto:ditto-client:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.diff'. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.xml'. [INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.html'. [INFO] [INFO] --- jacoco:0.8.5:report (report) @ ditto-client --- [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec [INFO] Analyzed bundle 'Eclipse Ditto :: Java Client' with 318 classes [INFO] [INFO] --- eclipse-jarsigner:1.3.1:sign (sign-jars) @ ditto-client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:2.5.2:install (default-install) @ ditto-client --- [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-settings:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-model:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-bundles.zip to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-bundles.zip [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:4.2.1:install (default-install) @ ditto-client --- [INFO] Installing org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- deploy:2.8.2:deploy (default-deploy) @ ditto-client --- [INFO] [INFO] --- bundle:4.2.1:deploy (default-deploy) @ ditto-client --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2023-10-17T10:34:30Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 17 plugin(s) [WARNING] [WARNING] * org.jacoco:jacoco-maven-plugin:0.8.5 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:3.1.0 [WARNING] * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.1 [WARNING] * org.codehaus.mojo:license-maven-plugin:2.0.0 [WARNING] * org.codehaus.mojo:flatten-maven-plugin:1.0.1 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4 [WARNING] * org.apache.maven.plugins:maven-deploy-plugin:2.8.2 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-install-plugin:2.5.2 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4 [WARNING] * com.github.siom79.japicmp:japicmp-maven-plugin:0.14.3 [WARNING] * com.mycila:license-maven-plugin:3.0 [WARNING] * org.apache.felix:maven-bundle-plugin:4.2.1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS