Skip to content

Console Output

Started by an SCM change
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-tpbcq is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-tpbcq"
  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-tpbcq"
    - 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-tpbcq"
    - 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-tpbcq 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
 > 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
Avoid second fetch
Checking out Revision 8520dd98812ac551f4839590fd425033440721da (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8520dd98812ac551f4839590fd425033440721da # timeout=10
Commit message: "prepare JS client release"
 > git rev-list --no-walk 99c362481fc9712e7a08124298cbc08d9cfd3cf9 # 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 <strictCheck>true</strictCheck> 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
14:45:04.978 [Thread-1] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
14:45:04.984 [Thread-1] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1>
14:45:05.080 [Thread-2] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
14:45:05.089 [main] WARN  o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription <SecondSubscription(should get cancelled)>.
14:45:05.192 [Thread-6] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
14:45:05.510 [Thread-14] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
14:45:05.510 [Thread-14] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1>
Configuring TestNG with: TestNG60Configurator
14:45:32.027 [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=*]]
14:45:32.035 [main] WARN  o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*'
14:45:32.035 [main] WARN  o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*'
14:45:32.970 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail()
14:45:33.070 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:33.113 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ca37642a-8648-4edd-8747-677225c86f66
14:45:33.114 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b8d1038d-95e2-41f2-8f4c-196abed6ea2d
14:45:33.115 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=46a63b05-a9dd-46ee-a06a-8c6ff4173b55
14:45:33.116 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bc030686-908f-4ba6-824c-e1b40ac8fbf5
14:45:33.154 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail()
14:45:33.154 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks()
14:45:33.155 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:33.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9390080b-e1ea-4210-8e00-bb79870d9136
14:45:33.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b9adb0b6-b068-410e-aa49-3e8155162482
14:45:33.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f51646a6-cc91-4c13-a782-72cab85c398a
14:45:33.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=033246b5-d8e1-48f3-a27b-f9677b8700dc
14:45:33.158 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks()
14:45:33.158 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds()
14:45:33.159 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:33.160 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6621cd30-3149-46ad-b0c6-010f356b54a1
14:45:33.160 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c89a5518-5751-430f-9e61-76bdb183f72d
14:45:33.160 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e6332fe3-213d-4646-8c60-e5f7e89cd2eb
14:45:33.160 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9d684e6b-f7e7-460c-bbd6-ecb199b8b181
14:45:33.163 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds()
14:45:34.143 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:34.144 [main] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:ditto:545f74f6-2df1-429b-b475-2434541a54ee>: WebSocket destroyed.
14:45:37.020 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <c86e6b08-c4b2-4dd6-98e5-f8f944814514>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
14:45:37.020 [test-1] INFO  o.e.d.c.messaging.internal.Retry - Client <c86e6b08-c4b2-4dd6-98e5-f8f944814514>: Waiting for <1> second(s) before retrying to <test the result>.
14:45:38.021 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <c86e6b08-c4b2-4dd6-98e5-f8f944814514>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
14:45:38.022 [Thread-16] INFO  o.e.d.c.messaging.internal.Retry - Client <c86e6b08-c4b2-4dd6-98e5-f8f944814514>: Waiting for <1> second(s) before retrying to <test the result>.
14:45:39.025 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <fd154610-5375-4cdb-b162-e6d17aba52c8>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
14:45:39.025 [Thread-18] INFO  o.e.d.c.messaging.internal.Retry - Client <fd154610-5375-4cdb-b162-e6d17aba52c8>: Waiting for <1> second(s) before retrying to <test the result>.
14:45:40.045 [ditto-client-reconnect-dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://unknown.host.invalid:80/ws/2>.
14:45:40.088 [ditto-client-reconnect-dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b-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
14:45:40.088 [ditto-client-reconnect-dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b>: Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b> failed.
14:45:40.089 [pool-258-thread-1] INFO  o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted.
14:45:40.089 [pool-258-thread-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:04dffcc8-15af-47d7-ad1f-bc5134a0f26b>: WebSocket destroyed.
14:45:42.601 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:36315/ws/2>.
14:45:42.620 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-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!
14:45:42.620 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea> failed.
14:45:42.620 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Waiting for <1> second(s) before retrying to <initialize WebSocket>.
14:45:43.621 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:36315/ws/2>.
14:45:43.624 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-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!
14:45:43.624 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea> failed.
14:45:43.624 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Waiting for <1> second(s) before retrying to <initialize WebSocket>.
14:45:44.625 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:36315/ws/2>.
14:45:44.628 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-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!
14:45:44.628 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea> failed.
14:45:44.628 [ditto-client-reconnect-dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: Waiting for <2> second(s) before retrying to <initialize WebSocket>.
14:45:44.629 [Time-limited test] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:416d5c77-ddb6-4edc-bb87-f7aff96e3cea>: WebSocket destroyed.
14:45:44.640 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]()
14:45:44.641 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"adf8cdee-171f-4b3a-82c5-6cfd5078f071","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"}
14:45:44.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]()
14:45:44.661 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]()
14:45:44.661 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]()
14:45:44.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]()
14:45:44.664 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f036143e-77a5-45c7-b980-40bd048581cd","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true}
14:45:44.674 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]()
14:45:44.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]()
14:45:44.710 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.712 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"450df6c9-20a8-4771-8d13-56ef3e731192","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}}
14:45:44.717 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]()
14:45:44.717 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]()
14:45:44.718 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.719 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"454ed2f8-a38f-4c42-a9c1-2c968f3204eb","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"}
14:45:44.722 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]()
14:45:44.722 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]()
14:45:44.724 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.725 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"76011c8f-030a-4c0c-9747-f271d579b72e","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true}
14:45:44.728 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]()
14:45:44.729 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]()
14:45:44.729 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aeb4b921-619a-49d0-afa5-5f4e98476b49
14:45:44.744 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]()
14:45:44.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]()
14:45:44.746 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.746 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c969fe5f-69dd-4306-a203-c40138b300af","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:44.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]()
14:45:44.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]()
14:45:44.750 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.751 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"8c3b20ea-7b33-469d-908e-649b34243461","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:44.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]()
14:45:44.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]()
14:45:44.754 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0a847546-955c-4c29-b7da-a7b5b7115335","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:44.756 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]()
14:45:44.757 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]()
14:45:44.757 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.758 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d240a41a-d92d-4cb7-820b-04e16d0f2df6","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"}
14:45:44.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]()
14:45:44.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]()
14:45:44.761 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.811 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"0622f054-6433-4ca3-b7a2-e2f8c925a3ad","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
14:45:44.813 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]()
14:45:44.814 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]()
14:45:44.815 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.816 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=57618992-f2b6-4611-9a32-6f33fd876a18
14:45:44.820 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]()
14:45:44.820 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]()
14:45:44.821 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.822 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9eba5b57-3cc6-41b5-910f-f9a822162590","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:44.824 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]()
14:45:44.824 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]()
14:45:44.825 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.825 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"bcf01b8a-b890-4ceb-acfb-d38ce2f161a3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:44.827 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]()
14:45:44.828 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]()
14:45:44.829 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.831 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"24e2bd41-bf09-47c7-9584-bf4e4b90ddc8","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null}
14:45:44.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]()
14:45:44.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]()
14:45:44.836 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]()
14:45:44.838 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]()
14:45:44.839 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"44801be1-dc9c-4bff-9cda-2e7ce2b2f1e3","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:44.842 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]()
14:45:44.843 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]()
14:45:44.844 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"3cd5f8c3-7468-45c1-a063-2dcbae137a73","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"}
14:45:44.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]()
14:45:44.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]()
14:45:44.849 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.849 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f9824ab6-1dad-429b-b281-9421af195976","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true}
14:45:44.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]()
14:45:44.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]()
14:45:44.853 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b3182666-12fd-4dad-8e61-d4e914a8a6bb","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
14:45:44.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]()
14:45:44.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]()
14:45:44.858 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]()
14:45:44.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]()
14:45:44.860 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.861 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"2acc8043-215c-417e-ac1d-ac679a1b9126","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"}
14:45:44.911 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]()
14:45:44.912 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]()
14:45:44.913 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"d08c4149-63f3-4dd3-92f4-dcbb95ea1860","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"}
14:45:44.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]()
14:45:44.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]()
14:45:44.925 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.926 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]()
14:45:44.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]()
14:45:44.928 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.929 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"eb6a9d86-a987-45c7-830b-47ff3ce27e08","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true}
14:45:44.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]()
14:45:44.934 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]()
14:45:44.935 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f2aaec11-1a90-470a-af92-9729b675fbce","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}}
14:45:44.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]()
14:45:44.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]()
14:45:44.940 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"786a81cc-64cb-46e4-b1b1-33bc7869b915","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"}
14:45:44.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]()
14:45:44.945 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]()
14:45:44.946 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f174ea76-63e9-4699-8dd5-81cb7ba5a40a","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true}
14:45:44.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]()
14:45:44.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]()
14:45:44.954 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c4913732-038a-469d-bdca-53479329024e
14:45:44.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8068f7d0-0cd8-454f-9b4e-06894dece178
14:45:44.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=76a9a15c-d910-491c-b7e5-418547db6b63
14:45:44.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]()
14:45:44.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]()
14:45:44.960 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"14365365-6637-468c-8010-5290461ad209","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:44.963 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]()
14:45:44.963 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]()
14:45:44.964 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.965 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"908fc262-93ee-4ddc-92ed-9e35ed557d8d","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:44.966 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]()
14:45:44.967 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]()
14:45:44.967 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:44.968 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"275c44dd-56b3-41ac-a78d-3c41f5031c8c","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:44.970 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]()
14:45:44.971 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]()
14:45:45.010 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.011 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"8d8e5104-9100-4a49-80dc-78a34a1b64d9","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"}
14:45:45.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]()
14:45:45.014 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]()
14:45:45.015 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f9adf2e1-07f3-44ab-8400-299f85f48ece","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
14:45:45.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]()
14:45:45.020 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]()
14:45:45.022 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=08bbe8b0-eaa5-453e-a60c-0d6c3920a103
14:45:45.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c44093ad-c581-4a13-9a52-7c11ac914bbe
14:45:45.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dd4bfb24-7381-4028-99d4-a02c098d4635
14:45:45.027 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]()
14:45:45.027 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]()
14:45:45.029 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.030 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b5cbddeb-f5fa-4f70-9f15-5c8cdd69433e","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:45.032 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]()
14:45:45.033 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]()
14:45:45.034 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.035 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2cec2886-6e12-4dc1-b7db-b09859cb66fe","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
14:45:45.038 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]()
14:45:45.038 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]()
14:45:45.040 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.041 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"30d38b12-6cee-4323-a240-04b935a000c0","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null}
14:45:45.043 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]()
14:45:45.044 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]()
14:45:45.045 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.046 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]()
14:45:45.047 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]()
14:45:45.048 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.049 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"0b5f472a-8517-46a2-9ae8-2832613d774a","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
14:45:45.052 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]()
14:45:45.052 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]()
14:45:45.054 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.055 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"52776ad9-6b57-4701-bc4b-e3932308f3ac","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"}
14:45:45.058 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]()
14:45:45.058 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]()
14:45:45.111 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.112 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"48644a84-0fba-4bc7-b771-8e604815a82b","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true}
14:45:45.115 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]()
14:45:45.115 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]()
14:45:45.117 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.118 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"97763c5f-f287-4cd4-b323-4fc096b08ff6","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
14:45:45.120 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]()
14:45:45.121 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]()
14:45:45.121 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.122 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]()
14:45:45.122 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]()
14:45:45.123 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.124 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"9fcb8962-332a-4549-95af-42b178d90048","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"}
14:45:45.126 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]()
14:45:45.515 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]()
14:45:45.517 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.519 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b5148b07-7294-497d-9512-61c6eebd4a1a","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"}}}}}
14:45:45.531 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]()
14:45:45.531 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]()
14:45:45.532 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.534 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"718c757b-9a43-427a-b6c4-cdf662e76ad8","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"}}}}}
14:45:45.537 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]()
14:45:45.538 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]()
14:45:45.539 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.539 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a1257b8d-8f4c-42a0-ab9f-245d2917c0c7
14:45:45.553 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]()
14:45:45.553 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]()
14:45:45.554 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.556 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"eb89cb22-f17c-4d03-ad4a-525a55e82711","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"}}}}}
14:45:45.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]()
14:45:45.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]()
14:45:45.562 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7510c02c-a2a0-483d-807f-0362cd93d9a2","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
14:45:45.565 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]()
14:45:45.566 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]()
14:45:45.567 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.570 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"5d2f7927-3988-489d-a8c2-28a1131b03a4","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}}
14:45:45.611 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]()
14:45:45.611 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]()
14:45:45.612 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.616 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9f554bf1-2912-4195-9314-20fe79dabecf","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"}}}}}
14:45:45.619 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]()
14:45:45.619 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]()
14:45:45.620 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.623 [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":"30796f8c-039e-4a15-90ff-13c10fa3fe37","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
14:45:45.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]()
14:45:45.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]()
14:45:45.649 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a29352fe-c662-442f-9adf-ce5d73edf56a","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"}}}}}
14:45:45.652 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]()
14:45:45.653 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]()
14:45:45.653 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.654 [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":"eda27a07-52c1-4f48-bc38-f583d2b025d7","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"}}}}}
14:45:45.657 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]()
14:45:45.658 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]()
14:45:45.658 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.659 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"0739cf5b-83bd-4eed-85c1-0161b6e3c0ab","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
14:45:45.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]()
14:45:45.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
14:45:45.667 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.668 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
14:45:45.668 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]()
14:45:45.669 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:45.669 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a8a945c3-db0c-4524-a360-cec852b83876
14:45:46.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]()
14:45:46.676 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]()
14:45:46.677 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.679 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]()
14:45:46.679 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]()
14:45:46.680 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.681 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c6533024-2a1c-4371-80a1-bc41cb123d5e","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"}
14:45:46.683 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]()
14:45:46.684 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]()
14:45:46.684 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.686 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]()
14:45:46.686 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]()
14:45:46.687 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.687 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]()
14:45:46.688 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]()
14:45:46.688 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.689 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]()
14:45:46.689 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]()
14:45:46.690 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.691 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"91b48050-944d-476a-a106-1c59f03eee25","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"}}
14:45:46.693 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]()
14:45:46.693 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]()
14:45:46.694 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.711 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"38c88c95-08a4-48be-903d-08acdd13aafc","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}}
14:45:46.712 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]()
14:45:46.713 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]()
14:45:46.713 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.715 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"db4e96aa-1cfb-4ed8-b71f-652ddb2d8368","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"}
14:45:46.719 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]()
14:45:46.720 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]()
14:45:46.721 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.721 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]()
14:45:46.722 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]()
14:45:46.722 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.723 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]()
14:45:46.723 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]()
14:45:46.724 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.725 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"17e07dcd-aa41-4efd-95e6-40a52728c3f8","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"}}}}}
14:45:46.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]()
14:45:46.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]()
14:45:46.728 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.728 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b1f1913e-670f-44ab-b410-0aa46de774c7
14:45:46.733 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]()
14:45:46.733 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]()
14:45:46.734 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.734 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]()
14:45:46.735 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]()
14:45:46.735 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]()
14:45:46.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]()
14:45:46.737 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]()
14:45:46.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]()
14:45:46.739 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.739 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e852ee9a-2994-4bb4-a04b-60b0ae665279","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"}}}}}
14:45:46.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]()
14:45:46.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]()
14:45:46.742 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]()
14:45:46.744 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]()
14:45:46.744 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"fa50c616-f9c4-44c5-a412-52c2d4bd5876","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"}}}}}
14:45:46.747 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]()
14:45:46.747 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]()
14:45:46.747 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.748 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9943dec8-cebb-4626-8f4c-576ec6600422","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"}}}}}
14:45:46.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]()
14:45:46.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]()
14:45:46.751 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.751 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"2d850ffe-7445-4f45-9eee-6055504e6b3e","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"}}}}}
14:45:46.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]()
14:45:46.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]()
14:45:46.754 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.755 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"9d03a0a0-799f-46c3-842e-75da36b53e19","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"}
14:45:46.757 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]()
14:45:46.757 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]()
14:45:46.758 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.758 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"dfe895b3-384b-489a-97ed-cd52b29497af","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 }}"}}
14:45:46.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]()
14:45:46.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]()
14:45:46.761 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.762 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a2838e19-da36-4219-adec-27c85b349433","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"}}}}}
14:45:46.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]()
14:45:46.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]()
14:45:46.810 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.811 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6309e150-9a36-4348-a134-ce2506b2ce3d","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"}}}}}
14:45:46.814 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]()
14:45:46.814 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]()
14:45:46.815 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.816 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]()
14:45:46.816 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]()
14:45:46.816 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.817 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]()
14:45:46.818 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]()
14:45:46.818 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.819 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"bcc60948-ca14-47d7-8d9d-c25f43c7f523","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"}
14:45:46.821 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]()
14:45:46.822 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]()
14:45:46.822 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.823 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]()
14:45:46.823 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
14:45:46.824 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.825 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
14:45:46.825 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]()
14:45:46.825 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.826 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"4b57ba07-823c-4f72-85ed-7e4af89689e7","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"}
14:45:46.829 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]()
14:45:46.829 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]()
14:45:46.830 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.831 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"1b33ed89-e801-42f1-b745-14dbbf25d99e","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"}}}}}
14:45:46.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]()
14:45:46.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]()
14:45:46.838 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.838 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"50a4cec9-2413-4d07-8d71-0e43bc07cd93","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"}}}}}
14:45:46.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]()
14:45:46.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]()
14:45:46.840 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"70f67337-d041-4c56-a6ab-6a0623bbae07","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"}}}}}
14:45:46.843 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]()
14:45:46.843 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]()
14:45:46.844 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]()
14:45:46.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]()
14:45:46.845 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.846 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=497251b1-357e-4003-9226-cdb62ec3b04b
14:45:46.850 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]()
14:45:46.850 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]()
14:45:46.851 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"d85813c9-9b62-430a-8a76-e72a2e865d59","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"}}}}}
14:45:46.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]()
14:45:46.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]()
14:45:46.855 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"dbd66c48-d970-4e35-b294-f7134cafc552","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"}}}}}
14:45:46.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]()
14:45:46.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]()
14:45:46.858 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=316e8b69-3ac0-417e-b8b4-00cde95167cb
14:45:46.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3818a2d2-c49a-4e8b-95da-09605432f391
14:45:46.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=70b44392-734d-4402-b242-f22bc4868543
14:45:46.863 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]()
14:45:46.863 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]()
14:45:46.911 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.912 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"8467dc71-88db-49cf-93d3-d6f0d2407b1c","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"}}}}}
14:45:46.915 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]()
14:45:46.915 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]()
14:45:46.916 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"798cc4a5-f5ed-4336-ab2c-e1212ea1a556","version":2,"channel":"live","content-type":"application/json"},"path":"/"}
14:45:46.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]()
14:45:46.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]()
14:45:46.921 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.922 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"9ec77720-4357-4aa9-b212-f45987b003d5","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}}
14:45:46.926 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]()
14:45:46.926 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]()
14:45:46.927 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"13c1add2-6878-40e0-933e-4dfd77c386c5","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"}}}}}
14:45:46.931 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]()
14:45:46.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]()
14:45:46.933 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.934 [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":"21ea4163-5fd7-40d0-b1a3-d3dcc09b5d2e","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
14:45:46.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]()
14:45:46.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]()
14:45:46.938 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"cf24b11d-9152-4285-829d-eb6c900572b2","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"}}}}}
14:45:46.942 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]()
14:45:46.942 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]()
14:45:46.943 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.944 [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":"50c8f4fd-fa6e-4cff-b316-7dafbb7d3412","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"}}}}}
14:45:46.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]()
14:45:46.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]()
14:45:46.949 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"9afc56ca-8f98-428c-9e58-b1ff25852f0c","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
14:45:46.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]()
14:45:46.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
14:45:46.954 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
14:45:46.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]()
14:45:46.956 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:46.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f78ebfc8-51ed-44bf-9b6f-f3dea4ce0fd1
14:45:46.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=525e5268-ceec-4c51-9960-e2fb68172193
14:45:46.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0c3a9cc5-963e-4a83-95d0-01cb3c142dd4
14:45:47.962 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]()
14:45:47.962 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]()
14:45:47.963 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.963 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]()
14:45:47.964 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]()
14:45:47.965 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.965 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"32a4d2bf-409c-430a-a7a7-1af1de1f956c","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"}
14:45:47.971 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]()
14:45:47.971 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]()
14:45:47.972 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.973 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]()
14:45:47.973 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]()
14:45:47.974 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.975 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]()
14:45:47.975 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]()
14:45:47.976 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.976 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]()
14:45:47.977 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]()
14:45:47.977 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.978 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a23eaf8a-f8ed-40a7-9100-dc92b79d6f18","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"}}
14:45:47.981 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]()
14:45:47.981 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]()
14:45:47.982 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.982 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"e5afa1ba-a1a5-479d-a2fb-b7bdbd364b95","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}}
14:45:47.984 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]()
14:45:47.984 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]()
14:45:47.985 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:47.985 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"983cd330-3549-4db4-8b52-7cc35b120183","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"}
14:45:48.011 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]()
14:45:48.012 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]()
14:45:48.012 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]()
14:45:48.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]()
14:45:48.014 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.014 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]()
14:45:48.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]()
14:45:48.015 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"81ecfb39-bf80-4108-8cbe-82505dce1dd4","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"}}}}}
14:45:48.018 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]()
14:45:48.018 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]()
14:45:48.019 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=33812025-1308-4168-91ff-ac0e5a67512c
14:45:48.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3437c416-a1d2-41d2-99be-78e8538a26a7
14:45:48.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9697935e-be4c-42c3-acf8-019448c03e4e
14:45:48.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]()
14:45:48.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]()
14:45:48.023 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]()
14:45:48.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]()
14:45:48.024 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.025 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]()
14:45:48.025 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]()
14:45:48.025 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.026 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]()
14:45:48.026 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]()
14:45:48.027 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.027 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ab7fccc4-e00f-4c00-9c99-0bf9db692d50","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"}}}}}
14:45:48.029 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]()
14:45:48.030 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]()
14:45:48.030 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.031 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]()
14:45:48.032 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]()
14:45:48.032 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.033 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"8c004a1e-87ab-433d-8ac8-492e0b1595b8","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"}}}}}
14:45:48.035 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]()
14:45:48.035 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]()
14:45:48.036 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.036 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1b889803-12e7-4b1d-aaec-e548f3ebd97e","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"}}}}}
14:45:48.038 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]()
14:45:48.038 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]()
14:45:48.039 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.040 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"db5a9401-b4eb-43e1-b471-b6b61cc2ab96","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"}}}}}
14:45:48.041 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]()
14:45:48.042 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]()
14:45:48.042 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.043 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"e441372c-0b64-4154-9ffc-0524be307dc0","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"}
14:45:48.045 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]()
14:45:48.045 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]()
14:45:48.046 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.046 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"61421ffe-8cf4-4e09-ab35-fdfcefcb2026","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}}
14:45:48.048 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]()
14:45:48.048 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]()
14:45:48.049 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.050 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f3b5f4e1-7006-4c3a-b9d2-60cc28e6145b","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"}}}}}
14:45:48.051 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]()
14:45:48.051 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]()
14:45:48.052 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.053 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"df22fead-776a-458b-ac6b-ddcb4c350b6c","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"}}}}}
14:45:48.054 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]()
14:45:48.055 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]()
14:45:48.055 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.056 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]()
14:45:48.056 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]()
14:45:48.057 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.057 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]()
14:45:48.058 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]()
14:45:48.058 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.059 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"5e8d8c7b-2f3a-4b62-800a-e636489d78bc","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"}
14:45:48.111 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]()
14:45:48.111 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]()
14:45:48.112 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.112 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]()
14:45:48.113 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
14:45:48.113 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.114 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
14:45:48.114 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]()
14:45:48.115 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.115 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8fec0f70-2e30-4732-a3d4-2a39ba488822","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"}
14:45:48.117 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]()
14:45:48.117 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]()
14:45:48.118 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.119 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2905bee5-84a7-4c8a-a1a8-b0d3beaa979e","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"}}}}}
14:45:48.120 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]()
14:45:48.120 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]()
14:45:48.121 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.122 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"34e8a0fb-d2df-4189-abfb-c9fa7829cf1d","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"}}}}}
14:45:48.124 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]()
14:45:48.124 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]()
14:45:48.125 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.125 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"cd729815-c352-4442-8785-cb0dea7d8426","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"}}}}}
14:45:48.127 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]()
14:45:48.127 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]()
14:45:48.128 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.129 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]()
14:45:48.129 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]()
14:45:48.130 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.130 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b5c7db42-9919-4de3-89bc-dbb214bce672
14:45:48.130 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=16639716-6e38-408a-a436-688ddb28f120
14:45:48.130 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9314012f-c2fa-41fe-919a-bc938cf18cf5
14:45:48.133 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]()
14:45:48.135 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified()
14:45:48.136 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.137 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5e4d893a-e9eb-4a0d-ac65-aa71b61eaf17
14:45:48.140 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:5dccb43a-638b-4689-9584-654d7a53ea47, 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:5dccb43a-638b-4689-9584-654d7a53ea47}]], 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]]
14:45:48.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified()
14:45:48.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted()
14:45:48.150 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.151 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0d690b9a-2fc1-4b75-9706-ed2d69e745b1
14:45:48.154 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:d82538c6-b011-4557-bcf6-970cb1a38f48, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2024-01-26T14:45:48.151692Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:d82538c6-b011-4557-bcf6-970cb1a38f48}]], feature=null], thing=null]
14:45:48.155 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted()
14:45:48.155 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified()
14:45:48.156 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9cbf024b-dd94-4004-9eba-b3f2e348b2ce
14:45:48.165 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:23ce0c93-e1f0-40f5-b419-c2e0eedb4eb8, action=UPDATED, path=/, value="lux", revision=1, timestamp=2024-01-26T14:45:48.160445Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:23ce0c93-e1f0-40f5-b419-c2e0eedb4eb8}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]]
14:45:48.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified()
14:45:48.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated()
14:45:48.211 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.212 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e5930ae1-87a0-4f93-8e64-d909e2b68d56
14:45:48.219 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:969f34f1-dc40-48a2-86f3-38f4f29b0924, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2024-01-26T14:45:48.212981Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:969f34f1-dc40-48a2-86f3-38f4f29b0924}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]]
14:45:48.221 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated()
14:45:48.221 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated()
14:45:48.222 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.222 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1396dae2-092f-4bf5-8cad-e65f7db337c3
14:45:48.224 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4e5843d8-4510-4559-9292-a6c63e85288a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4e5843d8-4510-4559-9292-a6c63e85288a"}, 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:4e5843d8-4510-4559-9292-a6c63e85288a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4e5843d8-4510-4559-9292-a6c63e85288a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.225 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated()
14:45:48.225 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated()
14:45:48.226 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.226 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8c80b15b-0f2c-4499-b908-f94b4a9585d1
14:45:48.229 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:69db41ed-595f-4444-8c10-7690125c28d0, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-26T14:45:48.227766Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:69db41ed-595f-4444-8c10-7690125c28d0}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]]
14:45:48.229 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:69db41ed-595f-4444-8c10-7690125c28d0, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2024-01-26T14:45:48.227766Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:69db41ed-595f-4444-8c10-7690125c28d0}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]]
14:45:48.231 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated()
14:45:48.231 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted()
14:45:48.232 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.233 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=67ddf95a-2eee-49c1-ba9b-f39614b1b978
14:45:48.235 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:ed3614dd-f27c-4b55-a9a4-cadce7b19f33, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:ed3614dd-f27c-4b55-a9a4-cadce7b19f33}]], thing=null]
14:45:48.236 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted()
14:45:48.236 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified()
14:45:48.237 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.237 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=05e00701-0241-4f96-ae7d-74c26582f54e
14:45:48.244 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:2247600e-c2d7-4137-aafc-8af574754662, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2024-01-26T14:45:48.238093Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:2247600e-c2d7-4137-aafc-8af574754662}]]
14:45:48.246 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified()
14:45:48.246 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment()
14:45:48.247 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.248 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f475609d-bdb3-42f1-b22f-3ca1db65caf3
14:45:48.250 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:c5da9094-23a4-4d88-84ae-ee96f71019d7, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:c5da9094-23a4-4d88-84ae-ee96f71019d7"}, 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:c5da9094-23a4-4d88-84ae-ee96f71019d7}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:c5da9094-23a4-4d88-84ae-ee96f71019d7, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.251 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment()
14:45:48.252 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange()
14:45:48.252 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.253 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1419601a-c8e8-4097-a2aa-60cf078d3d3e
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.255 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b"}, 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:4a029caf-e349-485b-8b3b-4d230fea329b}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:4a029caf-e349-485b-8b3b-4d230fea329b, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.256 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange()
14:45:48.256 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified()
14:45:48.257 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.258 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d199ef3-f49b-47a7-93db-cf0db4df7342
14:45:48.260 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:137a11d7-5dbd-499d-bafc-272b49d528bf, 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:137a11d7-5dbd-499d-bafc-272b49d528bf}]], 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]]
14:45:48.262 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified()
14:45:48.262 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated()
14:45:48.262 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.263 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9b9fff75-a397-4743-97c1-09b60dc5c7ad
14:45:48.265 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:6bada115-efb0-47dd-8ca2-8f686ae3f2f1, 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:6bada115-efb0-47dd-8ca2-8f686ae3f2f1}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:6bada115-efb0-47dd-8ca2-8f686ae3f2f1, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
14:45:48.310 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated()
14:45:48.312 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run()
14:45:48.313 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.313 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"893ff4bc-1a97-4373-abd3-c5ee856c6975"},"path":"/","value":{}}
14:45:48.315 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"2922a375-1926-4ead-9de2-4ca9b2c50548","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}}
14:45:48.316 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"728a8556-d689-4b69-a48f-1d851fdc3609","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}}
14:45:48.316 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"68e9240c-4e6c-4582-ab31-5f1b1c462402","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}}
14:45:48.317 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run()
14:45:48.321 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement()
14:45:48.323 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.323 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e268ab73-fa43-429b-a631-566a9861f300
14:45:48.328 [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}
14:45:48.328 [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}
14:45:48.328 [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}
14:45:48.331 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement()
14:45:48.331 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement()
14:45:48.332 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e0854be9-9d3e-4081-89bc-7a4013346c01
14:45:48.335 [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}
14:45:48.335 [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}
14:45:48.335 [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}
14:45:48.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement()
14:45:48.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement()
14:45:48.338 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f827ad9e-7854-4a6e-b8b9-e55ffd2501c4
14:45:48.342 [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}
14:45:48.342 [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}
14:45:48.342 [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}
14:45:48.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement()
14:45:48.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations()
14:45:48.344 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.345 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success
14:45:48.345 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b9e1c2af-e575-445e-8ccb-d89b662c6e3e
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7a17eee6-821f-43a9-a64f-7a1639ab3e0c
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=48827dfc-9927-4e21-a6e7-84a7ff6d348e
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2f956d36-df03-4d0f-ac94-705fe4b7bd7f
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c4013b78-b0d0-406c-9d9a-4b9840de6ee4
14:45:48.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fc830bb2-df43-405a-a94f-29efae44e989
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3c5b6645-fa9a-4686-a6da-a29f24113377
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=200b718a-f09a-4265-a804-f4e66c025d00
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7c218052-dad2-465a-b1b6-c94e9b43aa50
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=57002d73-2e9e-4921-8515-f628acadfefd
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=aac5150f-f552-48f3-a2f0-d4c0e29f1f3f
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=92c68538-ce95-4407-8656-a27bc92cef4b
14:45:48.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=83652780-db09-48a6-baee-411b9ddbfab7
14:45:48.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d71ff850-40cd-405f-b036-6fcf609a526e
14:45:48.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure
14:45:48.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=808a6b73-79ae-4175-b1ce-d90771ecea57
14:45:48.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7497366d-d232-4926-9406-8773020fe0a6
14:45:48.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b2af8c35-c21c-42d3-b8fd-32e045557a28
14:45:48.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success
14:45:48.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fdd0f74e-d35e-4e3e-aa52-631370b18299
14:45:48.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bad70aa9-c961-466f-b0fc-1d0707f5951c
14:45:48.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=44270ba5-a602-4c05-a5ab-5e60cb32a469
14:45:48.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b99f281d-4fdc-4790-88d6-8b361f28d7e1
14:45:48.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure
14:45:48.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f5f216e6-409a-43c1-985f-26af12a3c081
14:45:48.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=80184cae-2642-46d9-a41d-17533e1c7da4
14:45:48.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=db4e81f6-1656-41b6-8b65-c9350843b612
14:45:48.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d15e3d11-deb0-4540-89ba-796566231d9b
14:45:48.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure
14:45:48.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2a9d3131-52a5-4b5d-a655-117783ccbd70
14:45:48.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a1f21dbe-1d4b-43b8-afd2-4b66479ea7d1
14:45:48.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success
14:45:48.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9a22235b-9dc9-4304-9c69-ac5ec787c63e
14:45:48.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9df973da-c5e6-4c09-bd51-4695e4c7ece3
14:45:48.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=08b1db2c-f149-40f1-930c-9728abbc8e32
14:45:48.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success
14:45:48.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7b3e9c20-d6f7-4122-8a6f-c751821c7509
14:45:48.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4b06749-aac4-4c14-83ad-1245e2ce5d38
14:45:48.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a1ca219b-f223-429b-b176-d67810575456
14:45:48.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d4caea81-a7b2-4322-bb5d-7e00812c083a
14:45:48.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure
14:45:48.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2608ca06-b59b-42f7-8848-24245f57a40f
14:45:48.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=be1d12da-b7c5-44da-bb29-d593d5dbe42a
14:45:48.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec87af60-8965-4826-ac75-d65d6b8e4afb
14:45:48.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3e865af9-9390-44a5-b70f-b57f04be13e1
14:45:48.366 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure
14:45:48.366 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9d1bba82-4aa7-481a-9142-3df769f026ca
14:45:48.366 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a4715dd8-666b-4cde-972a-185cf2c28188
14:45:48.411 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8a530466-69ea-4f5c-9a88-a7995dc780c7
14:45:48.412 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success
14:45:48.412 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5c57bf1d-3c84-49f0-82af-1169f0fc1a43
14:45:48.412 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5861c55a-e3b3-4060-8703-df90e49f663f
14:45:48.413 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6aa28438-5357-4330-bb01-008625a4662c
14:45:48.414 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=034d5933-cfc2-47b5-8eaf-1153c4489a71
14:45:48.415 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure
14:45:48.415 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4e58ee5c-f6ab-4e7d-8312-b0f2c5d98ee1
14:45:48.415 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ab077f5b-2077-49a9-832c-ccab2e1dbf0f
14:45:48.416 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=675ee207-87ef-4202-b6e8-fbed117ff0f5
14:45:48.417 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f378f96a-8a4d-4e97-a6b8-43d5ad935c1f
14:45:48.418 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure
14:45:48.418 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2674d23e-9351-4993-806a-3ba71d908154
14:45:48.419 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success
14:45:48.419 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9e1792e3-a96c-401a-8cb6-81e500b76cec
14:45:48.420 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5c992af2-b9e8-4063-8826-e80cc5034c56
14:45:48.420 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success
14:45:48.420 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=83929ddb-7ff2-4433-b0e6-1368ed69631e
14:45:48.422 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=94bea43f-cd6a-4ada-8dc7-201d23475c69
14:45:48.422 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a6ddbe9d-2eb5-46ac-838a-ef71b81d9e74
14:45:48.422 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success
14:45:48.422 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cf09f057-9138-4b66-a279-6415e578189c
14:45:48.423 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=091e62ef-f098-4a18-871d-cf7f2682a873
14:45:48.424 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6f5c7335-0979-47f1-bb7f-f9ae320ced34
14:45:48.424 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c6f60d77-f4c1-4683-82fb-3e1d80aded17
14:45:48.424 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure
14:45:48.424 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7511fc29-4c1e-4c87-b471-ac4b74ed12f8
14:45:48.425 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2fbf13c3-23b9-4381-bbb6-3d0db5bd1d48
14:45:48.425 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a725a7cd-b25b-472c-969f-6393d43d51e7
14:45:48.425 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=62ce8c5e-d55f-41d8-b79a-1d1f6bf1eaea
14:45:48.426 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure
14:45:48.426 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f88792d6-fa4e-4713-8f22-b2d47d68d77f
14:45:48.427 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e60e5da8-abc4-4dc1-8ba9-4cb91d2809ce
14:45:48.428 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=733b1a3a-a518-48bc-b7a9-155f145d1fc7
14:45:48.429 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success
14:45:48.429 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2d4ccf81-6cdd-49a3-b868-18b5d3211b05
14:45:48.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=199b484f-a253-4949-817b-1e5a7d44313c
14:45:48.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=df1fc104-adeb-4c6e-8c28-933b12277cfc
14:45:48.431 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=be0e1e8a-9954-46e4-8352-1ba00508d321
14:45:48.431 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure
14:45:48.431 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5b3f8668-973a-41c9-bdb2-816fd98a2044
14:45:48.432 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6017f7f4-77c6-4ff7-9d4a-15beb0665351
14:45:48.432 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e5e1db51-37be-4bd2-92b5-5ea56c67ce34
14:45:48.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dabe5df3-153e-40a6-b9c1-32ea91061b0d
14:45:48.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure
14:45:48.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=78637794-1b6f-4e30-9d2e-a63d80d1bd76
14:45:48.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=60f2ab4e-acd0-4843-8dbc-d0ecce9f46a4
14:45:48.439 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success
14:45:48.439 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7b3e562d-b420-4cb6-a6cb-b13da80665f3
14:45:48.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=af9f6e94-3648-43e4-a2e7-b053990e9587
14:45:48.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=236ab994-8b50-4428-bfb3-ab1d56580622
14:45:48.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success
14:45:48.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=219483df-bbd0-4e73-afab-731af43f635b
14:45:48.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=634eef32-4b02-420d-b2f0-dd531c03340b
14:45:48.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=cc21aa8c-7671-45b3-8186-ff9dbc7fdfe9
14:45:48.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ea3cff1c-3b08-4d4e-a176-c0efdb3b0ead
14:45:48.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure
14:45:48.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0f3f33bd-fc80-4ba8-9246-951ee1977d2e
14:45:48.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d6120b7e-46f1-40df-bead-a7826083f687
14:45:48.443 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d0b608da-ace2-416f-b1b0-6406d2d23162
14:45:48.443 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=46414904-dd72-4693-bd8c-48639a7d1bd0
14:45:48.444 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure
14:45:48.444 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=31940d71-d333-4161-82ca-03c98740af37
14:45:48.444 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=61bd74c3-5eda-4ae5-bbb8-518d77256abc
14:45:48.445 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a3d9df11-d2ae-40e0-a125-c8b5cd799c5c
14:45:48.446 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success
14:45:48.446 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=0c24e7d3-aecf-4f49-a608-4fa67a7ad065
14:45:48.447 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1f26c39e-255d-4aac-957d-5d1d3b5283b9
14:45:48.447 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2a5f95c7-7e2b-4b5c-aa18-61c125fbacd7
14:45:48.448 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fec02f1f-d76b-43fa-82a8-16adfb35bcb6
14:45:48.448 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure
14:45:48.448 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=82e60aad-a22f-4c57-a9f1-65811ff77835
14:45:48.449 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5ea94805-4a18-44fa-84be-52290a0f6c31
14:45:48.449 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6d1fb10e-7ac7-4fe6-9bee-330a9304b818
14:45:48.450 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4ad2171c-2223-4b18-a812-e0be84915b34
14:45:48.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations()
14:45:48.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails()
14:45:48.454 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.454 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=684b14c2-7784-4edc-9fb0-0f452ce4cf1e
14:45:48.455 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails()
14:45:48.570 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing()
14:45:48.610 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.611 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6bb8b4c3-de95-4588-8e4c-610353578965
14:45:48.611 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=faf400ac-106c-4cd3-aef8-f878ff67cce3
14:45:48.611 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=37bfc54d-6371-4d4e-b566-55f4e417c266
14:45:48.617 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"bc77faa1-0b8d-4600-9088-91a4e46e65d5","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}
14:45:48.618 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"bc77faa1-0b8d-4600-9088-91a4e46e65d5","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-26T14:45:48.617466Z"}
14:45:48.620 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing()
14:45:48.620 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse()
14:45:48.621 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.639 [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":"74975421-1d01-4e5a-b60c-6f3f062dcdf3","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"}
14:45:48.644 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse()
14:45:48.644 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement()
14:45:48.645 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cd230d7a-bc6f-4f28-b3ac-899995b2fad0
14:45:48.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9771020f-01e7-422b-b118-bdd6c9e285d0
14:45:48.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e67b9f7c-265f-403d-8939-de6a659b4b69
14:45:48.648 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"73ea62cc-d883-4567-92de-1b062b5566f5","channel":"live","response-required":false},"path":"/","status":100}
14:45:48.648 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"73ea62cc-d883-4567-92de-1b062b5566f5","channel":"live","response-required":false},"path":"/","status":301}
14:45:48.649 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"73ea62cc-d883-4567-92de-1b062b5566f5","channel":"live","response-required":false},"path":"/","status":403}
14:45:48.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement()
14:45:48.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage()
14:45:48.651 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.654 [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":"89a29519-f08a-4975-9f98-baf0c1c05b1e","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"}
14:45:48.663 [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":"cfecd2ef-1748-4b92-9658-e0b268eaa64b","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"}
14:45:48.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage()
14:45:48.667 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature()
14:45:48.667 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.711 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=73c94028-9bd7-46c5-b4df-edf832ccc1b5
14:45:48.711 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3b9b3917-34b6-4916-96ff-fa05f3772aa0
14:45:48.711 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cb734bbf-9eea-42d0-8977-3fc72de3bb04
14:45:48.716 [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":"4ad905d2-1f3e-4816-84fa-3f2e6313905b","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
14:45:48.718 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature()
14:45:48.718 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage()
14:45:48.719 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.720 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6583706d-64f6-4592-9144-ff2b7d41ed1a
14:45:48.720 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=84b2e382-257f-4a4d-9855-49e7d17beabf
14:45:48.720 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=08322046-ab79-48cd-a3f1-90c6c197c334
14:45:48.723 [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":"416481bb-6055-4488-8150-054d99b7c179","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402}
14:45:48.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage()
14:45:48.728 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent()
14:45:48.728 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.729 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"f6d66d5a-4937-4963-9076-0bacbec38386","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.728945Z"}
14:45:48.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent()
14:45:48.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements()
14:45:48.730 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.732 [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":"55cbaf4f-8a3b-490a-8abf-cf2ed266f9cb"},"path":"/outbox/messages/request","value":"payload"}
14:45:48.735 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements()
14:45:48.735 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing()
14:45:48.736 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fbfd8c41-4cc2-4d52-943c-8696fda0f804
14:45:48.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f832d1ba-e7e0-447b-9471-79b24f206263
14:45:48.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=da9b0df8-8813-4604-91b4-969f654c8ca2
14:45:48.738 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"aa61029f-c16f-4bf5-aa48-26b62dbb80ba","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}
14:45:48.738 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"aa61029f-c16f-4bf5-aa48-26b62dbb80ba","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-26T14:45:48.738030Z"}
14:45:48.739 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing()
14:45:48.739 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements()
14:45:48.740 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.741 [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":"203c2bd8-6845-4bf3-97ee-b1bb3b3fbd69"},"path":"/outbox/messages/request","value":"payload"}
14:45:48.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements()
14:45:48.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing()
14:45:48.744 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2170e150-d045-418a-a8ea-d2355ac22f9a
14:45:48.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f011fe2e-d15e-410e-a62f-2fc638944bdd
14:45:48.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=42c49370-4901-4807-89b7-d8f95fadc5c6
14:45:48.747 [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":"4dbf855d-aa20-4140-b8c3-df3953cb6bd9","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402}
14:45:48.748 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing()
14:45:48.748 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage()
14:45:48.749 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0d85e6a3-b231-4bf6-b983-1340eac0f4b1
14:45:48.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2f09d153-6a7f-44d7-a398-9610f774adcc
14:45:48.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3a1caeb7-cd16-4369-9bf0-466a6423952f
14:45:48.752 [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":"8c2c09f7-7303-4606-8525-c14ba67a0677","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
14:45:48.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage()
14:45:48.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature()
14:45:48.754 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7b48c40c-c68b-4bb8-b424-b1c57c39252f
14:45:48.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d8ee98de-e872-4889-9f32-8bfb8405ec47
14:45:48.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a35af230-0e46-4732-8472-8d5eda83b1e2
14:45:48.756 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"32406b48-b22c-4f8e-a570-89b857232626","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
14:45:48.756 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"32406b48-b22c-4f8e-a570-89b857232626","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.756210Z"}
14:45:48.758 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature()
14:45:48.758 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature()
14:45:48.758 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.759 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=776e1764-8111-41ac-ae7c-115e09f4ea46
14:45:48.759 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d30c0af6-4e61-464a-8f51-15d7e5513473
14:45:48.759 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=93dded12-e1d5-481b-b9d8-96ce6e0236b6
14:45:48.760 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"4a0bbe4a-e058-439c-8582-53e361bc00de","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
14:45:48.760 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"4a0bbe4a-e058-439c-8582-53e361bc00de","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.759991Z"}
14:45:48.761 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature()
14:45:48.761 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage()
14:45:48.761 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.763 [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":"978c971d-9f0c-46c8-8d88-9536b44250b5","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"}
14:45:48.765 [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":"d752f42c-a2dc-41bd-a006-5517f09aa0d8","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"}
14:45:48.767 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage()
14:45:48.767 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement()
14:45:48.772 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.772 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9262d3d4-25ee-42a3-854f-569ccbaf22fb
14:45:48.772 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=15bd1477-4f99-4018-80f2-dfb57bcfab00
14:45:48.772 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=efa621d8-7013-4621-b30d-568b206cbd1a
14:45:48.812 [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}
14:45:48.812 [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}
14:45:48.812 [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}
14:45:48.813 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement()
14:45:48.813 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent()
14:45:48.814 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.815 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"7054be74-b3ba-472d-8f97-e1de998b423f","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.814861Z"}
14:45:48.816 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent()
14:45:48.816 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent()
14:45:48.816 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.817 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"76d2cb63-bf0b-4c49-a427-459ec21f55d2","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.817318Z"}
14:45:48.818 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent()
14:45:48.818 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement()
14:45:48.819 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.819 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b2c8e5f0-0027-474a-a1df-361c8d8a1be0
14:45:48.819 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1cb22770-82e7-41f9-b7ed-e108247b81d9
14:45:48.819 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3a20ea61-bef6-4240-b765-f0eb1bd2b897
14:45:48.822 [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}
14:45:48.822 [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}
14:45:48.822 [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}
14:45:48.823 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement()
14:45:48.823 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage()
14:45:48.824 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.825 [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":"c7851bfe-fe1d-4525-ae43-c0f61f3bb673","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"}
14:45:48.827 [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":"cf261581-4db2-4577-a2f4-77412dcb86d9","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"}
14:45:48.829 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage()
14:45:48.829 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing()
14:45:48.829 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.830 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aa14da54-0473-402b-bb2f-c5e2b8e548b2
14:45:48.830 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b022477a-06fe-4655-9f8d-02493a52bf66
14:45:48.830 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9d3ff448-4407-4245-bf78-374af3e03e84
14:45:48.833 [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":"099f4b37-7ae7-4ab2-8920-591439bf3f89","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
14:45:48.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing()
14:45:48.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage()
14:45:48.835 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c027aeeb-417d-4fa7-95c4-774ba95c4e30
14:45:48.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bbf9d9d1-adad-4c94-8702-3e9b005468c1
14:45:48.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7843071a-c981-4890-b750-e43d5324f620
14:45:48.838 [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":"14b9750b-0b90-4eeb-9104-e94b8ebe76c0","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
14:45:48.839 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage()
14:45:48.839 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest()
14:45:48.840 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest()
14:45:48.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement()
14:45:48.842 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.842 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=592cf900-ab76-484f-a9fa-980c80fdc9bd
14:45:48.842 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6ae4a1ed-c187-4340-b0d0-404fa5488c75
14:45:48.842 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=797d7238-7457-4145-8f5f-861f04de4c88
14:45:48.846 [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}
14:45:48.846 [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}
14:45:48.846 [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}
14:45:48.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement()
14:45:48.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing()
14:45:48.848 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5434d099-05ea-4007-8d7c-24563c050b25
14:45:48.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a6638d50-d038-4795-892b-c999ae57c067
14:45:48.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=68fbeb03-65f9-40ed-ae60-eb4588fb79d5
14:45:48.850 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"fb5a958a-5f3c-401e-af43-bd0dee363a6f","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
14:45:48.850 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"fb5a958a-5f3c-401e-af43-bd0dee363a6f","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2024-01-26T14:45:48.849949Z"}
14:45:48.851 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing()
14:45:48.851 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations()
14:45:48.852 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:48.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success
14:45:48.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eaec9b4a-c599-45dd-b357-c3bdac088603
14:45:48.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=46ca15e2-d54c-4c41-9140-5d0378d7e382
14:45:48.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=715774b2-01bd-46a0-89f7-cf744ca039d4
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=69cddab1-a19c-4447-9ff0-323e19e23a8c
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=09ee5b9d-9e58-4565-8a56-b27bb8b97845
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=73550d79-b8d3-42a7-995c-5aecdb97349a
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=38fbe0b1-35e6-4dbb-885c-3436cbe4b0ed
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=afd49171-6db8-4627-8af4-2edcd4c5e8ff
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7424f0a8-0a6a-4b3b-8168-98dc113733da
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e40f131e-99dc-4923-80d4-acdca68b77f1
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=95b40997-9d26-4841-8455-8df9bea540c2
14:45:48.853 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=92b063b7-97bf-4e10-a492-f7a102c810ca
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=dd1d40df-62cb-458a-9d66-60140d360da3
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=efd30741-0ebf-4969-8efa-49a6db9275cd
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=29e0519b-6801-47ef-8176-8e55172cd425
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6496721b-600e-472f-bd15-d8710c02ba6e
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=16f44b27-fcfb-426d-8b54-5a7bc8bf1648
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=397faa47-ec8c-40c8-b5dd-220a578cfbb9
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fef27adf-9979-4044-8217-de3f4b565ea4
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=69a28510-0851-4428-a090-015a2a754a2a
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f81d1312-3030-4ba4-9a13-d59fbce0311a
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0e016441-7520-41d2-b4d1-a7c14ef381cf
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=79d07281-6743-450c-851a-30151064ff71
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=45458d47-dccc-43e7-82f1-e1988a6b4d44
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=df914a46-6b18-4202-85a6-2f0ae86cf9f9
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=25379a98-39ab-4b9a-9dcd-775cd28a988f
14:45:48.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=70ab48c8-f45e-48e2-9e2f-300cfd1f81af
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b9d7d7b1-45b9-4b08-9547-da7d8bf796d2
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f6157ecc-a0d5-4d40-b66d-501488eb98ff
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8dd15528-6a3f-4a6b-8cdb-a207b1ce885b
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3a30e94e-14d3-42f5-9f00-93f2ba930c08
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e65f11ee-b002-4b96-9e38-4353d490ee87
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=52d6b4dc-434f-4261-97a2-b00ad3ac8b40
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8b9d565c-6642-40dc-ae8b-37a35e977d60
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bb1c22d9-922d-4a3f-91d3-40b6f134e7b7
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c61c7cd3-0e75-40b0-adbd-7af5879407ea
14:45:48.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=724bd40f-b4de-4f12-b7b6-e4c2ef79992c
14:45:48.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=50a4c4a6-30c0-4372-bbcc-a98ed06f10c0
14:45:48.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e2ba63b1-0715-492f-90e6-263f6a346709
14:45:48.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=21cbf18f-e440-4dd8-9216-7db0078a834a
14:45:48.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8afaabf5-e24c-451d-986e-fddf350054d3
14:45:48.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8d620483-74a6-4725-8ad5-42ab1943a4a6
14:45:48.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f059e99c-70a5-4f8f-9dd7-74a9ac20f03b
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5946c8c2-ff10-493e-a1cb-5f4d6c000694
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac8fc75c-5b24-4d17-8057-ca2134f72361
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=53e40737-b9cb-478d-9874-21ed4caf3425
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d984b0ce-b9c5-4f51-bbff-2e3ed2b25c1a
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=dfeac0ea-3552-4231-ae99-196022ee8a60
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0552803b-0e8a-451b-893e-cbe14a636289
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=610256c8-a733-4c61-98c9-9685283cc1d3
14:45:48.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6d2d9beb-0f40-4b50-a3bc-a5fcfa25ec9a
14:45:48.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c59bd5a6-5ba0-45de-aebd-7bb49ae19ebe
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0e40db2a-1383-44b7-97ec-26ef6d06fd5b
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5f440a86-ba22-4863-beab-e58181c5a0f9
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bf1e0b6f-1020-4e65-ad8f-da04e50df8b3
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c34d386e-a3bf-48b2-aa21-3d5cf7d28fd1
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9faf4d60-d3e0-4c63-9df3-b3864f03d2a0
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=090daac1-1907-4d0b-b2e0-cc0d312881a1
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=be3c593c-294f-4d5a-82b1-c68cc54185b4
14:45:48.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=815d47b2-691e-4091-a0e4-59e731bd4d09
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9f77f9b-1684-44f8-ab23-f5bb5c3d8b46
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=04f7724b-8e3b-4a18-aab2-14bf48950f33
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9b4d60cf-6b8f-45a2-b92c-a03f80a3888e
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f0e262c0-b4d1-423d-9c33-36a42af4a313
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a7970b8-40aa-4d00-9613-44797133f892
14:45:48.913 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3ef1096e-232c-405d-ad70-08d59ae85bb1
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=02f4b7db-02f7-42d7-b1ba-610ed5757df1
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=81f781ca-0dba-4e24-917f-8db22e5c939d
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ac448d60-401f-49e6-952f-17560e43b04c
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ddcf57b3-9197-4ab5-a165-7286fbdcfb07
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=827db2f9-fbc4-4862-8b6e-09069aa1743d
14:45:48.914 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d6eef2c5-a3b7-4452-b2b4-7cb276e9edd7
14:45:48.916 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d1a5fe70-ff28-4bbe-be88-e45e3ec2e671
14:45:48.916 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c3fbe814-38f3-4daf-9b9a-6a06ca314984
14:45:48.916 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=486973f1-0be9-4c11-9aef-832898e93cc1
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=766f3a89-8161-4ebc-be4e-b770404697e4
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=878650d9-5849-4f79-870f-c50f67830859
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ece36962-c0bb-4490-a7b0-b1b75d6b6afa
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f9d6e9a4-6c20-4cae-809e-f398ac6f7292
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dbef2f0c-b8ce-40d8-b113-b112c24d0878
14:45:48.917 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=94b86d83-0425-4662-ab4a-4882e7df95fa
14:45:48.918 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success
14:45:48.918 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d1842df2-00f1-4579-a617-3bedd396f19a
14:45:48.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0e0f0db9-259f-4f5e-aa80-bc90ddad7cae
14:45:48.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d4afcb11-84d3-4742-b28d-304fa9ec70a2
14:45:48.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b19b2d24-24b1-4b32-bb88-e7b2e2355223
14:45:48.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fe9dd17a-694f-4fad-8ed5-7b874e3d8abd
14:45:48.919 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9a52894b-3147-45dd-8182-a17c51ea7a26
14:45:48.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=620bcd5f-576d-440d-9919-b3e9efde4f73
14:45:48.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=35812ba2-6a53-49cc-93b3-165fd546d903
14:45:48.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1027a760-a385-428e-926f-82e270c58b47
14:45:48.920 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1ffd66ba-c342-4c47-a6c6-579b6e62284a
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=70adaa56-cd3a-4004-90a9-65cd9580a042
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=65f9ed11-badf-45c7-8fcd-74a1bca115d0
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3f27cc3f-b005-4ce6-bd6f-b8ef985675e2
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bb81e4c5-515f-44c3-a83c-65b160ccc430
14:45:48.921 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=96754e08-220d-472a-8074-2747db743d11
14:45:48.922 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7d860fc1-4eec-4575-8666-7515258e8e2e
14:45:48.922 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=57183f24-5146-4ae5-bead-f8566d4ea34a
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=00159386-9619-43ed-b19a-c77d5f265eb0
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f3d608a7-03c4-4c5a-8055-fb1181646fa5
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=44597687-83c4-409d-b91b-8139f2b4d4b7
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d30af47c-75ea-44a1-87b4-c76f3e4940f0
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=28ccf3e9-6d51-45a2-840e-7a5064248389
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=16bec4f9-5c03-4993-a491-992814091cb1
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=01f9d7a1-54d4-43ff-a8a3-b2a3bf6d38b3
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=50d0e923-b49e-4c97-9aec-014f22364e02
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2a55f15b-3d0d-4805-a082-98afcfbd9b2a
14:45:48.923 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e36dc39f-9457-4eb4-986b-d32896d71c66
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=85eb594e-115d-4f1a-bfd1-f25478705a18
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=236f7ff1-a130-4264-a614-6b7cf90bf270
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=61d5bb90-492a-4c4a-bb3e-554dacff5165
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f7322d9c-e4cf-4014-9325-683b9c61fb44
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d3ac9870-c77f-45a8-9421-dccb4f4b7e0b
14:45:48.925 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e227a589-4cff-4c7a-975b-4f610b40b094
14:45:48.926 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure
14:45:48.926 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=82936e9f-a48c-4f90-8dc0-76353b375526
14:45:48.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9d0fe41e-3217-4721-b840-ebb499591679
14:45:48.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=220944bc-c99f-4ddb-bfdc-df182a81b503
14:45:48.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a194dd0d-a735-47ff-9279-68d1903b3505
14:45:48.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3aa457ec-e2f8-43eb-9972-95a98357f148
14:45:48.927 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fb963dbd-4a57-4169-b4c0-d5f06b1437bd
14:45:48.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7490b737-4b1a-4aa6-99df-4c6c628e07da
14:45:48.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2195fbf3-1967-4053-8cdb-3048e9e7c562
14:45:48.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=956cadda-300e-4d1a-a35d-ffeb324435fa
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a56d891b-2006-4f13-a74b-b86277b3643f
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c63c6dab-aa09-4251-bfde-40088aaf8c09
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a5e34f04-24fd-4dc4-b99f-5e6d507a6f57
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=aef43552-e286-4b1c-9046-52cc572ed80e
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8f9f0123-5214-4c8e-ba85-63602ef1a903
14:45:48.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60a688c5-4916-4914-91fe-63bd8e5565f5
14:45:48.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=733f9090-6bd6-4caf-9f5a-5a14e32693d2
14:45:48.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=21b7cd60-8d13-4e2d-8d99-5f5327d1de39
14:45:48.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9545c093-3095-43a6-88e8-2c9dbaa29969
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3699ebe-805e-4357-8351-3439fbe0e8a6
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=80c5bb20-529e-404f-ab4b-94f399959e11
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8678d141-0518-4e05-8f38-05c445c00125
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=abc95e5c-44d3-446b-be1b-622fe1041221
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ad200171-4cd3-4b53-88ba-0d8bf5a6d11f
14:45:48.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=37d5a852-5eb6-42f5-81cd-829e020ea647
14:45:48.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4f27280c-56d5-45f1-b2fb-65f4bda6ae90
14:45:48.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4e40e0b0-b301-49dd-b2ff-99f4b4ceeed5
14:45:48.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=127aea88-845b-47ca-987c-4b688bd419d5
14:45:48.938 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c5ec5c6f-02de-4b69-b86f-0455f8450c5e
14:45:48.938 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6a3ea9eb-8620-4f4e-9ddf-dd077e4ca075
14:45:48.938 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6a528c8e-8d62-4717-9f94-baab0d5cc641
14:45:48.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f88c0a40-06ce-4d28-b00b-423a34521b45
14:45:48.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c7222df2-6cad-4598-a9d1-a76c8bf351f9
14:45:48.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=10f089b4-8e70-4e05-bbc7-c8902cb41e38
14:45:48.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure
14:45:48.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=becc59d3-3ba8-435d-8792-6170e5f989d2
14:45:48.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5ad139e8-d1e7-4f39-b002-ad85f590eeac
14:45:48.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d23078d7-53fc-4b27-8bb8-30699deccaaa
14:45:48.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success
14:45:48.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f2498388-a24f-4617-afe0-5e012eba5da2
14:45:48.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0689feda-9d45-4a84-a0b6-ce86a9c1379e
14:45:48.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9323c9c3-0734-4b8a-86c6-902e1f41d991
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5e6586ba-c805-41ff-b82b-1d23b1e2a5aa
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bc528e2b-6c61-4e70-a6e6-9b1cadfece28
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e23c7ba9-b90a-4652-95e2-4ab198d40e9b
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d41131b0-dde9-40a5-b6c7-1e4517cf13c2
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=249e4940-5452-48bc-a61e-ceaf941ab666
14:45:48.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ddb8c8c6-1573-482a-986b-468244890de2
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6ca5e887-f4b9-45ca-a0d5-b870378022a4
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=30aecf6c-6e06-4464-8e40-3cd4f6eb799b
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5408e303-d3f1-4d68-8f8c-531f79987a5c
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b5da497b-edd0-4bae-a245-568121be5c4f
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0c3fefa4-669a-469d-82a6-d856ded456d7
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ed389f93-5029-4f79-a2c0-fa12df0c40bd
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=46a8f168-77c4-4440-bd59-0897f2610200
14:45:48.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d6594d74-ad90-4ddb-84c5-e99cc086ad95
14:45:48.945 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=64d46aa1-4bfc-49fc-9608-a77dfab370f4
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=361ffd77-1712-45b4-9e00-06f5bac43968
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=af1ee851-bafa-4e78-962e-e5a7ff4949df
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f443e182-3b67-4a1c-94ac-10df52503d52
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=12ad4814-9751-4f0e-9575-568f5c78177c
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0af4d5eb-3289-485f-9733-268c2527bb71
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c8e5c95b-a3d4-49f8-9cf9-eb213714f676
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ccf182bc-a9b0-4795-b684-81d63b3361e5
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=15e951ee-8a35-450a-afd1-5ab7e116f0ac
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e9bf3a4b-1fb3-4bfe-a4da-ee81478e0d4f
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7380c261-94a6-4402-bc28-a4181e5864c4
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dd3e6456-ef5d-4805-b669-0bc55645e54f
14:45:48.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b7fb2c8-b295-4d6d-91a0-7a2c3da5fe86
14:45:48.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b36eedc7-8d8e-4b30-b879-3afbae0139ad
14:45:48.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=19e5c4f4-3deb-453c-8d43-22fde2ab0464
14:45:48.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a38aee75-1dde-4ce4-a632-ca07fdc61df4
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8742c1de-ac12-4827-ade2-354b4d8f8046
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8936bf34-0df9-4ffe-887e-68727300ce51
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=32854ab6-98c3-4c85-b8b0-86c682044ad6
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b83b35e3-b412-458c-a2af-e88ca0496f25
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b0d0622a-6a4b-460d-b77a-f92767dd94e7
14:45:48.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=55f7d4d0-071b-4685-aa82-cb54a458596d
14:45:48.949 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure
14:45:48.949 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=84442f4a-9cb8-4ef0-aa75-0c0a8bfe7c87
14:45:48.949 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c2b38857-462a-4eee-b9d7-e021ab81cb57
14:45:48.949 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=09aacbdd-376e-4932-9c91-32da97c35197
14:45:48.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0b1a9a76-0c22-4d03-b0c2-7d0cd0f83dc0
14:45:48.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9ec32f11-1d62-411e-a92f-a89a28eb8d93
14:45:48.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=745b8df1-e60e-4676-b1bc-4194dd7c04cf
14:45:48.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=77f91a3a-c73e-4ee8-b192-c65c2d56f7ee
14:45:48.951 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=44f5b31c-09c1-4dee-886f-fc7ce2f0149e
14:45:48.951 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fb40541f-a7a9-4327-b1a3-7f887502d2e7
14:45:48.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success
14:45:48.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6a45aafe-b48a-4f53-92c4-8ccab01104a8
14:45:48.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=081ac401-594a-4ff0-a743-d741e155a110
14:45:48.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3137dd6d-7a60-4508-ad66-a8de9ed2c938
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4ca037cd-07b3-43d1-b999-cf474622e672
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=58933dbc-dae0-4ce7-a53b-cae71b104769
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c906d818-35ce-4b43-a550-f2ced3fb5723
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4a943ef9-40eb-47a4-9fe8-b4a8d94bcccc
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=88ebf042-a373-477d-ad82-62d41c58a136
14:45:48.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2e5be9e0-3e44-46aa-ac84-bd9441180ea8
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5650d420-de9e-4ada-8b08-7cbeb03d29aa
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4cb8400e-fc64-4212-a7ad-f9d61b594991
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e75d51f7-c047-4486-8404-9d8180b5077d
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7032294d-7cde-4a1b-9919-dfd4b37b1b7a
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=04cfe9c2-fd74-4c79-a1e9-f6f33e4d51c3
14:45:48.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f94112de-d432-450f-894c-17189ef22ebf
14:45:48.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b138bbfd-579c-47bd-bfbe-dcf8c89902f7
14:45:48.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=90210940-43e6-4eb5-8d2f-8716f1b73462
14:45:48.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=13e6b81b-c0ff-42d3-9a85-472baccd2beb
14:45:48.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5bcfff84-8f86-49d8-8e6f-5eed8cae0296
14:45:48.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6b6c3fde-d8a2-4bdf-9d97-1034b6daec35
14:45:48.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8efd2e5f-2473-4cc4-8ff5-b5d48e54dffe
14:45:48.957 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=55ff7188-f75f-4f0a-a641-47fc9921cd4b
14:45:48.957 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7833a2db-6a16-4fb0-a54a-c75a1f588e16
14:45:48.957 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f4ca9372-bcfd-44f1-9a4b-f5acee355854
14:45:48.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure
14:45:48.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9d20e1df-f76e-40cd-bad5-ab9126acd4ad
14:45:48.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=418d67a7-edce-4536-af96-1d40e90b842d
14:45:48.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7ad86cac-cb1e-4650-977c-f64bb51dd069
14:45:48.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=264f6c9d-6093-410e-8499-b4e3e74621d2
14:45:48.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=fccf0988-9a34-426a-86a6-8a408d464c67
14:45:48.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6d45ccde-d54c-4308-9025-d9367d9ba5fa
14:45:48.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success
14:45:48.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=25494a5d-7675-471b-a528-337d1b478916
14:45:48.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ee580242-c054-47e8-8aef-e0c79406e044
14:45:48.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bd28971b-6dff-4513-8c87-e98a93baa743
14:45:48.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fa90b351-655e-4f25-975a-704c2e260bb4
14:45:48.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=69f07c5a-718f-4a19-b461-bcb2b4349432
14:45:48.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d6c383df-c1fa-4976-8fcb-915dc3e0ad2c
14:45:49.010 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c22ff38f-608e-4cdd-9c0b-77cb2b5679cc
14:45:49.010 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1e6eaf24-f3aa-4b44-96a5-f4ef332786c6
14:45:49.010 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e52a6dbf-25ab-4bdc-aaaa-6109f8cd56d4
14:45:49.010 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success
14:45:49.011 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=89b75c15-87dd-489d-9bae-673a3bd2fb95
14:45:49.011 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=59ff8c8c-61a7-4c17-b70e-9e9330796562
14:45:49.011 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7daf238c-81f4-4a7a-abf3-45daf2658498
14:45:49.012 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=62062ff1-3992-442b-ba21-750337bf13a0
14:45:49.012 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=afc4f75d-3791-4777-ad93-7f37125084be
14:45:49.012 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=72b3509b-1bab-4bd1-8310-579686e5f4af
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1bae15cf-2533-4a8b-93d0-2da34f64d57d
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9da577cb-df06-4171-b905-58bc78aa7905
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d998c381-5881-4e28-9d66-7c268a64e18b
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=13d49fc7-31aa-43a3-8cdb-8a1331ec82e7
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9806d5ff-411e-4665-90fd-bfe42ab8396b
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1476d71d-96f3-4262-ac9b-c3eff8d79124
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=06b14cef-a929-4747-955d-8b935bad4e62
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=87b4226f-efd6-4af1-ba74-385f9691ee63
14:45:49.013 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3eb0880a-4856-464a-ae48-fef871848ef4
14:45:49.014 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da9632bc-5593-4273-8d0f-3b1bd892ac7d
14:45:49.014 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5642f45a-65c9-4e51-bb62-9cddcb574109
14:45:49.014 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fa3b6d5f-7203-4449-90ce-4693c430e69a
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c1ad43b9-d9b5-417d-a8f1-88958e69b999
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b46c26d8-994a-4183-a03d-0df2dd200269
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1023d838-7a8a-44fb-afd5-444f32a07b35
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7952a7f9-b39c-45d0-9167-478fdebf199b
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=488138f9-61d2-46c5-913f-47d02ae703a3
14:45:49.015 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=454e98df-c4ce-4139-b533-ee9be36726a7
14:45:49.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure
14:45:49.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a3d8b188-6622-40d0-9e20-957db2fa4a6d
14:45:49.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=930eb50a-e5ba-4e81-a818-b5979abaf08c
14:45:49.016 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ec2eff7a-9fda-4c1a-a8bd-5c31a0744cb7
14:45:49.017 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=847bcc8b-5270-47d8-bcc0-279b732e427b
14:45:49.017 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a74a434d-9011-4d30-8703-bbc26d30f5f4
14:45:49.017 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e5ef730f-4d6b-48c3-9f83-1fe7d18fa758
14:45:49.018 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=502a7371-7193-49be-9fdb-3704740b4e86
14:45:49.018 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=07208592-11e5-492f-b35a-27efd4dcd006
14:45:49.018 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5a49b321-19f5-4c22-8116-b426775b810e
14:45:49.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success
14:45:49.019 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=41a535a3-1046-49fa-90b5-10de15124d23
14:45:49.020 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=08263c57-6308-4244-8427-ae8686b0493b
14:45:49.020 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e4716225-2be9-4291-a06e-761364c383d8
14:45:49.020 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=655b6144-bee1-48bd-8207-56577ff0c5f2
14:45:49.021 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3f3051d4-df8c-4b22-9c8c-38ed7ad2e87f
14:45:49.021 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=492b6144-c24d-42af-8ca0-31aac817cc39
14:45:49.021 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b6c6a717-dc55-4d5f-956a-eb63c647156c
14:45:49.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e5de4489-a32d-4a2d-b500-dea0ebfa23cd
14:45:49.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=71171c46-d42e-4f5d-be17-a7a1490f38b7
14:45:49.022 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6df91ab2-9f78-49cb-bf83-e1004a42f8a3
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=712a14ec-06ce-4556-861b-c4a84510e2ac
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2a9f0797-8936-4856-b947-28c1429d7257
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=0424e3dd-c78c-4fba-92e9-1e21e0e9b8d7
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b024a7a7-4162-45fe-94ec-c2cdb3eca313
14:45:49.023 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=beaf5af9-bf1a-4167-a725-5f8d9d380008
14:45:49.024 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b257675a-da09-40da-acd1-0294576c094b
14:45:49.024 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=13c74ca5-e9c0-436b-a071-d7a365ac7bcc
14:45:49.024 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bf672842-48f7-436b-9fce-612b6eeb5d37
14:45:49.025 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7a3fcb1c-a0df-4585-a733-c86b49ca56cb
14:45:49.025 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=65f1397d-628f-4559-847c-4c27ea206430
14:45:49.025 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60326920-8735-4740-813b-14ad3137bb55
14:45:49.026 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1913360e-e9d9-49db-9c36-f8ac167c5eb1
14:45:49.026 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1a138e6d-989a-491d-a5e5-58161a130f22
14:45:49.026 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c9c0b99d-9c1d-478c-8965-803ab75d0273
14:45:49.028 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations()
14:45:49.028 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails()
14:45:49.029 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.029 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9b3b5944-690c-46be-8af6-f8235a1a4b43
14:45:49.029 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e412922e-3eb6-4c68-93d0-6c94a259ad8c
14:45:49.029 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=021051a5-2b36-479c-9001-0896d5574529
14:45:49.030 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails()
14:45:49.033 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]()
14:45:49.033 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.035 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ebf376c5-5a73-4add-b7d7-a6e37fc89cd1"},"path":"/","value":{}}
14:45:49.037 [pool-450-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"1f791f0f-b955-401d-bd00-1c9122d0bc44","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}}
14:45:49.040 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]()
14:45:49.041 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]()
14:45:49.041 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.042 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"d510ae31-061c-48e7-99c4-8bf5cca56ff4"},"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"}
14:45:49.043 [pool-452-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"550283cc-9d63-4ca8-a6eb-59975df0aad5","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}}
14:45:49.044 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]()
14:45:49.045 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]()
14:45:49.045 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.046 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"7b7232f5-8501-421c-a390-f114ecd85159"},"path":"/","value":{}}
14:45:49.047 [pool-454-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"42ba6c65-fd5c-4d30-8baf-251e6d09a688","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}}
14:45:49.048 [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"}}
14:45:49.048 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]()
14:45:49.048 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]()
14:45:49.049 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.049 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"9d9e5358-81b5-4f57-9dbf-8a6311274f49"},"path":"/","value":{}}
14:45:49.050 [pool-456-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"388dd8d0-dc52-439a-9d03-47528cf49c85","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}}
14:45:49.054 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]()
14:45:49.054 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]()
14:45:49.055 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.055 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"277ad1f9-2674-4706-b0be-173d599a81dd"},"path":"/","value":{}}
14:45:49.056 [pool-458-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5d29672a-c28a-462f-a174-d90d252e17f0","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}}
14:45:49.058 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]()
14:45:49.058 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]()
14:45:49.059 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.059 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"89c12224-3f05-4d39-9c92-46980fd599d5"},"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"}
14:45:49.060 [pool-460-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"6f24c62c-d0b9-476f-9166-32e99eaca8c2","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}}
14:45:49.061 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]()
14:45:49.061 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]()
14:45:49.062 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.062 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"29437b96-a5af-4cd6-bc5a-da83d9c5147e"},"path":"/","value":{}}
14:45:49.063 [pool-462-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"2e5b195f-5337-4dd9-9e36-6b6676d0b7fc","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}}
14:45:49.064 [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"}}
14:45:49.114 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]()
14:45:49.114 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]()
14:45:49.115 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.115 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"76c93350-6e02-43dd-95d8-c88a9ffe36dd"},"path":"/","value":{}}
14:45:49.116 [pool-464-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"55be2ed7-9755-4fb5-b117-82361451c376","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}}
14:45:49.118 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]()
14:45:49.119 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation()
14:45:49.119 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.120 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ac7fb395-ea7b-4721-b390-6da4a0dcff4c"},"path":"/","value":{}}
14:45:49.121 [pool-466-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"827cdb88-a213-4bc2-b104-3976422e4970","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}}
14:45:49.122 [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"}}
14:45:49.122 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation()
14:45:49.126 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]()
14:45:49.127 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.128 [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":"e319ad26-87bc-4dce-8c92-cf03862c6099","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"}
14:45:49.130 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]()
14:45:49.130 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]()
14:45:49.131 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.131 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"6a0027d7-6ee9-45ad-a39b-a5318dfbe1e6","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.133 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]()
14:45:49.133 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]()
14:45:49.134 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.135 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"fd9279f0-c839-44ae-9e21-645815751b39","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
14:45:49.137 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]()
14:45:49.137 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]()
14:45:49.138 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.138 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"646693d7-65cf-4ab1-8bb9-ca64af1c96c3","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}}
14:45:49.140 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]()
14:45:49.141 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]()
14:45:49.141 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.142 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"088c7342-35f7-47a8-aa01-98f7e0c38571","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42}
14:45:49.144 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]()
14:45:49.144 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]()
14:45:49.145 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.146 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"9699bd9b-6812-40a1-830c-1c378c8a90d4","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.147 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]()
14:45:49.148 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]()
14:45:49.148 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a29984d5-586e-45d8-80ae-8757fdd18b81","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"}
14:45:49.150 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]()
14:45:49.150 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]()
14:45:49.151 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.152 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c6f2d0d5-77d0-4f9a-8ac1-7659880352d2","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}}
14:45:49.153 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]()
14:45:49.154 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]()
14:45:49.155 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"4d4f6aec-b638-4b09-83eb-2b9c1b121b9f","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"}
14:45:49.158 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]()
14:45:49.158 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]()
14:45:49.159 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.159 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"972e742f-ca1b-4a18-8c9d-cca5b075b194","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.161 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]()
14:45:49.161 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]()
14:45:49.162 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.163 [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":"18a5efef-72b0-49c5-b475-5e92ea77726c","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.165 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]()
14:45:49.166 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]()
14:45:49.166 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"4a39cfc2-873c-4c8b-b871-14e56cba328a","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.169 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]()
14:45:49.170 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]()
14:45:49.170 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.211 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"44ae05fd-cc07-492d-a5a6-7197f7f23ca7","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.213 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]()
14:45:49.213 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]()
14:45:49.214 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.216 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9da18fbb-9f05-45b5-b139-32089fc27674","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42}
14:45:49.217 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]()
14:45:49.218 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]()
14:45:49.219 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.219 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"94bd6785-13c5-45c8-8f68-fbbcb318413f","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.221 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]()
14:45:49.222 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]()
14:45:49.223 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.223 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"8f260dad-b34a-487a-b0a7-e37cfd37db01","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.225 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]()
14:45:49.225 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]()
14:45:49.226 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.227 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"0332cd97-f3ff-4e49-a3cf-87d74e21b174","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.228 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]()
14:45:49.229 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]()
14:45:49.230 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"452c790b-1799-4d20-8e20-2de2c60addbc","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
14:45:49.233 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]()
14:45:49.233 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]()
14:45:49.234 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.234 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"154be23d-c85d-4f3a-956c-74a1e3457828","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"}
14:45:49.236 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]()
14:45:49.236 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]()
14:45:49.237 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.238 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"0d0627f5-1b93-4310-91f9-7694645a9d4b","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.239 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]()
14:45:49.240 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]()
14:45:49.240 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.241 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6c08529b-ff78-43a4-b6be-658553967eaa","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.243 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]()
14:45:49.243 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]()
14:45:49.244 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.245 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"94c85416-589d-4fa7-a091-9e447fa80ab8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.247 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]()
14:45:49.247 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]()
14:45:49.248 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.248 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"f6e19998-efe8-4e50-b89b-7f1468b7cfc8","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.250 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]()
14:45:49.250 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]()
14:45:49.251 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.252 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d36891ce-339b-47e1-bfba-06c8ca83057a","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"}
14:45:49.254 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]()
14:45:49.254 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]()
14:45:49.255 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.255 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"43a9e312-b9b0-4f7b-9986-72f26b690488","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"}
14:45:49.257 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]()
14:45:49.257 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]()
14:45:49.258 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.259 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"3dd13de7-af95-4d78-9cf8-37ef7a4230b9","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.260 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]()
14:45:49.261 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]()
14:45:49.262 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.263 [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":"9b4e895d-9b4e-4269-86cb-f23aef29c6b3","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"}
14:45:49.265 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]()
14:45:49.265 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]()
14:45:49.310 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.311 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"02390f28-d97d-41a4-ad78-ab9147c01066","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.313 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]()
14:45:49.313 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]()
14:45:49.314 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.314 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"a41bf4e1-18f4-4094-958e-a223d21f2d19","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
14:45:49.316 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]()
14:45:49.316 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]()
14:45:49.317 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.318 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"7b0bd7ed-00da-456c-9ffa-cb55e1f55dc8","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}}
14:45:49.320 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]()
14:45:49.320 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]()
14:45:49.321 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.321 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"bf2a1ceb-9f05-4963-ab6f-b206aed63489","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42}
14:45:49.323 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]()
14:45:49.323 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]()
14:45:49.324 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.325 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"c52b0ea5-3a15-47ab-9220-a4a09495f33a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.326 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]()
14:45:49.326 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]()
14:45:49.327 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"00327cae-41d3-4f1d-821b-066622d6bc29","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"}
14:45:49.329 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]()
14:45:49.330 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]()
14:45:49.331 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.331 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"b822e87a-9a2c-411b-bb9f-242d6fbde004","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}}
14:45:49.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]()
14:45:49.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]()
14:45:49.334 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5743ee68-c179-4d91-9713-c3cf443d0f84","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"}
14:45:49.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]()
14:45:49.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]()
14:45:49.337 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"89951330-71e5-4b29-810f-0c7d42ebbeb1","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]()
14:45:49.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]()
14:45:49.340 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.341 [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":"d9be1ba8-f702-49dd-af39-75201bea623b","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]()
14:45:49.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]()
14:45:49.344 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"b45af7f9-e039-4b7a-80f1-bb951514a650","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]()
14:45:49.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]()
14:45:49.347 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"15a4b289-a7b1-4e8c-9461-d9832c6dffac","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]()
14:45:49.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]()
14:45:49.350 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"25d12838-6cdb-4fd9-a99f-aa024fde827b","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42}
14:45:49.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]()
14:45:49.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]()
14:45:49.354 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"ee71b0d0-f3eb-459e-b788-8a3d35fc0ee2","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]()
14:45:49.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]()
14:45:49.357 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"7c24c37a-1ef8-40fc-a8c4-1de3125445fe","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]()
14:45:49.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]()
14:45:49.360 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e5ca6fd7-7237-4e8b-9c27-35ef71545929","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]()
14:45:49.363 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]()
14:45:49.363 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.411 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"40ab7549-0a47-4c7a-99a2-949427d56ff4","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
14:45:49.413 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]()
14:45:49.413 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]()
14:45:49.414 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.415 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c7528c75-f7cd-4900-843f-01c271594748","version":2,"channel":"live","content-type":"application/json"},"path":"/features"}
14:45:49.417 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]()
14:45:49.417 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]()
14:45:49.418 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.418 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3aa8c84d-fd1c-40fe-8ee5-1ada6b9969c7","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.420 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]()
14:45:49.420 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]()
14:45:49.421 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.422 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"51474509-8411-437d-b3e0-d09de1b6e1c8","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.423 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]()
14:45:49.424 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]()
14:45:49.424 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.425 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ab4c2bf1-689e-4e65-a989-e863bdfa42de","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
14:45:49.427 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]()
14:45:49.427 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]()
14:45:49.428 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.428 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"22c361b1-943b-4d9e-8079-2694a68afe30","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
14:45:49.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]()
14:45:49.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]()
14:45:49.431 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.432 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"1383c032-0a81-43e0-837b-43a7fd0cb9e5","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"}
14:45:49.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]()
14:45:49.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]()
14:45:49.434 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.435 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"33d2d4e5-2544-4abe-8ff0-8a35fbcbb81f","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"}
14:45:49.436 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]()
14:45:49.437 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]()
14:45:49.437 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d1ec1ce9-86a8-45a8-ab99-4873f9686535","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
14:45:49.439 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]()
14:45:49.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions()
14:45:49.442 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.448 [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"}
14:45:49.451 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions()
14:45:49.452 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector()
14:45:49.452 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"51d85e2c-12ef-493a-bb6b-750ca2f54c5f","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"}
14:45:49.454 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector()
14:45:49.454 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails()
14:45:49.455 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"8b5dbd08-236c-4a13-aab4-79f72d0ff40f","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
14:45:49.459 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails()
14:45:49.459 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy()
14:45:49.460 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.464 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"3a3f3fd3-e2da-4147-b303-8974cec3f0ee","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"}}}}
14:45:49.468 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy()
14:45:49.468 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions()
14:45:49.510 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.511 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions()
14:45:49.512 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId()
14:45:49.512 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.513 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId()
14:45:49.513 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption()
14:45:49.514 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.515 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption()
14:45:49.515 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption()
14:45:49.516 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.516 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption()
14:45:49.516 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId()
14:45:49.517 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.518 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId()
14:45:49.518 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption()
14:45:49.518 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.519 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption()
14:45:49.519 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy()
14:45:49.520 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.523 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"c393ecd8-40a9-41f2-9d08-cea32ccb2e6c","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"}}}}
14:45:49.527 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy()
14:45:49.527 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy()
14:45:49.527 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.529 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"3dd2e77f-e674-4de4-b620-a1e79605c307","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"}}}}
14:45:49.530 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"da1a0d5c-55cd-46f4-b4f2-e6db2b6f6976","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"}}}}
14:45:49.530 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"7f6fcba9-0c1d-47b5-b930-f42647fc6316","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"}}}}
14:45:49.536 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy()
14:45:49.536 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy()
14:45:49.537 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.540 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"4ce0bc74-0d85-4fc2-bfc4-fe3cbdf6969e","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
14:45:49.542 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy()
14:45:49.542 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy()
14:45:49.543 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.544 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"4af253f1-da09-47f8-a909-3de223054ea2","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
14:45:49.546 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy()
14:45:49.546 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption()
14:45:49.547 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.548 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption()
14:45:49.548 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions()
14:45:49.550 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.550 [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":"/"}
14:45:49.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions()
14:45:49.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject()
14:45:49.552 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.554 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"ecadd540-2064-4280-9219-801d128c4002","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"}}}}
14:45:49.557 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject()
14:45:49.557 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions()
14:45:49.558 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.559 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions()
14:45:49.559 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption()
14:45:49.560 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption()
14:45:49.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption()
14:45:49.562 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption()
14:45:49.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject()
14:45:49.564 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.566 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"6acfbf54-96ea-4c47-b5fa-6d0323f6bf8d","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"}}}}
14:45:49.568 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"9c551791-b539-46a5-8838-4cfb1a468a7c","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"}}}}
14:45:49.569 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"fdf6e404-33a3-4c5e-80d5-1e500ef63f22","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"}}}}
14:45:49.614 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject()
14:45:49.615 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption()
14:45:49.616 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2024-01-26] initialized successfully
14:45:49.617 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption()
[WARNING] Tests run: 1043, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 46.772 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 <T> Message<T> sendMessage(final MessageSerializerRegistry registry, final Message<T> 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 <strictCheck>true</strictCheck> in your pom.xml file.
[WARNING] See http://mycila.github.io/license-maven-plugin for more information.
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (prepare-agent) @ ditto-client ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec -Dfile.encoding=UTF-8
[INFO] 
[INFO] <<< source:3.1.0:jar (default-cli) < generate-sources @ ditto-client <<<
[INFO] 
[INFO] 
[INFO] --- source:3.1.0:jar (default-cli) @ ditto-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:48 min
[INFO] Finished at: 2024-01-26T14:46:14Z
[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 <strictCheck>true</strictCheck> 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 <strictCheck>true</strictCheck> 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.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.eclipse.ditto:ditto-client: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.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.diff'.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1 (file:/home/jenkins/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.7/jaxb-impl-2.2.7.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.xml'.
[INFO] Written file '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/japicmp/japicmp.html'.
[INFO] 
[INFO] --- jacoco:0.8.5:report (report) @ ditto-client ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/jacoco.exec
[INFO] Analyzed bundle 'Eclipse Ditto :: Java Client' with 318 classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign-jars) @ ditto-client ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- install:2.5.2:install (default-install) @ ditto-client ---
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-bundles.zip to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-bundles.zip
[INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/ditto-client-java-ci/java/target/ditto-client-0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:4.2.1:install (default-install) @ ditto-client ---
[INFO] Installing org/eclipse/ditto/ditto-client/0-SNAPSHOT/ditto-client-0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- deploy:2.8.2:deploy (default-deploy) @ ditto-client ---
[INFO] 
[INFO] --- bundle:4.2.1:deploy (default-deploy) @ ditto-client ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:00 min
[INFO] Finished at: 2024-01-26T14:47:17Z
[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