Started by an SCM change [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-v7tkg is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-v7tkg" 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-v7tkg" - 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-v7tkg" - 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-3160.vd76b_9ddd10cc" 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-v7tkg 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 f82d4fbccbda011dae85b9c97ebf86d1d85db9b6 (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 f82d4fbccbda011dae85b9c97ebf86d1d85db9b6 # timeout=10 Commit message: "increased binary compatibility check version to 3.5.0" > git rev-list --no-walk 8520dd98812ac551f4839590fd425033440721da # 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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.0.18-200.fc36.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] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now {@link #licenseMergesUrl} [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 07:44:34.428 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:44:34.433 [Thread-1] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> 07:44:34.531 [Thread-2] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:44:34.541 [main] WARN o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription . 07:44:34.643 [Thread-6] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:44:34.963 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0> 07:44:34.963 [Thread-14] INFO o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1> Configuring TestNG with: TestNG60Configurator 07:45:02.031 [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=*]] 07:45:02.080 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*' 07:45:02.081 [main] WARN o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*' 07:45:03.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 07:45:03.280 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:03.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d5299c37-7fbb-431f-9905-a8988a3c8c0d 07:45:03.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dce69bc6-4b21-4301-ae0f-be442d0fbccf 07:45:03.286 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a42d2bb9-9251-4370-98e6-e670bc195072 07:45:03.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=20cd5bb2-b438-4a46-9734-8c7254813bcf 07:45:03.322 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail() 07:45:03.323 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 07:45:03.324 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:03.325 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bc291f2b-4151-4eb8-b18f-85446aac2206 07:45:03.325 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da3cf741-b0e1-44a0-9345-45d146a7268b 07:45:03.325 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8a3491e4-579e-4917-8423-048e471dabc0 07:45:03.325 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2885c2a4-e5ac-482c-acbb-085e1ca31fb5 07:45:03.327 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks() 07:45:03.327 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 07:45:03.329 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:03.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=66f1be75-5b2a-4699-838e-376dc932f828 07:45:03.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bb14148a-36d5-4e16-86c4-6854825f4150 07:45:03.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c2d35112-3c6a-42b0-8223-9724db96271a 07:45:03.330 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=afb9da8f-9c80-4981-8369-8087e6c6ab53 07:45:03.333 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds() 07:45:04.338 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:04.339 [main] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:45:07.018 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <15bc3c51-a3c7-4890-9456-cebaff1a9674>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:45:07.019 [test-1] INFO o.e.d.c.messaging.internal.Retry - Client <15bc3c51-a3c7-4890-9456-cebaff1a9674>: Waiting for <1> second(s) before retrying to . 07:45:08.020 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <15bc3c51-a3c7-4890-9456-cebaff1a9674>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:45:08.020 [Thread-16] INFO o.e.d.c.messaging.internal.Retry - Client <15bc3c51-a3c7-4890-9456-cebaff1a9674>: Waiting for <1> second(s) before retrying to . 07:45:09.023 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <8e94f071-67e1-458c-b064-85ede8bc1388>: Failed to : java.lang.RuntimeException: Expected exception in first iteration. 07:45:09.023 [Thread-18] INFO o.e.d.c.messaging.internal.Retry - Client <8e94f071-67e1-458c-b064-85ede8bc1388>: Waiting for <1> second(s) before retrying to . 07:45:10.041 [ditto-client-reconnect-dummy:e07ac6bf-56f6-4000-bd20-c8a3af0c787d-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 07:45:10.253 [ditto-client-reconnect-dummy:e07ac6bf-56f6-4000-bd20-c8a3af0c787d-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 07:45:10.253 [ditto-client-reconnect-dummy:e07ac6bf-56f6-4000-bd20-c8a3af0c787d-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. 07:45:10.254 [pool-258-thread-1] INFO o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted. 07:45:10.254 [pool-258-thread-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:45:12.764 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 07:45:12.778 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-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! 07:45:12.778 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 07:45:12.779 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 07:45:13.779 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 07:45:13.782 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-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! 07:45:13.783 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 07:45:13.783 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <1> second(s) before retrying to . 07:45:14.783 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint . 07:45:14.785 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-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! 07:45:14.786 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] ERROR o.e.d.c.messaging.internal.Retry - Client : Failed to : org.eclipse.ditto.client.messaging.MessagingException: Connect of session failed. 07:45:14.786 [ditto-client-reconnect-dummy:18a8544e-bc52-40a3-895c-a8aff4413d5f-1] INFO o.e.d.c.messaging.internal.Retry - Client : Waiting for <2> second(s) before retrying to . 07:45:14.786 [Time-limited test] INFO o.e.d.c.m.i.WebSocketMessagingProvider - Client : WebSocket destroyed. 07:45:14.799 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 07:45:14.801 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.812 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"9df6faf9-f1e1-4fc4-a5e3-d6f36d027139","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"} 07:45:14.823 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]() 07:45:14.823 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 07:45:14.824 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.825 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]() 07:45:14.826 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 07:45:14.827 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.828 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9bbaf5e6-78e7-4ec2-8dba-2d6068afca64","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 07:45:14.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]() 07:45:14.882 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 07:45:14.883 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f0504f6a-49ed-4f33-9663-a9d9d74890b4","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 07:45:14.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]() 07:45:14.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 07:45:14.889 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"da07e746-7408-4595-984d-f373e574bb21","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"} 07:45:14.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]() 07:45:14.894 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 07:45:14.895 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"df353d6d-9b71-4aed-88ed-e0017fc2cfa3","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 07:45:14.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]() 07:45:14.899 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 07:45:14.900 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.900 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dc9629f6-9978-4b57-af2c-d562000274d6 07:45:14.914 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]() 07:45:14.914 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 07:45:14.915 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.916 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f4c7698d-bd13-4d70-a51c-2b74af8b82f0","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:14.919 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]() 07:45:14.919 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 07:45:14.920 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.921 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"13746ebc-b1e9-488c-a3cb-157e21b880e1","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:14.924 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]() 07:45:14.924 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 07:45:14.925 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.926 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"87b152ec-4799-452e-9364-245abbc84982","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:14.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]() 07:45:14.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 07:45:14.931 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"cb4f1a75-a2c5-431d-97d1-2c2236cffb27","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"} 07:45:14.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]() 07:45:14.934 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 07:45:14.935 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.936 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"76f4fbf6-eec2-4a11-b0c4-5aab152a92ec","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:45:14.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]() 07:45:14.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 07:45:14.981 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=af0a5938-f006-4ce0-98a5-fe6d6fd03886 07:45:14.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]() 07:45:14.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 07:45:14.987 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"c6b5b655-6e34-4da5-88ce-8e43935f0edf","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:14.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]() 07:45:14.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 07:45:14.991 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2163994c-0685-4422-8489-4e6d21dbb059","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:14.994 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]() 07:45:14.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 07:45:14.995 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:14.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"159ba448-f8df-4a1d-a8fb-97b84da56934","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null} 07:45:15.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]() 07:45:15.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 07:45:15.001 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]() 07:45:15.003 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 07:45:15.004 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.004 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"02250db5-85ad-447d-b5aa-2acf2d0a4d03","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:15.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]() 07:45:15.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 07:45:15.008 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"697d6428-ab28-40a7-9d36-e857bfa93783","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 07:45:15.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]() 07:45:15.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 07:45:15.013 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"28abbfbe-666e-4690-9bb4-8a88ccf2b3d7","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true} 07:45:15.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]() 07:45:15.016 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 07:45:15.017 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8e8013eb-6748-4308-8cf5-b258647a95c7","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:45:15.020 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]() 07:45:15.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 07:45:15.022 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.023 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]() 07:45:15.023 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 07:45:15.025 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.025 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e8dfe0ce-abc0-4873-819b-0f492ec4d9b0","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"} 07:45:15.028 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]() 07:45:15.028 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 07:45:15.029 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.035 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5ad46e9c-3ddc-4ead-97fd-f1930f64fdc8","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"} 07:45:15.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]() 07:45:15.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 07:45:15.082 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]() 07:45:15.083 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 07:45:15.084 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"39ef8a97-6855-4526-82e1-24e637d2a078","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true} 07:45:15.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]() 07:45:15.088 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 07:45:15.089 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"7fb166d9-6ed3-420f-9d6f-696362233c43","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}} 07:45:15.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]() 07:45:15.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 07:45:15.093 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"64a142ef-e840-4387-bb44-c3da073561a9","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"} 07:45:15.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]() 07:45:15.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 07:45:15.096 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"0c28e8f3-a404-4c94-b74a-372e623d12cf","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 07:45:15.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]() 07:45:15.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 07:45:15.101 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=33dadcce-e951-40ad-aa4e-389356e1edc4 07:45:15.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f014550c-91af-4c2f-b385-4b467d76b763 07:45:15.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0891acf7-e24b-4c66-acb2-a7aa05db999d 07:45:15.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]() 07:45:15.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 07:45:15.110 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"02bd0857-3b20-435e-a140-2b02622600ec","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:15.113 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]() 07:45:15.113 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 07:45:15.114 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"1d8ef9ba-e562-4c67-a4d6-07e1d3b79a15","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:15.117 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]() 07:45:15.117 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 07:45:15.118 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"76400b42-55f6-406d-a6e5-e36faee88f44","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:15.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]() 07:45:15.121 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 07:45:15.121 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.122 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"7cd46512-8901-4bff-9b97-9ec826c88313","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"} 07:45:15.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]() 07:45:15.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]() 07:45:15.125 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"9421932d-5537-408a-9363-fb86ea8554b6","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:45:15.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]() 07:45:15.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 07:45:15.129 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.129 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=62f82647-74a3-4c7f-a8a7-e9b604cc07f0 07:45:15.129 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d07aab74-ac13-43f8-85d8-b316df34635d 07:45:15.130 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=be322816-f917-48c0-925b-fa002de6e605 07:45:15.133 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]() 07:45:15.133 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 07:45:15.134 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"4ac5cff4-b954-4238-92ff-8c010690d5fb","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:15.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]() 07:45:15.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 07:45:15.183 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5d6a7e30-b875-4c31-a08c-8b077c2acf7d","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"} 07:45:15.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]() 07:45:15.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 07:45:15.187 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.187 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d4c4efc1-2c91-464a-8ec7-3718fdac1c84","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null} 07:45:15.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]() 07:45:15.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 07:45:15.190 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]() 07:45:15.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 07:45:15.192 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"350d3ada-0aed-4635-85cd-23743d4fcb4e","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"} 07:45:15.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]() 07:45:15.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 07:45:15.196 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"55b7af7a-1a4a-4e66-b273-080a667af2e0","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 07:45:15.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]() 07:45:15.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 07:45:15.200 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"e5977447-1e8a-496b-bc12-55fe04ffeff4","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true} 07:45:15.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]() 07:45:15.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 07:45:15.203 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"6b1a9fba-baab-4e36-9571-e6ff75bfd11d","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}} 07:45:15.206 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]() 07:45:15.206 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 07:45:15.207 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]() 07:45:15.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 07:45:15.209 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.210 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"0120ea9e-f952-4761-b1e8-f96c80bf4860","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"} 07:45:15.212 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]() 07:45:15.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 07:45:15.532 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.535 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0aa659a3-9456-493f-a5a0-cee668e39b27","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"}}}}} 07:45:15.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]() 07:45:15.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 07:45:15.584 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9cd2c2e6-cc90-4b0b-b163-b8feb9822bea","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"}}}}} 07:45:15.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]() 07:45:15.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 07:45:15.591 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=672a2aec-9b4e-4089-b614-6035cbef05f4 07:45:15.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]() 07:45:15.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]() 07:45:15.597 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"69413cf4-11a8-4739-ad99-3593705f417c","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"}}}}} 07:45:15.603 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]() 07:45:15.603 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]() 07:45:15.604 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.605 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"bc24270f-e6a5-4a38-a015-8f91b9dff71d","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 07:45:15.607 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]() 07:45:15.607 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 07:45:15.608 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.610 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"d3bdfe8d-6133-484d-a8b3-2f20719c887b","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 07:45:15.614 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]() 07:45:15.614 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 07:45:15.615 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.619 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6f7ea2f7-f1ac-45e9-b827-bb267a8e3216","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"}}}}} 07:45:15.622 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]() 07:45:15.623 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 07:45:15.623 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.626 [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":"94e32c1d-f103-4177-82d0-7675d2476b2f","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 07:45:15.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]() 07:45:15.695 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]() 07:45:15.696 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.697 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"7069019b-602f-4d17-8f14-4f3e7e77a0c2","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"}}}}} 07:45:15.700 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]() 07:45:15.700 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 07:45:15.701 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.702 [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":"1e9b1cd0-6b22-45d3-9204-f8737421de95","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"}}}}} 07:45:15.705 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]() 07:45:15.705 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]() 07:45:15.706 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.707 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"b484eaad-b7ac-418a-9c52-d6cc293315e8","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 07:45:15.709 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]() 07:45:15.709 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:45:15.710 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.711 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:45:15.711 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 07:45:15.712 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:15.713 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d217b115-884c-457d-812f-8f07ea3679a1 07:45:16.717 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]() 07:45:16.718 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 07:45:16.719 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.721 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]() 07:45:16.721 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 07:45:16.722 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.724 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"f5692880-f693-47c2-9010-ab43d1281806","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 07:45:16.726 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]() 07:45:16.727 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 07:45:16.732 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.733 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]() 07:45:16.733 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 07:45:16.734 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.736 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]() 07:45:16.736 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 07:45:16.737 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]() 07:45:16.738 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 07:45:16.739 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.740 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2d76615b-0936-4558-a6bb-347b801e917a","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"}} 07:45:16.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]() 07:45:16.744 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 07:45:16.745 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.746 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"450ae844-b3ed-43cc-a81b-1d1a591eec8a","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 07:45:16.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]() 07:45:16.749 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 07:45:16.750 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.751 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"9d811633-4eb5-41d9-8467-b1e028923ebc","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 07:45:16.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]() 07:45:16.782 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 07:45:16.782 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]() 07:45:16.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 07:45:16.785 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.793 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]() 07:45:16.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 07:45:16.795 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"63ade963-49cd-458e-9915-2573419c0883","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"}}}}} 07:45:16.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]() 07:45:16.798 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 07:45:16.799 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.800 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=27d5aa04-ccf9-44c0-922a-f9bd523951fc 07:45:16.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]() 07:45:16.804 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 07:45:16.805 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.805 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]() 07:45:16.806 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 07:45:16.806 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]() 07:45:16.808 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 07:45:16.809 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.810 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]() 07:45:16.810 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 07:45:16.811 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.811 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"91f587b4-3a19-428a-966f-bf18c91ec250","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"}}}}} 07:45:16.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]() 07:45:16.814 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 07:45:16.815 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.816 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]() 07:45:16.816 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 07:45:16.817 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.818 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"9a8c7e60-e765-4002-92fb-0edc68482559","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"}}}}} 07:45:16.819 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]() 07:45:16.819 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 07:45:16.820 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.821 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b2f14e5b-ea0f-410a-802f-de0215b01463","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"}}}}} 07:45:16.823 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]() 07:45:16.823 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 07:45:16.824 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.825 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"968a12cd-3e9c-4cb6-b8be-0bbdc6d6c33d","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"}}}}} 07:45:16.827 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]() 07:45:16.827 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 07:45:16.828 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.828 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"3368ff33-9a40-40d2-936a-039eac1ee0e1","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"} 07:45:16.830 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]() 07:45:16.831 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 07:45:16.831 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.832 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"10348043-d63f-4979-abd9-51a9cf466d38","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 }}"}} 07:45:16.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]() 07:45:16.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 07:45:16.835 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f27114b3-e3a5-4c6b-a74b-ec4640fd8033","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"}}}}} 07:45:16.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]() 07:45:16.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 07:45:16.881 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.881 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"dbde55f2-e70d-4016-b78e-4b12ee09d87f","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"}}}}} 07:45:16.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]() 07:45:16.884 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 07:45:16.885 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]() 07:45:16.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 07:45:16.887 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]() 07:45:16.888 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]() 07:45:16.889 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.890 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f8874069-e486-4895-be41-6b656ef53607","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:45:16.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]() 07:45:16.893 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 07:45:16.894 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.895 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]() 07:45:16.895 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:45:16.895 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]() 07:45:16.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]() 07:45:16.897 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"aba47c42-f135-4c31-8f16-33523e391b01","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:45:16.901 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]() 07:45:16.902 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 07:45:16.902 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9bb3e007-14b5-4150-bc49-3b01167c3b1b","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"}}}}} 07:45:16.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]() 07:45:16.905 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 07:45:16.906 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.906 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"5a346566-befb-440c-8db2-27802475b683","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"}}}}} 07:45:16.924 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]() 07:45:16.925 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 07:45:16.926 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"c04dda53-b7b0-43c3-8560-4a92f613036c","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"}}}}} 07:45:16.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]() 07:45:16.929 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 07:45:16.930 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]() 07:45:16.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 07:45:16.932 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.933 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ed12c018-d44f-45c8-bbd3-24bb087779f7 07:45:16.978 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]() 07:45:16.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 07:45:16.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9e48a4bb-ceb6-4983-9a05-3ffe13782914","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"}}}}} 07:45:16.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]() 07:45:16.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 07:45:16.987 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.988 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4b4d838e-5828-438d-80df-0761ca3714c4","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"}}}}} 07:45:16.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]() 07:45:16.990 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 07:45:16.991 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9bb10773-5f2d-4c10-9255-8f9062d1658b 07:45:16.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c722f623-a29b-40fe-b68b-73b175362176 07:45:16.992 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=30a04cf1-e7ef-421c-b324-694af6027103 07:45:16.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]() 07:45:16.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]() 07:45:16.996 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:16.997 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"9d1a45a2-fd77-4df0-a346-bc6afcb99a93","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"}}}}} 07:45:16.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]() 07:45:16.999 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]() 07:45:17.000 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"32b347c1-74cb-4420-8f2e-18ad39bce8ca","version":2,"channel":"live","content-type":"application/json"},"path":"/"} 07:45:17.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]() 07:45:17.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 07:45:17.007 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"035abfa2-6a85-495a-a770-7cda809a93c1","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}} 07:45:17.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]() 07:45:17.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 07:45:17.011 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2eab580f-48e5-49af-b25f-9d793ba144be","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"}}}}} 07:45:17.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]() 07:45:17.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 07:45:17.015 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.016 [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":"97ca3594-f73c-45e4-82e4-2eccf6f51d58","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 07:45:17.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]() 07:45:17.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]() 07:45:17.019 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.019 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"28649258-b864-4b0e-8f05-78d493fd9633","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"}}}}} 07:45:17.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]() 07:45:17.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 07:45:17.022 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.023 [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":"b3b8b241-9152-44fa-b190-feafacea906b","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"}}}}} 07:45:17.025 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]() 07:45:17.025 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]() 07:45:17.026 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"795c1ed0-1abc-40fd-a8bd-e23d10864a56","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}} 07:45:17.029 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]() 07:45:17.029 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:45:17.030 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:45:17.079 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 07:45:17.080 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:17.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=51e2eba5-1f8b-491b-bb35-e2990b500edc 07:45:17.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f979a564-73e2-4c6e-b730-1e98d63380bb 07:45:17.081 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5ba11568-d689-4861-b1e2-c7e95d2e3365 07:45:18.085 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]() 07:45:18.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 07:45:18.087 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]() 07:45:18.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 07:45:18.088 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d7cf303f-7dc7-4129-9022-594e97a2c4b6","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 07:45:18.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]() 07:45:18.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 07:45:18.092 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]() 07:45:18.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 07:45:18.094 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]() 07:45:18.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 07:45:18.095 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]() 07:45:18.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 07:45:18.098 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c21997b2-05af-415a-b058-46ecd5cc1040","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"}} 07:45:18.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]() 07:45:18.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 07:45:18.102 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"2a8c0a66-85f2-428d-98f7-fde5fd37b88d","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}} 07:45:18.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]() 07:45:18.106 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 07:45:18.107 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"b6929aa1-d5bd-41d4-aa50-b9b3ea21ccb7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"} 07:45:18.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]() 07:45:18.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 07:45:18.112 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.113 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]() 07:45:18.113 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 07:45:18.114 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]() 07:45:18.116 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 07:45:18.117 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.123 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"cd68835f-524f-4b65-bbd6-2699b0e4f377","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"}}}}} 07:45:18.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]() 07:45:18.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 07:45:18.128 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6055ba88-4204-4886-80cd-4e8d8a0a14e3 07:45:18.129 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=96c4650b-4c58-438d-91b9-c73e6c8034cc 07:45:18.129 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f59518b4-ba31-4df4-b38a-6b311ff8acf3 07:45:18.132 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]() 07:45:18.132 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 07:45:18.134 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.135 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]() 07:45:18.135 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 07:45:18.178 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]() 07:45:18.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 07:45:18.181 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.182 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]() 07:45:18.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 07:45:18.184 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"62bb56bc-c746-4410-b66a-57c8eb85b941","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"}}}}} 07:45:18.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]() 07:45:18.188 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 07:45:18.189 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.190 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]() 07:45:18.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 07:45:18.192 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.193 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"0bef7e02-bb98-4642-a952-0bb53bd36858","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"}}}}} 07:45:18.195 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]() 07:45:18.196 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 07:45:18.197 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.197 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"17efa3d2-bd8b-4094-981a-06c9f12ba850","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"}}}}} 07:45:18.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]() 07:45:18.200 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 07:45:18.201 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"250abba2-6450-4ce4-a366-186a59bcf1d4","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"}}}}} 07:45:18.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]() 07:45:18.204 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 07:45:18.205 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.205 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"11af4bd7-865d-49bb-a2ac-0f4002ebf7c1","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"} 07:45:18.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]() 07:45:18.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 07:45:18.208 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.209 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"b260d801-e0b6-49bc-9a06-323df0e3de52","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}} 07:45:18.211 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]() 07:45:18.211 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 07:45:18.212 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.212 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4adfa8ea-0529-4902-9a56-836c63df2144","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"}}}}} 07:45:18.214 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]() 07:45:18.214 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 07:45:18.215 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.216 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1b12eb95-5fb0-45c2-99f4-90032d1ca6ca","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"}}}}} 07:45:18.217 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]() 07:45:18.218 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 07:45:18.218 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.219 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]() 07:45:18.219 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 07:45:18.220 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.220 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]() 07:45:18.220 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]() 07:45:18.221 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.221 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e8ad9b7b-6dc5-4dbb-9088-9ad6184389e7","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:45:18.223 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]() 07:45:18.224 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 07:45:18.224 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.225 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]() 07:45:18.225 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:45:18.226 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.278 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]() 07:45:18.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]() 07:45:18.280 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2086b083-810a-4006-95b8-cf3b9bc400bc","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"} 07:45:18.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]() 07:45:18.283 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 07:45:18.284 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1dc02296-5430-40c2-a47d-669ebbfd2414","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"}}}}} 07:45:18.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]() 07:45:18.287 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 07:45:18.288 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.289 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"d03f8610-6410-40af-a8c3-e18afdd47f97","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"}}}}} 07:45:18.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]() 07:45:18.291 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 07:45:18.292 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.292 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6036fae7-ca50-48fd-bc99-ff8f9d817ad5","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"}}}}} 07:45:18.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]() 07:45:18.295 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 07:45:18.295 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]() 07:45:18.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 07:45:18.297 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c2a90d9d-4a82-4be4-9dbe-01bf0061a722 07:45:18.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5d1babe7-69c9-4703-805f-f862351527b2 07:45:18.297 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=19722cd8-cba9-47cb-8e3a-ae97f50616f5 07:45:18.300 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]() 07:45:18.303 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 07:45:18.304 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.304 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8a0d55c7-84d9-4af5-8d37-9fb1ee30f8b5 07:45:18.308 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:248d19bf-0f72-449d-8260-ad1945c0b179, 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:248d19bf-0f72-449d-8260-ad1945c0b179}]], 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]] 07:45:18.312 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified() 07:45:18.313 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 07:45:18.313 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.314 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bea5afc4-9cf0-4821-a0a5-a31a96f4ccea 07:45:18.317 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:e8859bf5-228a-4f10-bf2d-112ad5f49953, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2024-01-29T07:45:18.314913Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:e8859bf5-228a-4f10-bf2d-112ad5f49953}]], feature=null], thing=null] 07:45:18.318 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted() 07:45:18.319 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 07:45:18.319 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.320 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6c58110a-99d1-48e4-909f-74a5149c641a 07:45:18.327 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:24e489be-a148-4bd8-8bd0-784c605cbf5f, action=UPDATED, path=/, value="lux", revision=1, timestamp=2024-01-29T07:45:18.323496Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:24e489be-a148-4bd8-8bd0-784c605cbf5f}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]] 07:45:18.329 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified() 07:45:18.330 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 07:45:18.330 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.331 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a42cdd64-b126-472b-b601-04d9ad542df3 07:45:18.334 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:2e6deafd-c4ff-4247-af59-4a4f881028fb, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2024-01-29T07:45:18.332115Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:2e6deafd-c4ff-4247-af59-4a4f881028fb}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]] 07:45:18.336 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated() 07:45:18.336 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 07:45:18.337 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.378 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=220a449c-dec0-44af-ae89-cdd908dee08d 07:45:18.381 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:58c78191-e865-4704-a4e5-8c64f9c64d03, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:58c78191-e865-4704-a4e5-8c64f9c64d03"}, 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:58c78191-e865-4704-a4e5-8c64f9c64d03}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:58c78191-e865-4704-a4e5-8c64f9c64d03, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.382 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated() 07:45:18.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 07:45:18.383 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.384 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e1ec1c8f-f068-4d1a-b751-488a6c953ef8 07:45:18.387 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a1795fb3-f267-4d29-8819-c887c50bc7f0, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-29T07:45:18.385377Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:a1795fb3-f267-4d29-8819-c887c50bc7f0}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 07:45:18.388 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a1795fb3-f267-4d29-8819-c887c50bc7f0, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-29T07:45:18.385377Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:a1795fb3-f267-4d29-8819-c887c50bc7f0}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]] 07:45:18.389 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated() 07:45:18.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 07:45:18.390 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.391 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2b7debad-bc7f-476e-bd13-c61045e4a86d 07:45:18.393 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:a0f7aa43-79d2-4391-83ee-0a3c98f51d3e, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:a0f7aa43-79d2-4391-83ee-0a3c98f51d3e}]], thing=null] 07:45:18.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted() 07:45:18.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 07:45:18.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2813ca0b-5dbf-419b-a397-142d8b39ac61 07:45:18.400 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:e330c366-4e31-4e1f-8e76-2ac0f32e2ef6, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2024-01-29T07:45:18.396159Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:e330c366-4e31-4e1f-8e76-2ac0f32e2ef6}]] 07:45:18.402 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified() 07:45:18.403 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 07:45:18.403 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.404 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eac97f3e-2de4-4624-ad36-1b76b4fb6123 07:45:18.406 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:3bbd53ce-ad9a-44d7-9f25-3701b8934801, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:3bbd53ce-ad9a-44d7-9f25-3701b8934801"}, 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:3bbd53ce-ad9a-44d7-9f25-3701b8934801}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:3bbd53ce-ad9a-44d7-9f25-3701b8934801, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.407 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment() 07:45:18.408 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 07:45:18.408 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7a8698df-38a4-4299-9c3d-27253038fac0 07:45:18.415 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.416 [mock-provider-1] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de"}, 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:9e638214-a78c-4287-8077-4eb4589116de}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:9e638214-a78c-4287-8077-4eb4589116de, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.417 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange() 07:45:18.417 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 07:45:18.418 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.418 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=50bdc032-800d-404a-9758-115957afd7f2 07:45:18.421 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a65bbb6-08b0-420d-80be-63cac179225b, 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:4a65bbb6-08b0-420d-80be-63cac179225b}]], 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]] 07:45:18.423 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified() 07:45:18.423 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 07:45:18.424 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.425 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=940fd569-991d-4a18-a4f0-ab3f3072bc59 07:45:18.427 [mock-provider-2] INFO o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:1bfe5c1a-19e3-4354-90c7-67a965b96f72, 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:1bfe5c1a-19e3-4354-90c7-67a965b96f72}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:1bfe5c1a-19e3-4354-90c7-67a965b96f72, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]] 07:45:18.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated() 07:45:18.430 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run() 07:45:18.431 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.432 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"1346a1fb-00b7-4055-b41a-f7fcf319efcb"},"path":"/","value":{}} 07:45:18.433 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"c193f210-33ab-4998-9496-505f6755d599","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}} 07:45:18.434 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"ed7296ab-f14d-4a5e-a797-11cf0defa59c","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 07:45:18.434 [pool-416-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a85e6c1e-26ef-47eb-b13c-de9d109940fa","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}} 07:45:18.436 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run() 07:45:18.440 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement() 07:45:18.478 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ffa6b249-2366-4822-8ca9-653fdc813788 07:45:18.484 [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} 07:45:18.484 [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} 07:45:18.484 [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} 07:45:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement() 07:45:18.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement() 07:45:18.491 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.491 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cd764a4e-ed80-4451-a4e4-bd0477a02b62 07:45:18.494 [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} 07:45:18.494 [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} 07:45:18.494 [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} 07:45:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement() 07:45:18.495 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement() 07:45:18.496 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=828cff5c-8e7b-4bb5-9f1c-5852bee20b12 07:45:18.500 [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} 07:45:18.500 [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} 07:45:18.501 [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} 07:45:18.501 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement() 07:45:18.502 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations() 07:45:18.502 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 07:45:18.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8b000bb8-4633-4cb7-8e60-8a7dc12e12a2 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9d61e388-ce35-45f5-9b37-e3a3acd955c9 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3fbc28e4-acc5-4463-a270-ac58ebabc426 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=774891b5-d2a3-4eac-8338-f778a2fab929 07:45:18.504 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9141ad04-139a-48af-88e4-7b0dd2172f58 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aea664f9-2a4f-41a9-85e6-dabf77e2a85c 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d0acf8c5-190a-44ab-aba3-db17f5cdb8cb 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2399e364-3496-4315-9b91-c195fed6ccc6 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1de1e25e-e098-48fd-aa94-4bef123166cf 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8d30bc69-509c-4c8d-970b-887207d66e17 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e53085a6-ed5d-4646-a4ab-c1c20b6adf53 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=94ed32fd-44d1-43a9-a7ec-e5b4302b8d65 07:45:18.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=be013aff-9883-4e2a-ab27-749d4f6c5fb9 07:45:18.506 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ea883dd3-2765-4d61-a619-69a0252d3acd 07:45:18.507 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 07:45:18.507 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=530c70b1-7e9b-4289-9167-286414153d24 07:45:18.508 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b7063326-2920-434f-a98e-bfbbfd3a6e72 07:45:18.508 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=25e684a6-9588-4084-9905-0d7c5e08d20e 07:45:18.509 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 07:45:18.509 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b18d2fde-9e0a-4097-9694-885b4ae0c24b 07:45:18.509 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ee1f3dd6-ad1a-4e66-aece-a5f4a9b7feab 07:45:18.509 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=29fe4d87-0377-4784-ae91-52d183285af8 07:45:18.510 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=975674d6-7b69-4fc4-a212-e52d78bc8076 07:45:18.510 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 07:45:18.510 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dd93a26e-ec53-44c4-8194-99190b132c13 07:45:18.511 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9f110f5b-c59e-4ac0-85a0-483352bdc02a 07:45:18.511 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d39fd590-5ee0-4f95-9703-fafbfcbada2a 07:45:18.512 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=303a4486-a5ff-4863-b884-9f9ee060df02 07:45:18.513 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 07:45:18.513 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=802abc2e-2739-41a7-9a54-184be26715db 07:45:18.513 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a86f46d8-9fe7-4b0f-94d3-c706cd4d755a 07:45:18.514 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 07:45:18.514 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fb588b02-b2db-4fe2-a0f5-7a2e1d17bdf2 07:45:18.514 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8a366978-16db-4163-87f7-b39eb05f765e 07:45:18.515 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=11e93606-8a7a-4e84-bf24-dd046f33bbc8 07:45:18.515 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 07:45:18.515 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5888e899-79f1-467c-981e-38db983364e1 07:45:18.515 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8c0bc054-54ec-4c51-bc07-c19eb4b22c27 07:45:18.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0d3867ea-c0df-4cde-adfc-5b5ea8dd7c49 07:45:18.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7892bfe2-0746-4f4e-9ca3-ec4ba4e0e648 07:45:18.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 07:45:18.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=14562100-ddf5-43c6-9bd1-f49a69b6c8fa 07:45:18.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=124d745f-dd7a-4c9b-bf8d-128d46adc63f 07:45:18.517 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a3fe552d-8931-45c9-ba9c-6cccc5ecc6f4 07:45:18.517 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c1343bb1-53d5-422a-ad3c-9f29bb6e80b0 07:45:18.521 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 07:45:18.521 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4d73656-75be-45a5-b97c-02ef1e5212aa 07:45:18.521 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f29bd91-d2a5-4181-a299-fb33950d7197 07:45:18.522 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b75cbd0f-199d-4302-a50a-31b857fcb8e4 07:45:18.523 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 07:45:18.523 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1c388012-9f0a-48a1-9131-1fcd51c2d27a 07:45:18.523 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=378c0fb6-13ee-4526-b6d4-12517ddecf12 07:45:18.524 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7ae1dac4-b687-4279-b42a-8b89decef8b1 07:45:18.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c6fb09da-3700-4966-ba11-b8b7008c4674 07:45:18.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 07:45:18.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58a6c86e-8177-49c9-b881-9dcd0b844869 07:45:18.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0316c3a-4830-411b-9904-abea02bb7f55 07:45:18.526 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f58710ea-7e7d-4103-a69a-0bf490b5071c 07:45:18.527 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=56c76a73-b6f1-493e-a906-e1ac435e92de 07:45:18.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 07:45:18.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=10bc1d12-7a87-4637-a4de-2d1a5823de58 07:45:18.529 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 07:45:18.529 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=048811e5-4dc9-4b65-80d4-faa5e03a5e38 07:45:18.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ab417131-bd76-477e-b0cf-9a8c85ac4159 07:45:18.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 07:45:18.530 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=56b3331e-314e-4b37-bb35-feed2fd13bcb 07:45:18.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c436c44b-58a7-4b05-8ac2-4225dcb66a28 07:45:18.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e9d2c1c-fad3-43a7-8b30-5b82d07e5c20 07:45:18.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 07:45:18.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3346d9a-6325-4257-91b8-393dcf7a14f1 07:45:18.532 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a88db3a1-14df-46e0-b749-1915dd2164fa 07:45:18.532 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4838736b-0b0c-47eb-8959-f6b5bf585c50 07:45:18.533 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f6572035-f7ed-41ad-b75f-df4c967257af 07:45:18.533 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 07:45:18.533 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7fa06aa9-0d86-4e1a-9b6b-53bbc07f3f4a 07:45:18.534 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e55545b-fe17-476f-91f3-e9ececc292d5 07:45:18.534 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=afb306cf-cfb7-4572-828d-1300ed51923f 07:45:18.534 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dd73466b-ac43-4425-9db8-915bda1b9ef0 07:45:18.535 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 07:45:18.535 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4b1256f9-6451-4097-9814-9625d6ab4721 07:45:18.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2e05b251-e1b6-47de-ad59-72a0b51b5ae1 07:45:18.579 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e4cee86a-fdda-40ec-bf35-b4f8c8cbd80f 07:45:18.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 07:45:18.581 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9821ca22-8338-42c6-96f2-808125551710 07:45:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cc054467-706e-48a2-95b2-518a13d2e6c4 07:45:18.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=34a9f9c2-3d49-4478-a21c-7b21cf737de7 07:45:18.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bd4a58a6-b528-48f4-8b73-1467d2d214c0 07:45:18.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 07:45:18.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f667a90-d7f8-4efb-9d65-7e5cc977145d 07:45:18.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8391e6dd-959c-4986-a57d-921ace3be569 07:45:18.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fa624d94-8902-412c-9cf4-91fe90d80f45 07:45:18.585 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6b4e8739-d6af-466f-98a4-3ac748738767 07:45:18.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 07:45:18.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7186a9fd-ac8a-4ba4-924f-b358cef062c9 07:45:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7babba19-3121-4af8-9230-8ac25c48b5cc 07:45:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 07:45:18.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d32b9107-b3fa-4988-83d4-f46b9cc45300 07:45:18.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=43109503-3c22-45e6-99e6-ed06edad0f65 07:45:18.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0282b37d-51a7-4157-b646-fe4d1b1bc214 07:45:18.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 07:45:18.591 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=90c04327-a18b-41db-81ff-992e44d412e1 07:45:18.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=22c06ab1-766e-4200-94ae-840e623456b0 07:45:18.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a12ade2d-a9ff-4de3-9d45-ac3ef411bc0f 07:45:18.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b197b9c1-c5bc-48a4-8e36-d01f6ee00757 07:45:18.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 07:45:18.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0567536-7a47-4745-ae62-b91b1fffc14b 07:45:18.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=daf0b554-1c39-4445-a5d3-510bd4226d74 07:45:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9f68b803-6ede-464c-848e-3fa8f8e1c103 07:45:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bd719a17-150e-444a-9527-5f598d6efee9 07:45:18.594 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 07:45:18.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=72a0bab3-144e-4a17-b4cc-a7cf7d5414f6 07:45:18.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7e8e3f91-5019-4de1-91b8-16c4a91df7df 07:45:18.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fdd81c02-fa1f-4a6c-837f-78e8aed542ca 07:45:18.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 07:45:18.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=36f74147-e0f3-4da1-bf15-23d85a5bd3ae 07:45:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df467d0e-2174-4812-90cc-441f66e66609 07:45:18.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3b853418-bccc-414f-a61c-7e94bda86ed5 07:45:18.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=80e2d4dc-4a09-4ecc-9079-91c2d7802bd0 07:45:18.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 07:45:18.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d7479264-e76b-4d86-8aa6-7c74db109635 07:45:18.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f4c3e528-9e25-4c3e-89ed-77a7eb00926c 07:45:18.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=66578519-6790-4074-966e-8737273b308f 07:45:18.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4fbc1ba1-4a80-4ab4-9933-c10f5be8f5b0 07:45:18.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations() 07:45:18.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails() 07:45:18.603 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e57a42eb-bd39-48d8-901d-3e9adb944d37 07:45:18.605 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails() 07:45:18.706 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing() 07:45:18.707 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.707 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b535d77c-c243-4a33-8992-c5c3aaf83b70 07:45:18.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3434ed10-c443-4826-bb83-4cec2ea58137 07:45:18.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=83945dc4-0586-42fe-9072-052b4b3ab866 07:45:18.714 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"5b7845c9-2231-4fcd-b7ad-5beb125f691b","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} 07:45:18.715 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"5b7845c9-2231-4fcd-b7ad-5beb125f691b","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":"2024-01-29T07:45:18.714030Z"} 07:45:18.716 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing() 07:45:18.716 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse() 07:45:18.717 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.778 [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":"72dd8af3-ab4d-4136-ab08-e12a337b3bf1","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"} 07:45:18.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse() 07:45:18.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement() 07:45:18.784 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.784 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db522f41-c5b3-4881-9691-586fdd2ef43d 07:45:18.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=585981a6-fd46-434a-adfc-d2b5b2f49e78 07:45:18.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=22e751ad-988a-40ac-9042-a16aba885aa1 07:45:18.788 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"b152c049-50e8-4411-8baa-3963274f40c2","channel":"live","response-required":false},"path":"/","status":100} 07:45:18.788 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"b152c049-50e8-4411-8baa-3963274f40c2","channel":"live","response-required":false},"path":"/","status":301} 07:45:18.788 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"b152c049-50e8-4411-8baa-3963274f40c2","channel":"live","response-required":false},"path":"/","status":403} 07:45:18.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement() 07:45:18.790 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage() 07:45:18.790 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.795 [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":"84db3c99-52f7-4f37-b247-34fb90f06cb7","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 07:45:18.806 [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":"890062c1-e38b-4edb-9963-52f6e537e3b7","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"} 07:45:18.809 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage() 07:45:18.809 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 07:45:18.810 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.811 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6e4f31a4-3c16-4e6f-8683-69ea6843908a 07:45:18.811 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=aaa989a0-02ed-441b-97ed-b519ba13f86d 07:45:18.811 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=de8cfce4-ac57-4f86-a1d1-3820f135696e 07:45:18.816 [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":"ae32c952-a145-4a39-ae44-34112ffdd4b6","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:45:18.818 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature() 07:45:18.818 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage() 07:45:18.819 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.820 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4e09158-8076-48ad-9218-05afc54cc0d6 07:45:18.820 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6226ce23-556f-490c-91ee-fa06f9d375bd 07:45:18.820 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f76230a9-18a6-45e6-a19c-358fcfe40611 07:45:18.824 [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":"e7b25718-6caa-4bde-9841-a52a3659f4dd","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 07:45:18.825 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage() 07:45:18.826 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent() 07:45:18.826 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.827 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"b2edfa69-5aec-4f8e-8ded-d79023af5165","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:18.827150Z"} 07:45:18.828 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent() 07:45:18.828 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 07:45:18.829 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.831 [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":"a1fbb123-69ac-4812-8365-4296fa7874db"},"path":"/outbox/messages/request","value":"payload"} 07:45:18.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements() 07:45:18.834 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing() 07:45:18.835 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.835 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0454928b-16d5-458b-b4ee-741d1b64d880 07:45:18.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=69ac7a07-1ac7-4fde-bbe0-4775d72a6d73 07:45:18.836 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=053873a1-9209-48b6-b010-6b00487a9ad9 07:45:18.837 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"43e01c78-f206-410b-9675-4b719aad1d20","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} 07:45:18.838 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"43e01c78-f206-410b-9675-4b719aad1d20","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":"2024-01-29T07:45:18.837498Z"} 07:45:18.879 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing() 07:45:18.880 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 07:45:18.880 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.882 [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":"49635a50-a111-4da1-b311-86fa7741eb7a"},"path":"/outbox/messages/request","value":"payload"} 07:45:18.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements() 07:45:18.885 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing() 07:45:18.886 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c5782a72-8984-4471-b4b4-4a03500d629b 07:45:18.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=64e671f5-6d02-4075-84d4-3ff1033a7803 07:45:18.886 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=095bebd7-a893-42b2-a2d8-e6117a6412f2 07:45:18.889 [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":"a8a3e20d-d730-4dcd-9b1e-60068ac5b92c","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402} 07:45:18.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing() 07:45:18.891 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage() 07:45:18.891 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=820c1387-cccf-422f-8d2f-65ead54ca7c2 07:45:18.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=60679c87-e7ab-4ab1-a7a8-7aab1f57584a 07:45:18.892 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=45686ebe-e928-42bb-b059-2594a76a7683 07:45:18.895 [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":"004ce143-1ef4-49c5-87f3-7cd3414d5b23","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:45:18.896 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage() 07:45:18.897 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature() 07:45:18.897 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ff69f9fd-4253-4bc2-a07b-ff7fd3e8f165 07:45:18.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8f82a90a-83ce-467a-9b80-5352367c38cb 07:45:18.898 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c9ef2a17-9837-4848-81ae-9ce6206caa73 07:45:18.900 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"2a93d41e-de5c-426c-883e-f17422ca9bd5","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 07:45:18.901 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"2a93d41e-de5c-426c-883e-f17422ca9bd5","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:18.900535Z"} 07:45:18.902 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature() 07:45:18.903 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 07:45:18.903 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2a554124-7238-4a35-9bf7-c0bb10b7a667 07:45:18.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98ce1a4a-f107-45f2-9603-4dcbc08dba46 07:45:18.904 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=360e0560-a716-4ecb-836e-e781bf1929c2 07:45:18.905 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"60371f37-a8ac-4676-9fce-92dda49b656f","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 07:45:18.906 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"60371f37-a8ac-4676-9fce-92dda49b656f","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:18.905511Z"} 07:45:18.907 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature() 07:45:18.907 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage() 07:45:18.908 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.909 [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":"9446b806-9f3c-4b32-9545-55b8bae1dfac","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 07:45:18.912 [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":"2f3a254a-fed6-4050-b7dd-18a1bba56edf","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"} 07:45:18.914 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage() 07:45:18.914 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement() 07:45:18.915 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.916 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4b4e226f-acd6-4004-b4be-6ea545fcdd0c 07:45:18.916 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=166fe46a-b911-4614-9a8b-c57a0e022184 07:45:18.916 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c860d1dd-3bb6-4577-93f4-cb337f8e66c6 07:45:18.920 [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} 07:45:18.920 [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} 07:45:18.920 [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} 07:45:18.921 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement() 07:45:18.921 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent() 07:45:18.922 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.922 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"f637611b-ac7c-4b43-a138-6b12d73ee120","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:18.922563Z"} 07:45:18.923 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent() 07:45:18.923 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent() 07:45:18.924 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.925 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"bb2c6802-ef7f-4367-abd6-645ba07e2dfd","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:18.924867Z"} 07:45:18.925 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent() 07:45:18.926 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement() 07:45:18.926 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=60545614-af7d-4a8e-9a9a-1c31e488b20d 07:45:18.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7fdae5aa-c093-4d12-8fc7-9eda70a9815d 07:45:18.927 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0f6c12e7-2755-4f9f-ba37-4bb081d537d1 07:45:18.929 [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} 07:45:18.929 [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} 07:45:18.929 [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} 07:45:18.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement() 07:45:18.931 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage() 07:45:18.931 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.933 [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":"faea5ef8-5b41-402a-b4a8-0da586c2b639","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 07:45:18.935 [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":"fbb63562-7276-4b2b-9443-3820d5980112","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"} 07:45:18.979 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage() 07:45:18.980 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing() 07:45:18.980 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a4b64533-d96d-4411-b2e4-1bd9ece8e496 07:45:18.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a6453d75-3fc3-4215-a4dd-942bebe11ffb 07:45:18.981 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ad32876a-89d1-4fd8-97cf-89d80643dcc3 07:45:18.984 [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":"6d60dd97-720a-4db3-ad67-eceb17e519c8","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:45:18.985 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing() 07:45:18.986 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage() 07:45:18.986 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=313f9d90-e577-430f-adb5-61b2ea0c7f9f 07:45:18.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2c3d9889-469c-4df5-b0f4-f1d64220a58b 07:45:18.987 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9dc385b9-1432-48a3-bf37-aec0d4b4a8a0 07:45:18.990 [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":"0e5487af-83a0-431a-8afa-1c0859fe2ac5","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418} 07:45:18.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage() 07:45:18.991 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 07:45:18.992 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest() 07:45:18.993 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 07:45:18.994 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:18.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=06275c4a-b447-45cb-b2b9-bb77d0d855e0 07:45:18.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2674d7c8-b4a4-40fe-9093-fe6677b92453 07:45:18.995 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7bbee49b-047c-46bd-8a34-3eccfe3ec77e 07:45:18.999 [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} 07:45:18.999 [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} 07:45:18.999 [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} 07:45:19.000 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement() 07:45:19.001 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 07:45:19.001 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1d6b08bc-6b68-47f0-9dd6-6e4aaf380e03 07:45:19.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24b7b7ab-eab9-42bc-a7d4-7a86d01d8cca 07:45:19.002 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8ce94a27-2fd2-4d02-8a8c-130b661179eb 07:45:19.003 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"ea469801-f2f6-4378-b9bf-3939e38e6684","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204} 07:45:19.003 [mock-provider-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"ea469801-f2f6-4378-b9bf-3939e38e6684","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-29T07:45:19.003461Z"} 07:45:19.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing() 07:45:19.005 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations() 07:45:19.006 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success 07:45:19.006 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c42a4063-0882-4bcb-9b61-02d90cad2951 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=32886074-e6b7-4441-b7c8-f0d294220235 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fdf0e1b6-bec3-4620-92db-76fc6a471bde 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=669466b3-94d7-4da3-9339-5bc2202d02a1 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2edefce0-84ad-4163-8bb6-0b037a18e2c9 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=667d1c65-3496-41f1-9d32-e35de2f4c4da 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d7ccc7e2-7e22-40d2-95d9-fdcea81b5f6a 07:45:19.007 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1a97a90f-0fee-4142-9322-b6008620e423 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b4f50012-e5ea-484a-9b97-7827baf35609 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fcd7ac27-a5e4-443b-b7a5-bb00c7b728fd 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=00bb05ca-b566-4ff2-a0ce-1f55f1357a23 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bbf76754-6238-4869-9c1e-222431be5eb0 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0867fa0b-580c-43b4-ae0f-b36e91e67a02 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a48d5201-8f18-4081-873b-79958a906da4 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dc2eae07-4d28-4c0d-8976-33953187675d 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bb792d05-4d86-4539-aab6-96cdb6198751 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f1a14723-f709-468c-b012-80e06cad9930 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7c3db756-a664-41f4-8467-df762b68aea9 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=efbe1e76-5f3a-4210-8880-608dec64ad50 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2357e805-871f-452d-9a8b-f2733e53bba4 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=194401e9-dfbe-4041-9766-afa81bfb7e19 07:45:19.008 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=78fef4a2-daeb-430c-a4fd-f02cb3ee15de 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=24d8fdea-f289-4e33-bd15-b6bb6b486155 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=50869652-3cca-4e7d-9a2d-db56a9853ca5 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=10e5ff64-aa91-4fbf-b791-3032b3a58ae3 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4b9917fe-b6ec-4c8d-a4f8-999377fa4589 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c2810507-c499-4478-bbc6-9e6d587b7116 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8f27f4d4-65ef-4aae-aee7-d44f15bb54f1 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0df54695-36d9-4463-9a53-7530a6b13020 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6343dda2-4791-4099-95ce-0a0f3ec89932 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7df9d3a5-5847-4424-93ed-47b7af3cc7d7 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6cdf97fc-aaf8-44ea-b16b-098c7c0cf815 07:45:19.009 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1e2fb02b-b247-44fb-80b6-1518d3d9717a 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=91bc4c70-4862-44f9-8545-98a7a7a2b743 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1249dfc4-9a36-48f9-be02-94e4d7351685 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=05712f32-0df2-4661-b7d7-511d3e2e52c5 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=668805e4-e15d-409d-9e45-354b165e956a 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7d482035-98ca-4e56-8784-5d491a2ec19b 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ee5bd97-1b9d-42a0-bdc1-7c0e0c13a32f 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=208c0b0e-9203-43db-a510-ed70f8976857 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=50a08467-a1c6-4b1c-86b1-4b1f44c2c68b 07:45:19.010 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=982c0fdf-8858-4ad5-b3f6-0168d79960b3 07:45:19.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure 07:45:19.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6f16d2f0-2373-4c07-9771-ebb78531cdcc 07:45:19.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=357b5563-53e5-4028-b25d-db01ae0bf312 07:45:19.012 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3899ad2a-c51e-4de6-9625-662677e50786 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e820f750-03d6-45e8-abbc-45fa353cc49f 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=71da131c-fd62-45a6-8d2a-81653215e5de 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f6359bf2-ca6d-422a-b720-b271ab1e2b61 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0808352c-f5ea-4da6-a21d-68729c83c942 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bc31f442-6e99-467c-b849-7154b3e2fa5f 07:45:19.013 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=68648c5b-28f9-4c63-ad00-0fcf5263e502 07:45:19.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success 07:45:19.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5bcd2209-d75d-4d82-82f2-416a6d257929 07:45:19.014 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=941224e5-8af9-40e5-b5d8-8ca48df97149 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3eb07fcb-a215-4198-a653-16fb3dab7030 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e15df1d8-5543-4a3e-a185-e38af51aca13 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8dbf0700-68ba-4ecc-9cf8-d6cfa8d92f4e 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ec391024-e8a3-404a-99f2-30f77f35dc28 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=03a0b925-792b-4db5-b321-f2011244e7d6 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=113fd56c-c01e-4f2d-93ac-cc13b179889f 07:45:19.015 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1715b431-2bae-44d4-b61e-63a52ed008a6 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1642c1b3-b23e-4055-9c46-5a4baf177c7b 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bed2a27e-7fb0-435a-acc7-6811976a111f 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e435bef6-b645-45c4-b32a-da9347f1680a 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=495e6024-0bc8-417a-b93e-f8228d932ddf 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b5fa6d03-1d64-42b0-98b9-a13d7369d886 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b2010068-8e0f-4bf2-9db8-5f793c57367f 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e7eb443d-93a8-487d-b2ef-f0af40a1e1e3 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d22220c6-aabc-45c1-a888-9d97fec42b1d 07:45:19.017 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8b36befd-388b-40f5-bc83-19ca08094d00 07:45:19.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4939f66-a3eb-4656-8319-6b789acf1e48 07:45:19.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7cae5081-abdd-4cf8-a565-779f566a51f0 07:45:19.018 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=77b46770-ce0b-460e-9bac-cf873fdcc39f 07:45:19.019 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2eac46b4-3324-4cf7-8152-7ff10b198e50 07:45:19.019 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=53681e8d-3759-4690-a9f0-754ee1f92b8b 07:45:19.019 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cebe2aa6-c5a8-4b10-a6cf-c5b947b94182 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9913880-e5fc-43e8-a33f-6dff5c4206ee 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1d8291c8-527c-4944-86a4-ab3f735aa4f2 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e32a291e-da4d-42f4-accb-5271080ddd12 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5fe19ca3-e9b9-4c33-b7b8-9464580910d8 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9f07d9f4-3d3c-4db7-a3cc-56aa4f1ddd38 07:45:19.021 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ca5111f2-96cb-440f-ab84-59288bf7799e 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4c6428c6-f809-4ae3-96d4-16435b504ff2 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b848818e-7c0c-4503-9c21-7ef6f6845943 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0f6ac77f-05de-412f-a904-243d2d95c666 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cae0fddd-e3c6-4b4e-b351-33ac5c97e1cb 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0a8ce7e7-c48d-45e7-8315-48025f7cc1da 07:45:19.022 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1a9701d5-3dc3-4f7c-9ed1-a8e66b4b3d71 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=789231ed-228d-4c70-90e4-678d4eea598e 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3f223829-7971-4fa8-8fed-c6fc16c97edb 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8e6a4844-3ae8-4623-b068-a6b7799e7763 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=567a8a89-32da-4b54-8aaa-91b40a20da35 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d7b3b4b6-4fc6-4362-9b1d-c4854bdab30d 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fe4f01d8-56b2-487c-959c-18c73b471053 07:45:19.024 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4d6fdf5-efca-4d6c-a1e2-a832af412e0a 07:45:19.025 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f0c37bbc-50d2-4c96-84e8-ef0d4e64365d 07:45:19.025 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0ba4afed-1ea1-4d7a-876b-37b0f07f6867 07:45:19.026 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5ca42f86-0bbb-484b-a8c3-0636b9fce2c7 07:45:19.026 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9181a99e-80ba-4616-8aa8-493cc91b20d8 07:45:19.026 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9e56ab7e-af1d-4434-a0bf-7debb01a027a 07:45:19.026 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=94c422d7-26f2-466b-802c-09a2fff173d5 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b2a7a865-ca61-4386-932b-278a8da57c4f 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fc06077e-e864-46d7-85d3-4c2973a3b605 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d80e136c-2952-4387-a20a-0099587c66cb 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a209984e-875e-4537-9913-0aabe976c78d 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a47114d5-60ae-42ca-ba74-73ccd67d882a 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=39f7e2c6-5fd3-44bd-aca2-577a9eec1f3b 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=43bfe13a-2a93-4221-8bb0-8075d398714a 07:45:19.027 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac136f2f-3b92-44ec-9b10-297fb8090265 07:45:19.028 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ca150ea4-e688-45a8-ba61-92e1bf628053 07:45:19.028 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=00d47498-41c0-42a7-8870-56e0530bb3a7 07:45:19.028 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=076f631b-f342-4a87-bc9a-806bdcfff05d 07:45:19.029 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ad61c5fe-fcc3-4027-b7cb-b4f67ea5e305 07:45:19.029 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5cf5786b-5add-4508-8c15-a4cb034c507d 07:45:19.029 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6057f186-4b52-435f-89bc-1a183779ed46 07:45:19.030 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure 07:45:19.030 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0afab58e-14d4-4783-ace5-81acb413c083 07:45:19.030 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4cba7b92-a1cd-4bfd-a9f6-97fd85e2c504 07:45:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=853c8736-124e-4a5f-9fe3-ab2ad679c85b 07:45:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=be1a2426-5eb5-4496-aa94-295fd78f7e6e 07:45:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e4ebb25d-e0c7-43f5-a9b3-6846e15fc1bd 07:45:19.078 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=82deb683-9e00-4eee-9bcb-e63f1fe4ca07 07:45:19.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bf8a7ff4-5251-4009-b41a-4c72e95dbf8b 07:45:19.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=86f0824a-6cdd-4a69-9080-b69df34aabaf 07:45:19.080 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=707e5e5c-9478-4de3-bcfa-a36ce7de1970 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a4db6eef-7757-4228-9a6e-d6c9daeb0152 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d7e6bb36-2657-4c6a-8f6b-646955c4a16a 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3bee6bd8-6b39-4920-814a-1e17e303950f 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=69e70558-cde7-452f-ab46-dd492bf75d4d 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b25c669e-6fa4-4915-a5b2-99906527e173 07:45:19.086 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=25874085-5013-41a8-adee-c910a09ae198 07:45:19.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8e7909a3-0c44-4c13-a3b5-a306c630e75e 07:45:19.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6fcc63a3-3ba8-4b7e-9bff-f9d978294cf0 07:45:19.087 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c11181b5-47a4-4064-8904-16a490acce32 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=39f8f6b7-1908-4541-a1d3-85c297c1631f 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e058b01c-9f0b-4fba-be2a-02071a667dad 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=142c3e51-65b4-4f99-88dc-b31e59979d6e 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a09c179e-3468-4918-887c-adb504ed0358 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=eeffdad5-c2fd-41e0-a4fa-8768429917f5 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3bafa5be-5c27-45db-8a9e-824d41577651 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f5c8df38-a3ec-4ced-93db-21314de16253 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fcb9af82-e536-4a9d-a5ca-db1f188955ee 07:45:19.089 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a67fbc70-ecbc-4750-9ed5-9ddb41e8c4b4 07:45:19.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2ab5b1b4-2ddd-4608-b7e9-b48031d77487 07:45:19.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7f0d9318-e15e-40b4-b7ba-135635a7d2e5 07:45:19.090 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1d183ea5-ba7d-4af0-a077-d13f32d7a35a 07:45:19.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5c4b0f9e-b175-4adb-95bf-4fdf21905e0c 07:45:19.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d8bf607f-b21a-4e65-b601-c2f14b576381 07:45:19.091 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=64d2b345-9dfd-47a3-bdcb-cd895c3c998d 07:45:19.092 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure 07:45:19.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e9319bcd-0afe-411b-a016-633843a43a97 07:45:19.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9b040c41-c6e5-4065-9c64-feb1f81afac4 07:45:19.093 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f699a64a-6736-4b01-80d8-97fdda5a5c18 07:45:19.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success 07:45:19.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ed58c53c-ce13-4f27-b249-d67a2810739a 07:45:19.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5696bb48-24ee-41fb-b21b-9838488c2b14 07:45:19.094 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bebf6c9f-c1da-4be6-a48f-a322ee425d14 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bc5841e9-e6a8-48c4-815c-a7a7ad9afb2e 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cbbb7f0e-a8c6-40fc-a081-adfb59f5f979 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e668620d-068f-4530-944e-a160fd48d3af 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e0936e9c-c579-4229-a5a0-bd6eecca20b0 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b949ac1a-8d7b-483f-9727-3d07f778805c 07:45:19.095 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d9954690-9e49-43bb-82e8-845db3c93209 07:45:19.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6f67a4d5-0374-4c21-ba2a-c6842ac0e83f 07:45:19.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d4ebff93-ba87-4043-99b7-41f0549b612e 07:45:19.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=785accab-2d1e-4585-bf24-62b19aa04181 07:45:19.096 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2186dde2-11dd-4edf-a5c6-4d389fb0b202 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7d3b511b-4720-4096-beb0-ba03f82f54fe 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60e8beb9-97f1-4910-b88a-90490066d005 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cb1f6988-7b42-4c8e-86ac-55140902a3ee 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a0a72f05-999d-4b31-8c40-b45c8abef86a 07:45:19.097 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aff88819-29b3-412e-93fb-bd58c0dea37b 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9e75295-6057-414b-a150-656a50b9dd64 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9aaa3410-e8e1-4511-9fb8-551022905f40 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=97362814-9256-40b3-a83d-1f098e796906 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=70ddc0c1-5593-45f8-8ebd-8afc8189310e 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7463dd38-07f9-4cb3-86b3-f0fcde550596 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=68aff8ff-5086-471e-bf20-6382bd784566 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6181e306-3874-4937-9d21-76cedc6e9e9d 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e988b38f-1e73-4bbb-b2f8-10357b02ad85 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f02ca268-b6d5-4fda-9011-2eeb50cc603f 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f97f1878-cf38-4be9-803d-32ee7c881669 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c910a708-91c5-46d0-8eec-0e119d472955 07:45:19.098 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0282a0be-2464-4a63-878b-c5a94e237c43 07:45:19.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e06650e3-bd41-4cbd-abdd-f16308f3282e 07:45:19.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0eb70f66-4a7e-4fdb-b089-346e930a6f34 07:45:19.099 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1b44ca34-180d-4388-b3eb-a60d7e1c9ce1 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=09edbc76-2c97-427f-b6e7-c9fa13161a62 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c7416ecd-6abb-4385-81c7-65bcdd156ba9 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bdfe439d-2d77-4246-bed9-d612ce575972 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=192fdd4e-c557-4f90-9d19-b234240ad39d 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0fbe792b-da19-4843-bfae-5420edf53bc5 07:45:19.100 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=363665a4-a591-4b04-bc48-e22bdccc3d4c 07:45:19.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure 07:45:19.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d5c5bcbd-6f61-4f79-8c9e-4693405bcd76 07:45:19.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=918e923b-33e9-4a47-b7fa-de1eb8a5090c 07:45:19.101 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=72b14156-dd19-49c8-bca8-d796bfe257c1 07:45:19.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=524ace2e-dd1f-40d0-9ef9-e303edb39c05 07:45:19.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=29f682fd-1cdd-49bb-a574-61982ff6ad47 07:45:19.102 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ce4cb6ef-72bc-498a-a8b4-52efc40a5bdc 07:45:19.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cf0d4a36-9d25-460c-8f81-c3d2b39932dd 07:45:19.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=15fde3a7-86cd-4fc7-92d2-3f28f4472a12 07:45:19.103 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7885de94-28b8-46d6-86b3-663afe9c96c7 07:45:19.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success 07:45:19.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1238651c-4d07-44f3-99a4-b5302c2eda5d 07:45:19.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0034bb5f-f80a-49e7-9bb4-1d06f5b36212 07:45:19.104 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=32c62da7-19e2-446a-b464-35856455c702 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cab3405e-e093-4f1f-80dc-c8dccd2f8d50 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=742f485f-9bc0-4a53-8e8c-47cc8e705221 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9e534804-db16-4918-9a26-86f4841eff47 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9bf646f2-8fab-4828-be89-71cb84338150 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d8088228-3887-4c59-a226-bb68733ae3db 07:45:19.105 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=30aeedc4-ebaf-461e-b641-317685c8ef16 07:45:19.106 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b0508925-c22a-41c8-a347-b8e8f381d397 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3662c73a-9403-4253-af8d-2d41e1747ca4 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5982457d-052f-46c6-8688-f5b9765fe8ed 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fde3f244-7988-4f8e-864c-e560b576949b 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a223a83e-9df9-47bc-9055-fd1ae341ce93 07:45:19.107 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b2f5dbe9-8501-4616-9b11-0aa9990a97a3 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=754507b1-8541-4242-8277-7c5fbf6d715a 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fcfc4d77-0c87-4edc-a409-4a7592c51eff 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3ee5b7cd-f564-4b5f-8714-c992b3147370 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6952fbaf-8c86-4628-9002-abd560880b5e 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bbc0ce3a-61d4-4acf-a134-8c22d695cf11 07:45:19.108 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=047b9995-2000-4bb4-9fa0-be256634b500 07:45:19.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fd021348-65f8-4ea0-a574-84021ea5e47e 07:45:19.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5f8f7ab6-ee0a-4c13-a906-b703b9a10747 07:45:19.109 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=966d55fe-60f6-4597-af30-55477b2f029d 07:45:19.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure 07:45:19.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cc678b08-1de7-4950-837a-2ca9a099d64e 07:45:19.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=457298d6-3208-4e09-9b4a-a182abcc6cd0 07:45:19.110 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8b0f805c-e838-4f68-8acc-4c9a2d3b381d 07:45:19.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5aba02b1-ef77-4733-b8e7-08bc229355b5 07:45:19.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6d803966-2ea1-4cf3-ae84-f9544de85098 07:45:19.111 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=af1c9894-ded7-4c19-a03d-2fc69284cc5a 07:45:19.112 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success 07:45:19.112 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=52d10f48-7ec8-4e85-92d7-f70fcfc1fa76 07:45:19.112 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b42304b6-0d43-4e7b-8d54-a004ccbd0fae 07:45:19.112 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=769b0de5-675c-4655-87b5-18d7f5f2c438 07:45:19.113 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a2830de2-9db0-453e-8ee6-3abc6337d328 07:45:19.114 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=56539708-dc83-43ea-8e42-8fec6cfc7c94 07:45:19.114 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d4ec2d6b-3b16-49ce-b761-317395b60f79 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cef3ad65-5c67-4954-821b-c3dde8019bfe 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d43ff004-9439-44b4-9ee7-3c3d4b8db188 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e99dee9e-f365-43d8-9147-502268618263 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8cce18ff-1cbf-4515-93e1-8edb490a1eb4 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2e606c1b-11e3-49dd-81e1-a89adcb386ae 07:45:19.115 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9c2e320b-a34e-45a0-96d5-5b5146bde1f9 07:45:19.116 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=08996f1a-0764-4a68-ac20-a21800bd66f7 07:45:19.116 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1d7a2429-4964-4ed9-9241-2436caa45020 07:45:19.116 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=871aa4e7-7873-4386-b390-8aa9000692ad 07:45:19.117 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=69df05df-425c-47a5-92b0-31dbc14a2b6d 07:45:19.117 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d055d883-51fc-43e7-8a86-961d9ca0983e 07:45:19.117 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=519ce0ac-5de5-472f-b0d3-899ba701fe43 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fc5ef1d1-7f48-4e11-8071-dcd4bd613131 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3ed36f47-7e08-4cfe-8600-e3b361bbe058 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8ed55cc0-757d-4d47-bf51-9c49df3df0ef 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=972faa92-99e0-4f09-8993-98f0462b0535 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ec8ee0a-5c4a-4020-81be-2e26cff5356a 07:45:19.118 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9b665c89-4136-49d0-9dfe-74e8d60eafd9 07:45:19.119 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=761dcaa8-c8d2-45de-bcf6-47bafcfd15d1 07:45:19.119 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0a23415d-defd-4e06-bfed-5cac945ab798 07:45:19.119 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aa56e476-b4f8-4aa8-8749-502834dc08bb 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d435853b-2d69-45f1-96b8-023db657f495 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f5f0046f-f0d1-4b7e-95f8-399a2c3a5c1c 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a813b1fa-fa30-487c-8803-b9f24bab4bc6 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0e9caff7-7e73-4c1d-a062-d3ad5265feb6 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=39a65ba5-45c3-4965-baf5-a6d292fb3c38 07:45:19.120 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=28d03ecf-036e-4233-8827-b4638a8bc92d 07:45:19.121 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure 07:45:19.121 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b77072d-8896-4175-b302-f8c1a6c1b078 07:45:19.121 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e67c0f5b-5f79-48f7-924a-a09e0c7a9084 07:45:19.121 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=55a64748-69f8-431b-97b2-060179cef9dc 07:45:19.122 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0a248ccd-242c-4ba4-b3a5-82b336865ad0 07:45:19.122 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2a4a00ec-9f7a-45d7-828d-8679864c3fef 07:45:19.122 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c968cdf9-7c1d-4974-be4c-146a93373df1 07:45:19.123 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3d63bfd7-d7df-4826-99b7-34ccdc54f61b 07:45:19.123 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dc195815-3190-489c-a3d0-6b99b4687c15 07:45:19.123 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=09aec1d2-2820-49c9-8b2d-39eb74179503 07:45:19.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success 07:45:19.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4ffe7954-786b-4f6b-a37e-75c845576907 07:45:19.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=78552d97-0010-48ba-a420-14d2fa846db8 07:45:19.124 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e9a4f587-4b8b-4c0a-8a01-53358088c79e 07:45:19.125 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f6537391-10a6-4af4-bdb2-264480722c7e 07:45:19.125 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e8bea41a-b018-4151-8af9-0c6b7514112f 07:45:19.125 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1392fd38-fc28-4152-bc32-3f0e9ecd33aa 07:45:19.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ee8beadc-4f27-4d8d-a644-573b893f298b 07:45:19.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=01899c0c-640e-446b-85b4-67ca372b2cfd 07:45:19.126 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6ea234b6-b36b-4c66-9f98-4e8a296f2dfd 07:45:19.127 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0b09acd9-a985-4caa-87c5-c7618b17ff8b 07:45:19.127 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=92663102-6a59-4edc-9f0a-76098ec0cf77 07:45:19.127 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=05653b12-98c8-4127-960b-96ec1e388451 07:45:19.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure 07:45:19.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2b17cd0a-9aaa-45f2-8519-f68cc8da769f 07:45:19.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2ca9de6b-ee26-4960-bfac-5ba730b9ce38 07:45:19.128 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=71b4a7dc-a5be-4e02-ac0a-a704f10fc922 07:45:19.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=45cf9245-04d5-454f-a3b9-bc725032dbdc 07:45:19.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dcd8211c-cde4-4ec0-99c6-1c04d294108a 07:45:19.178 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6eb72c58-2204-4930-a946-9ca4f05d5d44 07:45:19.179 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=829902cc-7543-4482-b35c-8d106b134c06 07:45:19.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0edca611-6b4c-439f-b7af-5bd18c2ff6da 07:45:19.180 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=64ee3c97-1fc9-478f-8c35-c634b635101f 07:45:19.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a38da66f-e3bb-4740-b57d-b06fb5a59de7 07:45:19.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d76b51ad-7ccc-46f7-ab33-c5e901998ea6 07:45:19.181 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7072563e-b0af-4cb8-813d-10d7dbfd17bb 07:45:19.183 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations() 07:45:19.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails() 07:45:19.184 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.184 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c492f589-f9fa-4eb7-add4-2d010633ca08 07:45:19.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cec305e1-04e5-4fcc-a740-8a59648da6c9 07:45:19.185 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0e125511-2173-4ea1-8d1e-b9354160af64 07:45:19.186 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails() 07:45:19.189 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 07:45:19.190 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.191 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"39dfc88a-93f6-4be2-8d7d-b52a776bc05e"},"path":"/","value":{}} 07:45:19.194 [pool-450-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"fd2219a5-00d7-465d-bdec-e32909797126","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}} 07:45:19.197 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]() 07:45:19.198 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 07:45:19.198 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.199 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ee477cf0-3b47-450e-8c86-6b91c5ffb086"},"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"} 07:45:19.201 [pool-452-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"b03c734b-6b1d-4326-a374-fb7aee21a92b","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}} 07:45:19.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]() 07:45:19.202 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 07:45:19.203 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.203 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"c8c1e656-8571-4ff1-b1b9-094350726878"},"path":"/","value":{}} 07:45:19.204 [pool-454-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"38b285e9-43ae-4bb3-8275-2a0f5c29328f","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}} 07:45:19.205 [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"}} 07:45:19.206 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]() 07:45:19.207 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 07:45:19.207 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.208 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ae580ed7-3cfb-4b58-93c2-6630a10782ee"},"path":"/","value":{}} 07:45:19.209 [pool-456-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"9e6721b9-18dc-4a51-80cc-af3bf8b128ac","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}} 07:45:19.213 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]() 07:45:19.213 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]() 07:45:19.214 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.214 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"eefc8502-6745-4dee-b41b-45816572c1a8"},"path":"/","value":{}} 07:45:19.215 [pool-458-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"aa3f51fa-8653-429a-b23d-c9376321e11f","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}} 07:45:19.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]() 07:45:19.279 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 07:45:19.280 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.281 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"943ea1a6-ed18-4f00-a5b9-98f1ba91fc85"},"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"} 07:45:19.282 [pool-460-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a1fcfa3e-fb3c-430a-b47e-dd7eef6fe656","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}} 07:45:19.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]() 07:45:19.284 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 07:45:19.285 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.285 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"a594d072-6432-4ec1-89b6-36b6bfc16c80"},"path":"/","value":{}} 07:45:19.286 [pool-462-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"766948cc-faa3-4c42-a760-fd85336ffdb4","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}} 07:45:19.287 [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"}} 07:45:19.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]() 07:45:19.288 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 07:45:19.290 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.290 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"218a0f11-00cf-455c-8779-d763b6878846"},"path":"/","value":{}} 07:45:19.291 [pool-464-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"66428bd4-0ce7-4b80-9da5-67a3519d3e90","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}} 07:45:19.293 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]() 07:45:19.294 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation() 07:45:19.295 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.296 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"08a8e4cb-0613-41bd-bcff-1c28cb723f3a"},"path":"/","value":{}} 07:45:19.297 [pool-466-thread-1] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"094594a4-9f59-4873-b28a-68a4b41801a8","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}} 07:45:19.298 [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"}} 07:45:19.299 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation() 07:45:19.305 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 07:45:19.306 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.308 [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":"bc67f0cd-0afa-480d-b5c0-50a321371b78","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 07:45:19.311 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]() 07:45:19.311 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 07:45:19.311 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.312 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"f5bde3ce-df0e-4121-a2b0-602cbf5a9bb2","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.314 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]() 07:45:19.314 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 07:45:19.315 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.316 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"76d79e48-5de2-49f1-9538-ad08ba199e26","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:45:19.319 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]() 07:45:19.319 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 07:45:19.320 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.320 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"3aa0d355-a155-47fa-837d-b3c30d7dbda5","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:45:19.322 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]() 07:45:19.323 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 07:45:19.323 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.324 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"306d375d-b19a-4778-af8f-186e1c1434d4","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 07:45:19.326 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]() 07:45:19.327 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 07:45:19.327 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.328 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e6770097-65f2-4fca-99ae-5a3e9b0200d3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.330 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]() 07:45:19.330 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 07:45:19.331 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.331 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"e18c1944-a4c7-41ac-a4a8-0d45db62aa55","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"} 07:45:19.333 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]() 07:45:19.333 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 07:45:19.334 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.335 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"cadb2f3b-60d9-43b2-9795-e065f6cb28df","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:45:19.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]() 07:45:19.379 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 07:45:19.380 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.381 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"ac8689f5-9e13-4ecf-8372-d710545e52fe","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"} 07:45:19.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]() 07:45:19.383 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 07:45:19.384 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.385 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"68957ba3-3529-483e-96c3-6d3355d55d85","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]() 07:45:19.386 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 07:45:19.387 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.388 [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":"31e5d30e-0eab-4e9c-9ef3-53d4b078324b","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]() 07:45:19.390 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 07:45:19.391 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.392 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"79d92a0c-9770-48fe-9622-3b631e74ebb4","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]() 07:45:19.394 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 07:45:19.395 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.395 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"010eb31e-6567-4bee-97e5-ce93a2819b3e","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]() 07:45:19.397 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 07:45:19.398 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.399 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"5724dce2-3110-4532-b973-e9414779d4aa","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 07:45:19.400 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]() 07:45:19.401 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 07:45:19.401 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.402 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"930b01e8-71ea-4053-9733-096eb3209e19","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.408 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]() 07:45:19.409 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 07:45:19.409 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.410 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"457e56a0-a615-4760-9eb4-3684e645dbaf","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.412 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]() 07:45:19.412 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 07:45:19.412 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.413 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9345f7a9-1b7f-49d0-96a5-772c477e4eac","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.415 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]() 07:45:19.415 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 07:45:19.416 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.417 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"43dd1b47-33a4-4ff6-9416-2890d81c1048","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:45:19.419 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]() 07:45:19.419 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 07:45:19.420 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.420 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"2b60eb98-517b-4a21-839b-c72dfce7190d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"} 07:45:19.422 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]() 07:45:19.422 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 07:45:19.422 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.423 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c8048d48-6190-43a2-bf35-8b2054990e02","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.425 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]() 07:45:19.425 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 07:45:19.426 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.427 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"5fed6b6b-00c2-4716-9c35-e424a36c37ae","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]() 07:45:19.429 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 07:45:19.430 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.431 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e38d8f72-23e0-437b-8dc0-057c413884a3","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.433 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]() 07:45:19.434 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 07:45:19.434 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.478 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5ad4d9d8-87c9-48cd-ab02-676bf48cdde3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]() 07:45:19.480 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 07:45:19.481 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.482 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"f8b3772e-ec6d-4de7-9ccb-e8847be3b507","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"} 07:45:19.483 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]() 07:45:19.484 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 07:45:19.484 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.485 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"9a16685f-6bd8-415f-8aa1-d8085d37d90d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"} 07:45:19.486 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]() 07:45:19.487 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 07:45:19.487 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.488 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"a65286c5-c070-4a20-aebd-9412cadb6d93","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.489 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]() 07:45:19.490 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 07:45:19.490 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.491 [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":"8fbd64c4-d6b4-4079-80f5-e362de60d544","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 07:45:19.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]() 07:45:19.493 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 07:45:19.494 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.494 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"5d829e9f-0628-4023-949a-e86e57da4dc0","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]() 07:45:19.496 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 07:45:19.497 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.497 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"25a8bef6-03ce-41a4-9bdb-def34b17a3ca","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:45:19.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]() 07:45:19.499 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 07:45:19.500 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.500 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"db22b506-eed4-4b4e-9d40-173873db8abe","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:45:19.502 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]() 07:45:19.502 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 07:45:19.503 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.503 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"67d5f7f9-c59d-4721-8358-5679b3d5231e","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42} 07:45:19.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]() 07:45:19.505 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 07:45:19.505 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.506 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"73f951c7-bd06-4a12-bb0a-848a02f35bb7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.507 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]() 07:45:19.508 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 07:45:19.508 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.509 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d89cc0ed-31bf-4157-ba0b-60450a94bc54","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"} 07:45:19.510 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]() 07:45:19.510 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 07:45:19.511 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.511 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"3e277f76-2212-4447-b3ff-31baa9ff6bd5","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}} 07:45:19.513 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]() 07:45:19.513 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 07:45:19.513 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.514 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"8480b3c5-b41a-4683-838f-83604ba324e2","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"} 07:45:19.515 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]() 07:45:19.516 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 07:45:19.516 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.517 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"4c41efe7-d853-46b5-8e25-44ac6f94f24e","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.518 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]() 07:45:19.519 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 07:45:19.519 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.520 [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":"d57f623a-472e-4f2f-8c8e-72c22bbd80c0","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.522 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]() 07:45:19.522 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 07:45:19.523 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.523 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6453a40f-d221-454c-82f5-d713e6a97615","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]() 07:45:19.525 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 07:45:19.526 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.526 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"9786930c-5efa-46e1-8758-a3f3e5a2fbaf","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]() 07:45:19.528 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 07:45:19.529 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.529 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"929feb08-b7df-4c19-8905-a4233787ef44","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42} 07:45:19.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]() 07:45:19.531 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 07:45:19.531 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.578 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"a9a8f15a-013b-4427-84ee-7bacfd2ebb9a","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]() 07:45:19.580 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 07:45:19.581 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.582 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"4c21caeb-91ae-48d1-84fd-5c8ee2bf7cc2","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]() 07:45:19.583 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 07:45:19.584 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.584 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"aabc469a-9b28-4f9c-97f9-c7b64dfe4592","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]() 07:45:19.586 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 07:45:19.587 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.587 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"519fe192-7e15-4243-9ad9-2196340bb862","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]} 07:45:19.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]() 07:45:19.589 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 07:45:19.590 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.590 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"9287143b-cede-43da-a261-108c8f0fc67a","version":2,"channel":"live","content-type":"application/json"},"path":"/features"} 07:45:19.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]() 07:45:19.592 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 07:45:19.593 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.593 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b5bc5649-320e-4f50-ba78-b369ae7443e1","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]() 07:45:19.595 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 07:45:19.595 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.596 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e0f09f60-c84d-45fd-9eed-4f370128994e","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.597 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]() 07:45:19.598 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]() 07:45:19.598 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.599 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"7d27bae8-45f5-46b5-86ce-eec2ebf1a1f1","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}} 07:45:19.600 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]() 07:45:19.601 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 07:45:19.601 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.602 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3ef2785b-36dd-417f-a6f5-2c76960f7887","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"} 07:45:19.603 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]() 07:45:19.603 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 07:45:19.604 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.604 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d924a6c4-b1f4-4389-8840-195548013c30","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"} 07:45:19.606 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]() 07:45:19.606 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 07:45:19.607 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.607 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4c491769-615b-41c9-90b9-df8956c441b6","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"} 07:45:19.609 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]() 07:45:19.609 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 07:45:19.609 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.610 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"91aa85d1-37fa-46d4-896e-e3f10a4ed080","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}} 07:45:19.612 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]() 07:45:19.613 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 07:45:19.614 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.619 [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"} 07:45:19.622 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions() 07:45:19.622 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 07:45:19.623 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.624 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"808c2852-9f0f-462e-974b-cdd759a865a8","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"} 07:45:19.625 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector() 07:45:19.626 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails() 07:45:19.627 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.627 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"31253464-fa1b-48bc-ac78-2f0d2ddb0118","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 07:45:19.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails() 07:45:19.632 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy() 07:45:19.678 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.685 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"13036eae-24ff-4a21-9588-506784c0946e","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"}}}} 07:45:19.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy() 07:45:19.691 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 07:45:19.692 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions() 07:45:19.694 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 07:45:19.695 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId() 07:45:19.696 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 07:45:19.697 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.703 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption() 07:45:19.703 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 07:45:19.704 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.706 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption() 07:45:19.706 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 07:45:19.707 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId() 07:45:19.708 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 07:45:19.709 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.710 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption() 07:45:19.710 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy() 07:45:19.711 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.715 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"d28b5a6c-1156-4d51-b8d2-0eb67f3ceb2e","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"}}}} 07:45:19.719 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy() 07:45:19.719 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy() 07:45:19.720 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.722 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"511b9038-6502-481d-a236-41e651a06039","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"}}}} 07:45:19.723 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"d132d85e-1b1f-49ff-ac39-2f528e3a6952","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"}}}} 07:45:19.724 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"5ef57a81-5c99-452a-896f-b3f4ea0342e6","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"}}}} 07:45:19.729 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy() 07:45:19.729 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy() 07:45:19.730 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.732 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"45b53ef3-bc66-4b8b-a9f9-7b5841ad30ae","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 07:45:19.734 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy() 07:45:19.735 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy() 07:45:19.735 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.735 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"c8d97d04-c6db-46cc-8649-5f610a2a7e34","version":2,"response-required":true,"content-type":"application/json"},"path":"/"} 07:45:19.778 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy() 07:45:19.779 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 07:45:19.779 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption() 07:45:19.781 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 07:45:19.782 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.782 [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":"/"} 07:45:19.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions() 07:45:19.783 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject() 07:45:19.784 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.785 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"0fecbba3-bd77-44c0-92ed-0808688859bc","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"}}}} 07:45:19.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject() 07:45:19.788 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 07:45:19.788 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions() 07:45:19.789 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 07:45:19.790 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption() 07:45:19.791 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 07:45:19.791 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption() 07:45:19.792 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject() 07:45:19.793 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.794 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"42c4683d-4451-4c83-817f-86391de6433d","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"}}}} 07:45:19.795 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"41112bb5-a5bb-4535-b1c8-618b1c371533","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"}}}} 07:45:19.796 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"329109c7-c2c2-4d0c-a0cc-ed571de34238","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"}}}} 07:45:19.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject() 07:45:19.801 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() 07:45:19.802 [main] INFO o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-29] initialized successfully 07:45:19.803 [main] INFO o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption() [WARNING] Tests run: 1043, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 47.753 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: 02:00 min [INFO] Finished at: 2024-01-29T07:45:48Z [INFO] ------------------------------------------------------------------------ [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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) 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: "6.0.18-200.fc36.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.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 ch.qos.logback:logback-classic:pom:1.2.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 ch.qos.logback:logback-parent:pom:1.2.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 ch.qos.logback:logback-parent:pom:1.2.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 ch.qos.logback:logback-core:pom:1.2.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 ch.qos.logback:logback-core:pom:1.2.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.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.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 ch.qos.logback:logback-core:jar:1.2.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 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.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 ch.qos.logback:logback-core:jar:1.2.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 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] Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now {@link #licenseMergesUrl} [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.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.eclipse.ditto:ditto-client: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] 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:19 min [INFO] Finished at: 2024-01-29T07:47:10Z [INFO] ------------------------------------------------------------------------ [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