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-0n84h is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-0n84h"
  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-0n84h"
    - 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-0n84h"
    - 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-0n84h in /home/jenkins/agent/workspace/ditto-client-java-ci
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ditto-clients.git
 > git init /home/jenkins/agent/workspace/ditto-client-java-ci # timeout=10
Fetching upstream changes from https://github.com/eclipse/ditto-clients.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ditto-clients.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f2078e707c1fe4b18daefea5334663f545181227 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/ditto-clients.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f2078e707c1fe4b18daefea5334663f545181227 # timeout=10
Commit message: "Merge pull request #226 from PJGitLan/searchAndCountByPost"
 > git rev-list --no-walk 4b5e9f1a346b2ec752b6883050342f3ae6a32e21 # 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: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto :: Java Client 0-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ditto-client ---
[INFO] 
[INFO] --- flatten:1.0.1:clean (flatten.clean) @ ditto-client ---
[INFO] 
[INFO] --- license:3.0:check (default) @ ditto-client ---
[INFO] Checking licenses...
[WARNING] Property 'strictCheck' is not enabled. Please consider adding <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
11:14:16.139 [Thread-1] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
11:14:16.142 [Thread-1] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1>
11:14:16.241 [Thread-2] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
11:14:16.250 [main] WARN  o.e.d.c.s.SpliteratorSubscriber - onSubscribe() called a second time; cancelling subscription <SecondSubscription(should get cancelled)>.
11:14:16.352 [Thread-6] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
11:14:16.677 [Thread-14] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <0>
11:14:16.677 [Thread-14] INFO  o.e.d.c.s.SpliteratorSubscriberVerificationTest - ELEMENT: <1>
Configuring TestNG with: TestNG60Configurator
11:14:40.983 [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=*]]
11:14:41.028 [main] WARN  o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'class java.util.Date' and subject '*'
11:14:41.028 [main] WARN  o.e.d.c.l.m.i.DefaultMessageSerializerRegistry - Found no MessageSerializerKey for type 'interface org.eclipse.ditto.json.JsonValue' and subject '*'
11:14:41.692 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail()
11:14:41.764 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:41.767 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=be72f5e7-dd56-4442-88be-c6450e973726
11:14:41.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fa66294d-8585-4420-85c7-28538b020b8f
11:14:41.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8f569934-e139-46fc-b94e-4200db71f242
11:14:41.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3659064b-47cf-4ecc-8fd7-fb27fed436c3
11:14:41.833 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksForIfTwinAndLiveFail()
11:14:41.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks()
11:14:41.835 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:41.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9a2449ce-d35f-4512-bd8f-94cf1304c110
11:14:41.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7a8fc547-3f9e-4934-b0cd-b75a9cfc56ac
11:14:41.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2d03f063-27e8-4c76-af9b-1e1d06a63092
11:14:41.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4e97b5ce-a554-4f5f-87d5-5f6bcd526772
11:14:41.838 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorks()
11:14:41.838 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds()
11:14:41.840 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:41.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=24cfc8c6-7889-43b2-8bff-ce18c84be39e
11:14:41.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=df229be0-edbb-4235-aedd-635c55bcb204
11:14:41.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=126c26f4-6ef8-42f9-99c9-8120377f1094
11:14:41.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5a43752e-1641-4118-af50-526c01462300
11:14:41.844 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTest#concurrentTwinAndLiveSubscriptionWorksIfTwinFailsAndLiveSucceeds()
11:14:42.531 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:42.532 [main] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:ditto:827909ed-9c0d-4d4c-bb42-0571c82fae41>: WebSocket destroyed.
11:14:45.017 [test-1] ERROR o.e.d.c.messaging.internal.Retry - Client <66b129d3-b07b-431f-8d8e-20472b605f6a>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
11:14:45.017 [test-1] INFO  o.e.d.c.messaging.internal.Retry - Client <66b129d3-b07b-431f-8d8e-20472b605f6a>: Waiting for <1> second(s) before retrying to <test the result>.
11:14:46.018 [Thread-16] ERROR o.e.d.c.messaging.internal.Retry - Client <66b129d3-b07b-431f-8d8e-20472b605f6a>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
11:14:46.018 [Thread-16] INFO  o.e.d.c.messaging.internal.Retry - Client <66b129d3-b07b-431f-8d8e-20472b605f6a>: Waiting for <1> second(s) before retrying to <test the result>.
11:14:47.020 [Thread-18] ERROR o.e.d.c.messaging.internal.Retry - Client <9af5c0d6-dd57-4568-a7b4-11efdd4db2ef>: Failed to <test the result>: java.lang.RuntimeException: Expected exception in first iteration.
11:14:47.020 [Thread-18] INFO  o.e.d.c.messaging.internal.Retry - Client <9af5c0d6-dd57-4568-a7b4-11efdd4db2ef>: Waiting for <1> second(s) before retrying to <test the result>.
11:14:48.033 [ditto-client-reconnect-dummy:b06ebf71-8b38-45db-a269-df4996a06fc9-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://unknown.host.invalid:80/ws/2>.
11:14:48.058 [ditto-client-reconnect-dummy:b06ebf71-8b38-45db-a269-df4996a06fc9-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
11:14:48.058 [ditto-client-reconnect-dummy:b06ebf71-8b38-45db-a269-df4996a06fc9-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:b06ebf71-8b38-45db-a269-df4996a06fc9>: Permanently failed to initialize WebSocket: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:b06ebf71-8b38-45db-a269-df4996a06fc9> failed.
11:14:48.059 [pool-258-thread-1] INFO  o.e.d.c.i.bus.DefaultAdaptableBus - Waiting for executors termination was interrupted.
11:14:48.059 [pool-258-thread-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:b06ebf71-8b38-45db-a269-df4996a06fc9>: WebSocket destroyed.
11:14:50.574 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:37897/ws/2>.
11:14:50.587 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-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!
11:14:50.587 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:39027793-e51a-4d75-8001-2b7c49952b99> failed.
11:14:50.587 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Waiting for <1> second(s) before retrying to <initialize WebSocket>.
11:14:51.588 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:37897/ws/2>.
11:14:51.590 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-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!
11:14:51.590 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:39027793-e51a-4d75-8001-2b7c49952b99> failed.
11:14:51.590 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Waiting for <1> second(s) before retrying to <initialize WebSocket>.
11:14:52.591 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Connecting WebSocket on endpoint <ws://127.0.0.1:37897/ws/2>.
11:14:52.593 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-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!
11:14:52.593 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] ERROR o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Failed to <initialize WebSocket>: org.eclipse.ditto.client.messaging.MessagingException: Connect of session <dummy:39027793-e51a-4d75-8001-2b7c49952b99> failed.
11:14:52.593 [ditto-client-reconnect-dummy:39027793-e51a-4d75-8001-2b7c49952b99-1] INFO  o.e.d.c.messaging.internal.Retry - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: Waiting for <2> second(s) before retrying to <initialize WebSocket>.
11:14:52.594 [Time-limited test] INFO  o.e.d.c.m.i.WebSocketMessagingProvider - Client <dummy:39027793-e51a-4d75-8001-2b7c49952b99>: WebSocket destroyed.
11:14:52.601 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]()
11:14:52.601 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.607 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d333d068-5733-4fe1-b43b-d68c626c32c2","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes"}
11:14:52.614 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=twin]()
11:14:52.614 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]()
11:14:52.615 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.617 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=twin]()
11:14:52.617 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]()
11:14:52.618 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.620 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"df93c8a6-1b61-4a43-8686-11f29508af3c","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true}
11:14:52.630 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=twin]()
11:14:52.630 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]()
11:14:52.631 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.632 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"6d5bc241-904e-475a-bbad-8c38d48a2490","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}}
11:14:52.635 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=twin]()
11:14:52.635 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]()
11:14:52.636 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.637 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"d18765f4-4621-4a43-af54-255f099d797d","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new"}
11:14:52.640 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=twin]()
11:14:52.640 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]()
11:14:52.641 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.642 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a90579f3-e245-42e4-ba1a-77c39a9c8982","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true}
11:14:52.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=twin]()
11:14:52.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]()
11:14:52.646 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.647 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c5c23e78-ce47-41a6-8552-8253bc7b30f0
11:14:52.658 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=twin]()
11:14:52.658 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]()
11:14:52.659 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8b285e53-8902-4b25-82f3-0c2162620ebb","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=twin]()
11:14:52.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]()
11:14:52.664 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.664 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"9633c815-978e-4512-90f0-ee7264460cc5","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=twin]()
11:14:52.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]()
11:14:52.667 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.668 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"c6480025-d4d8-4e48-8fc7-0e08255ab05d","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.670 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=twin]()
11:14:52.671 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=twin]()
11:14:52.672 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.672 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"5d63b780-2d03-4b90-ba5d-63d8937b1eef","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/old"}
11:14:52.674 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=twin]()
11:14:52.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=twin]()
11:14:52.676 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.676 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"4e3c09e8-5c8d-4509-a327-4df2e3c8bc3f","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
11:14:52.678 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=twin]()
11:14:52.679 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]()
11:14:52.680 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.681 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=96612aac-5f6e-40cf-a4c1-6b71f55f6c97
11:14:52.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=twin]()
11:14:52.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]()
11:14:52.731 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.732 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"571b2f7d-fd4c-49da-8668-fa9335477520","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.734 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=twin]()
11:14:52.734 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]()
11:14:52.734 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.735 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"ba475d6f-ad1b-4f0c-9731-14847c0e5833","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.737 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=twin]()
11:14:52.737 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]()
11:14:52.738 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.739 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"07a92d65-0df1-4442-8fa5-e6c4f736e4d5","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes","value":null}
11:14:52.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=twin]()
11:14:52.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]()
11:14:52.742 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=twin]()
11:14:52.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]()
11:14:52.744 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.744 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"66fe8c98-4083-46f7-882c-95cc21ab1838","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.746 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=twin]()
11:14:52.746 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]()
11:14:52.747 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.747 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"0ccd4dd6-a198-469a-952f-8d3c5cdf6051","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"}
11:14:52.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=twin]()
11:14:52.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]()
11:14:52.750 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.751 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"aed03e74-9745-4516-89b0-324052aa76a1","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":true}
11:14:52.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=twin]()
11:14:52.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]()
11:14:52.753 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"62a40bc9-39a2-4a30-b4a5-234408c3742a","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
11:14:52.755 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=twin]()
11:14:52.756 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]()
11:14:52.756 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.757 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=twin]()
11:14:52.757 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=twin]()
11:14:52.758 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.758 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7d5f39e2-925a-425a-bcfb-e0d46cec6dd7","version":2,"response-required":true,"content-type":"application/json"},"path":"/attributes"}
11:14:52.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=twin]()
11:14:52.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]()
11:14:52.760 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.763 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3c4ad092-e3af-4a19-acfe-eabcc72c2432","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes"}
11:14:52.765 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesWithConditionOption[channel=live]()
11:14:52.765 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]()
11:14:52.766 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.766 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testChangeAttributeWithEmptyPointerThrowsException[channel=live]()
11:14:52.767 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]()
11:14:52.767 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"e9f26f1d-3e42-4199-b731-670feda77472","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":true}
11:14:52.770 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeFailureDueToThingErrorResponse[channel=live]()
11:14:52.770 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]()
11:14:52.771 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.771 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d199bb55-e30f-4547-9650-594c37372187","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes","value":{"new":42,"reallyNew":true}}
11:14:52.773 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributesWithConditionOption[channel=live]()
11:14:52.773 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]()
11:14:52.774 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.775 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"76a87151-92a6-4c03-afbd-a06540795f12","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new"}
11:14:52.777 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributeWithConditionOption[channel=live]()
11:14:52.777 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]()
11:14:52.778 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.827 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"066c83ff-72f6-495d-ae97-a01fc60e9672","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true}
11:14:52.830 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddAttributeFailureDueToThingErrorResponse[channel=live]()
11:14:52.830 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]()
11:14:52.831 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.832 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c0ff16b7-5b58-47c7-b083-f9d2c4eeca4b
11:14:52.832 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3d44b44d-428a-4473-8624-f2c9e4663bef
11:14:52.832 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=69b6086c-1ca6-4d37-ba59-82e96a0d9a63
11:14:52.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEvent[channel=live]()
11:14:52.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]()
11:14:52.836 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f4e8af23-2d17-4bbb-ac1e-8bb1b9cb8f0d","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.839 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionTrue[channel=live]()
11:14:52.840 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]()
11:14:52.841 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"596192fa-72aa-4eee-98e1-397e8c5488aa","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.843 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttributeWithConditionOption[channel=live]()
11:14:52.844 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]()
11:14:52.845 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"238637b3-c9d1-4139-8ce8-b23f38de5e9d","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddStringAttributeWithExistsOptionFalse[channel=live]()
11:14:52.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute[channel=live]()
11:14:52.848 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.849 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"820f4390-9d63-44c3-90e4-9c2483fb1134","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/old"}
11:14:52.850 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute[channel=live]()
11:14:52.851 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeAttribute[channel=live]()
11:14:52.851 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.852 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"f306fba8-da9b-45e1-bc62-5d00b6679928","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
11:14:52.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeAttribute[channel=live]()
11:14:52.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]()
11:14:52.855 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c42c5795-75d2-41b0-9383-9b3872448f04
11:14:52.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=27c39d2f-246d-4aca-9dfb-7cc1800fb49b
11:14:52.855 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f93b09c2-7f22-4c94-9764-c328ae6ebd8b
11:14:52.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testReceiveAttributeModifiedEventWithActionAdded[channel=live]()
11:14:52.860 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]()
11:14:52.861 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.862 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"c6d34c40-4f49-4362-a58f-1ea6efcf40e9","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.864 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionFalse[channel=live]()
11:14:52.864 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]()
11:14:52.865 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.865 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f58b62c4-d704-46a2-a1f6-f72d8c696816","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/attributes/new","value":"value"}
11:14:52.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testPutAttributeWithConditionOption[channel=live]()
11:14:52.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testModifyAttributes_null[channel=live]()
11:14:52.868 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"52400160-1181-4709-9fb8-f5d4297c5537","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes","value":null}
11:14:52.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testModifyAttributes_null[channel=live]()
11:14:52.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]()
11:14:52.871 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.872 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesEmptyPath[channel=live]()
11:14:52.872 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]()
11:14:52.872 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"5fca4e38-8e5f-46b8-af45-1961a3b67145","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/attributes/new","value":"value"}
11:14:52.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testMergeStringAttributeWithExistsOptionTrue[channel=live]()
11:14:52.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]()
11:14:52.876 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.876 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"41be8a49-da02-4591-96c7-8b2dd0b8fd78","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"}
11:14:52.878 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributesFailureDueToUnexpectedResponse[channel=live]()
11:14:52.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]()
11:14:52.879 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.880 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"83355732-8c71-4852-9d35-49b9af6de245","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":true}
11:14:52.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddBooleanAttribute[channel=live]()
11:14:52.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testAddObjectAttribute[channel=live]()
11:14:52.929 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.929 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"2d8d352b-5e34-437c-9ee6-edc9c3639f08","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes/new","value":{"id":42,"name":"someName"}}
11:14:52.931 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testAddObjectAttribute[channel=live]()
11:14:52.931 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]()
11:14:52.932 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttribute_attributesRootPath[channel=live]()
11:14:52.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientAttributesTest#testDeleteAttributes[channel=live]()
11:14:52.934 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:52.934 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"c6fa9c9c-b0f5-4d1d-b86b-b7762c652321","version":2,"channel":"live","content-type":"application/json"},"path":"/attributes"}
11:14:52.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientAttributesTest#testDeleteAttributes[channel=live]()
11:14:53.148 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]()
11:14:53.149 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.151 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"cc5ad29d-cfcd-47fe-a529-4b686c9ed6ce","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"}}}}}
11:14:53.164 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=twin]()
11:14:53.165 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]()
11:14:53.165 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.166 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"190a1739-b009-4108-8966-174e142a1a49","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"}}}}}
11:14:53.169 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=twin]()
11:14:53.170 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]()
11:14:53.170 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.171 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9f7c0512-b5d2-4d07-b3d7-e8ba01a136a6
11:14:53.177 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=twin]()
11:14:53.178 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=twin]()
11:14:53.179 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.180 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"802f6bb8-9cfc-427f-a2ef-0eafe41a640c","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"}}}}}
11:14:53.184 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=twin]()
11:14:53.184 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=twin]()
11:14:53.185 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.228 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"c3f4c42b-c4f3-4524-84ac-34880fa819de","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
11:14:53.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=twin]()
11:14:53.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]()
11:14:53.231 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.234 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"50ada9b1-fa77-4236-802f-b0dcac0cc3ea","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}}
11:14:53.237 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=twin]()
11:14:53.237 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]()
11:14:53.238 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.241 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8dc1a365-7993-431f-87df-6530ced8649d","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"}}}}}
11:14:53.244 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=twin]()
11:14:53.245 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]()
11:14:53.245 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.248 [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":"e45178a9-325c-48a8-9903-c27ae506a134","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
11:14:53.267 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=twin]()
11:14:53.267 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=twin]()
11:14:53.268 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.269 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"a01ecc21-9437-472d-ada9-a597c007b887","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"}}}}}
11:14:53.271 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=twin]()
11:14:53.271 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]()
11:14:53.272 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.273 [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":"665115f9-d03c-44e5-9f07-e5dc6f4a94b1","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"}}}}}
11:14:53.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=twin]()
11:14:53.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=twin]()
11:14:53.277 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"f7ad8e2f-0931-423e-8600-564cc47bfdb2","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
11:14:53.279 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=twin]()
11:14:53.280 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
11:14:53.280 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.281 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
11:14:53.281 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=twin]()
11:14:53.282 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:53.282 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dac7bd81-2e22-4682-812a-9f604abc40ca
11:14:54.286 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=twin]()
11:14:54.286 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]()
11:14:54.287 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.288 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=twin]()
11:14:54.288 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]()
11:14:54.288 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.289 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"41b65950-ad5a-4333-b89b-4def05d9e360","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"}
11:14:54.291 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=twin]()
11:14:54.291 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]()
11:14:54.292 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.293 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=twin]()
11:14:54.294 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]()
11:14:54.294 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.295 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=twin]()
11:14:54.296 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]()
11:14:54.296 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.297 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=twin]()
11:14:54.298 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]()
11:14:54.298 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.299 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"b9dc936a-ff11-44f4-a185-1ea7394e6fbb","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"}}
11:14:54.301 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=twin]()
11:14:54.301 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]()
11:14:54.302 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.302 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/twin/commands/create","headers":{"correlation-id":"a808899c-9b02-4c1e-9012-c2d522bab06b","version":2,"response-required":true,"content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}}
11:14:54.304 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=twin]()
11:14:54.304 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]()
11:14:54.327 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.329 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"4078264b-3b6d-4eb7-8627-5eb199eb7359","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"}
11:14:54.331 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=twin]()
11:14:54.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]()
11:14:54.332 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=twin]()
11:14:54.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]()
11:14:54.334 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=twin]()
11:14:54.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]()
11:14:54.335 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"fe78f8f0-8ac2-47dd-95ae-686630b03347","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"}}}}}
11:14:54.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=twin]()
11:14:54.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]()
11:14:54.339 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=afaaa87f-0958-4c1b-bd6b-ed4c98d1e32e
11:14:54.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=twin]()
11:14:54.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]()
11:14:54.343 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=twin]()
11:14:54.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]()
11:14:54.345 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=twin]()
11:14:54.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]()
11:14:54.347 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=twin]()
11:14:54.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]()
11:14:54.351 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6428316f-26ae-41a4-9945-0f156cadc317","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"}}}}}
11:14:54.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=twin]()
11:14:54.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]()
11:14:54.354 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=twin]()
11:14:54.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]()
11:14:54.356 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"ac72beba-814f-40c0-a1ff-28cdffbb8323","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"}}}}}
11:14:54.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=twin]()
11:14:54.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]()
11:14:54.359 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5f8a74c2-c359-41f8-9336-41ca5bad90c0","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"}}}}}
11:14:54.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=twin]()
11:14:54.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]()
11:14:54.362 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.363 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"e71d47f3-a1db-4219-90e1-592df8ad2efa","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"}}}}}
11:14:54.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=twin]()
11:14:54.365 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]()
11:14:54.365 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.366 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"751223da-95ff-4044-ab4f-9120d4d4b3bc","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/"}
11:14:54.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=twin]()
11:14:54.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]()
11:14:54.368 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.369 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/twin/commands/create","headers":{"correlation-id":"8983e2c9-216c-4b29-a5ec-6e30ca16c13e","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 }}"}}
11:14:54.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=twin]()
11:14:54.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]()
11:14:54.372 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"20d3347f-6c52-481f-883f-b11ebeb25462","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"}}}}}
11:14:54.375 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=twin]()
11:14:54.375 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]()
11:14:54.375 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.376 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6b3e3481-1c9e-4258-ad97-2cc2e4b01355","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"}}}}}
11:14:54.378 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=twin]()
11:14:54.378 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]()
11:14:54.378 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.379 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=twin]()
11:14:54.380 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]()
11:14:54.380 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.381 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=twin]()
11:14:54.381 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=twin]()
11:14:54.382 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.427 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"82aff1d6-8722-4260-8d26-53db48e6251c","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"}
11:14:54.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=twin]()
11:14:54.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]()
11:14:54.431 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.431 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=twin]()
11:14:54.432 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
11:14:54.432 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=twin]()
11:14:54.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=twin]()
11:14:54.434 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.435 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"347cd4c8-c3c4-4684-b710-d006d6c128d6","version":2,"response-required":true,"content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"}
11:14:54.437 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=twin]()
11:14:54.437 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]()
11:14:54.438 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8424b319-6d62-4067-87da-25569cb12891","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"}}}}}
11:14:54.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=twin]()
11:14:54.440 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]()
11:14:54.440 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/create","headers":{"correlation-id":"72916980-62ea-4d11-871c-93760b71130a","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"}}}}}
11:14:54.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=twin]()
11:14:54.443 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]()
11:14:54.443 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.444 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"22905f5e-4465-4c12-9626-ba0b19e1a27f","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"}}}}}
11:14:54.445 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=twin]()
11:14:54.445 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]()
11:14:54.446 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.447 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=twin]()
11:14:54.448 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]()
11:14:54.448 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.449 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e021c529-505f-439a-b370-0ebebdfb11f5
11:14:54.452 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=twin]()
11:14:54.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]()
11:14:54.453 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.454 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"154c078d-76eb-4899-bbb9-89f7b18bd44f","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"}}}}}
11:14:54.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithUnsatisfiedPrecondition[channel=live]()
11:14:54.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]()
11:14:54.456 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.457 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"76c4d39d-ec04-49d1-852b-35d50eb34de7","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"}}}}}
11:14:54.458 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialJSONPolicy[channel=live]()
11:14:54.459 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]()
11:14:54.459 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.460 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=12bf8ad0-3110-4388-b5c1-09de4f7f2521
11:14:54.460 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=466fd080-7527-4c1d-b0ef-3c007c02c9be
11:14:54.460 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=63db4c4d-aa5d-4069-abad-4fbda323574b
11:14:54.462 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameSelector[channel=live]()
11:14:54.463 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThing[channel=live]()
11:14:54.463 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.464 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"328f35e1-ea0b-4931-af97-42ccbdca2189","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"}}}}}
11:14:54.465 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThing[channel=live]()
11:14:54.466 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThing[channel=live]()
11:14:54.466 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.467 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"fbc56809-3d65-4b9c-a833-71bef34d29c1","version":2,"channel":"live","content-type":"application/json"},"path":"/"}
11:14:54.468 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThing[channel=live]()
11:14:54.468 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]()
11:14:54.469 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.470 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"9076e619-9f60-402f-b592-d6562038aa09","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"policy.namespace:policyName"}}
11:14:54.471 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicy[channel=live]()
11:14:54.471 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]()
11:14:54.472 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.473 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"1b4fcb65-6bd6-4b49-9641-130127a243c5","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"}}}}}
11:14:54.474 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicy[channel=live]()
11:14:54.475 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]()
11:14:54.475 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.476 [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":"2d38a198-7716-4f62-9a53-274dcde2a424","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
11:14:54.478 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWith2Acknowledgements[channel=live]()
11:14:54.478 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThing[channel=live]()
11:14:54.479 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.479 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"7a63ab1a-ee91-4697-853e-05de79e6a836","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"}}}}}
11:14:54.528 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThing[channel=live]()
11:14:54.529 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]()
11:14:54.529 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.530 [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":"d0287ef3-7421-4e93-b3c2-603b49771216","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"}}}}}
11:14:54.532 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithFailedAcknowledgements[channel=live]()
11:14:54.533 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThing[channel=live]()
11:14:54.534 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.534 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"941ca47e-191e-4474-98c8-ab838a5ec5d8","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThing"}}
11:14:54.536 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThing[channel=live]()
11:14:54.536 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
11:14:54.537 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.538 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
11:14:54.538 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeregisterEventHandler[channel=live]()
11:14:54.538 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:54.539 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ab69fdcb-602a-4ead-81f7-a0998144ae42
11:14:54.539 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d45d44e7-44c4-4fb3-9e9a-9776605a0770
11:14:54.539 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2c589575-38b4-4776-b8b1-67eaab7a12d3
11:14:55.543 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeregisterEventHandler[channel=live]()
11:14:55.543 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]()
11:14:55.544 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.544 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithAllOptionCopyPolicy[channel=live]()
11:14:55.544 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]()
11:14:55.545 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.545 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"72f246f5-ab80-4d07-8435-3699bed5ff69","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"}
11:14:55.547 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testDeleteThingWithConditionOption[channel=live]()
11:14:55.547 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]()
11:14:55.548 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.548 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithExistsOption[channel=live]()
11:14:55.549 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]()
11:14:55.549 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.550 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyJsonNull[channel=live]()
11:14:55.550 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]()
11:14:55.550 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyNull[channel=live]()
11:14:55.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]()
11:14:55.552 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.552 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"f23a4bb5-2845-42f2-bd3f-342d35089433","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"}}
11:14:55.554 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithOptionCopyPolicy[channel=live]()
11:14:55.555 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]()
11:14:55.555 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.556 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"demo/mything1/things/live/commands/create","headers":{"correlation-id":"628824cd-f1a9-4db2-81bd-486c645aca12","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"demo","thingId":"demo:mything1"}}
11:14:55.558 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithoutFeatures[channel=live]()
11:14:55.558 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]()
11:14:55.559 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.559 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"2d27e498-1a96-406b-ad28-06e540ed1552","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/","fields":"/attributes/manufacturer"}
11:14:55.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithFieldSelectorAndConditionOption[channel=live]()
11:14:55.562 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]()
11:14:55.563 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInitialPolicyNull[channel=live]()
11:14:55.564 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]()
11:14:55.564 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.574 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicyJsonNullable[channel=live]()
11:14:55.574 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]()
11:14:55.575 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.576 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"4f035b9d-ea1c-4ee9-8970-637f544cbb55","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"}}}}}
11:14:55.579 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInlinePolicy[channel=live]()
11:14:55.579 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveDeletedEvent[channel=live]()
11:14:55.580 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.580 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fc566b10-58db-4c62-9139-cad3a202d40e
11:14:55.581 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=68521464-dadd-4fcd-a4de-46a1b24cc803
11:14:55.581 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a18d4de8-7036-4f05-a0b5-a0a0fc2a5bba
11:14:55.583 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveDeletedEvent[channel=live]()
11:14:55.584 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]()
11:14:55.584 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.585 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithMissingId[channel=live]()
11:14:55.585 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]()
11:14:55.586 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.587 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#createThingFailsWithConditionOption[channel=live]()
11:14:55.587 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]()
11:14:55.588 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.589 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#deleteThingFailsWithExistsOption[channel=live]()
11:14:55.589 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]()
11:14:55.590 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.590 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"bf4367b8-d5e8-4587-b680-66e777fc72f3","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"}}}}}
11:14:55.594 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionFalse[channel=live]()
11:14:55.594 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]()
11:14:55.595 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.627 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithCustomAcknowledgementsOnly[channel=live]()
11:14:55.627 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]()
11:14:55.628 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.629 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"a15a514d-c3b2-48b8-ad77-b777f57a4713","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"}}}}}
11:14:55.630 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialPolicy[channel=live]()
11:14:55.630 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]()
11:14:55.631 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.631 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"81da78ca-40c5-4323-a145-f0b13e9a2d41","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"}}}}}
11:14:55.633 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithoutPolicy[channel=live]()
11:14:55.633 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]()
11:14:55.634 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.635 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"90e40453-ed9a-4427-862f-ee5afc2a1afd","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"}}}}}
11:14:55.637 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithExistsOptionTrue[channel=live]()
11:14:55.637 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]()
11:14:55.638 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.639 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"bc15647f-1bf3-4e87-92c0-e20e35456d51","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/"}
11:14:55.641 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#retrieveThingWithConditionOption[channel=live]()
11:14:55.641 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]()
11:14:55.642 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.642 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThingForCopyPolicy/things/live/commands/create","headers":{"correlation-id":"f180ccce-974a-4f82-92f4-8b707f747f87","version":2,"channel":"live","content-type":"application/json"},"path":"/","value":{"_namespace":"example.com","thingId":"example.com:testThingForCopyPolicy","_copyPolicyFrom":"{{ ref:things/example.com:testThing/policyId }}"}}
11:14:55.644 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithOptionCopyPolicyFromThing[channel=live]()
11:14:55.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithConditionOption[channel=live]()
11:14:55.645 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.646 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"8ab8bcb0-aedf-4808-b7fe-5cb77aeb853a","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"}}}}}
11:14:55.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithConditionOption[channel=live]()
11:14:55.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]()
11:14:55.649 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"742148c7-2704-421e-bb58-8459430e99ed","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"}}}}}
11:14:55.651 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testUpdateThingWithConditionOption[channel=live]()
11:14:55.652 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]()
11:14:55.652 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.653 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithAllOptionCopyPolicy[channel=live]()
11:14:55.653 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]()
11:14:55.654 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.654 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#updateThingFailsWithExistsOption[channel=live]()
11:14:55.655 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergePolicyId[channel=live]()
11:14:55.655 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.656 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"35f6b686-3f64-49e6-8350-9d86f86738b3","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/policyId","value":"policy.namespace:policyName"}
11:14:55.657 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergePolicyId[channel=live]()
11:14:55.657 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithMissingId[channel=live]()
11:14:55.658 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.659 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithMissingId[channel=live]()
11:14:55.659 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
11:14:55.659 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithJsonInlinePolicyAndOptionCopyPolicy[channel=live]()
11:14:55.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testSetPolicyId[channel=live]()
11:14:55.661 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.661 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"35574b1d-1aa8-4711-b49f-0e630bb18f27","version":2,"channel":"live","content-type":"application/json"},"path":"/policyId","value":"policy.namespace:policyName"}
11:14:55.662 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testSetPolicyId[channel=live]()
11:14:55.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]()
11:14:55.664 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.664 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"32246f8b-2fc5-46ca-a6da-5f2cd57ab048","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"}}}}}
11:14:55.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testPutThingWithInlinePolicy[channel=live]()
11:14:55.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]()
11:14:55.667 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.668 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"2b35d5fe-4d47-4383-b31a-e8c613234ed8","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"}}}}}
11:14:55.669 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testCreateThingWithInitialJSONPolicy[channel=live]()
11:14:55.669 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]()
11:14:55.670 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.671 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"6c17f134-c268-44fd-b9e8-bc094a0da70b","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"}}}}}
11:14:55.673 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testMergeThingWithConditionOption[channel=live]()
11:14:55.673 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]()
11:14:55.674 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testRegisterTwoHandlersWithSameRegistrationId[channel=live]()
11:14:55.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientThingTest#testReceiveCreatedEvent[channel=live]()
11:14:55.676 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=31ac0f51-7def-4b6e-89e4-e9d05da8e0e7
11:14:55.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=22c17a80-df19-467a-9eaa-34114c1bacc3
11:14:55.728 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=60399440-16cd-41ff-a8df-86fe0aa6d4c1
11:14:55.731 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientThingTest#testReceiveCreatedEvent[channel=live]()
11:14:55.732 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified()
11:14:55.733 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.733 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=58502618-c91f-4557-b814-9c5501656663
11:14:55.736 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:84d8bda5-7db6-4c9f-9211-52419a160210, 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:84d8bda5-7db6-4c9f-9211-52419a160210}]], 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]]
11:14:55.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleAttributeIsModified()
11:14:55.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted()
11:14:55.739 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.740 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=762e6bad-8a52-4121-8b64-d5ccf5b9dadc
11:14:55.742 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:096ae624-94cb-4c14-9fcb-1e855ed08c4e, action=DELETED, path=/features/feature_id_1, value=null, revision=1, timestamp=2023-12-13T11:14:55.740513Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:096ae624-94cb-4c14-9fcb-1e855ed08c4e}]], feature=null], thing=null]
11:14:55.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenSingleFeatureIsDeleted()
11:14:55.744 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified()
11:14:55.744 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=edee1305-bac7-4799-a652-ae5a4fdeac81
11:14:55.751 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:9276ef13-fdeb-43aa-929a-ab07aa3a9a22, action=UPDATED, path=/, value="lux", revision=1, timestamp=2023-12-13T11:14:55.748625Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:9276ef13-fdeb-43aa-929a-ab07aa3a9a22}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"lux"}}, desiredProperties=null]]
11:14:55.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForNestedFeaturePropertyChangeWhenFeatureIsModified()
11:14:55.753 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated()
11:14:55.754 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.755 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4605996d-89c3-44fb-9e54-3eddd2724071
11:14:55.758 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableFeatureChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:77842b0b-921b-443e-8af7-428c542df0a4, action=UPDATED, path=/properties/complex/bum, value={"properties":{"complex":{"bum":"bar"}}}, revision=1, timestamp=2023-12-13T11:14:55.755932Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:77842b0b-921b-443e-8af7-428c542df0a4}]], feature=ImmutableFeature [featureId=feature_id_2, definition=null, properties={"complex":{"bum":"bar"}}, desiredProperties=null]]
11:14:55.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeatureChangesWhenSingleFeaturePropertyIsUpdated()
11:14:55.760 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated()
11:14:55.761 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.761 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=01ee4427-5108-42bd-ab35-f0b320bbfd04
11:14:55.763 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:bbb79c47-a81a-4f14-8c3b-89103d53f46a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:bbb79c47-a81a-4f14-8c3b-89103d53f46a"}, 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:bbb79c47-a81a-4f14-8c3b-89103d53f46a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:bbb79c47-a81a-4f14-8c3b-89103d53f46a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsCreated()
11:14:55.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated()
11:14:55.765 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.765 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d14cb4bb-c687-447c-a250-5aa34b3cf94f
11:14:55.767 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:7d7f3a44-c410-413c-905d-63d60aa42a0b, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2023-12-13T11:14:55.766282Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:7d7f3a44-c410-413c-905d-63d60aa42a0b}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]]
11:14:55.767 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableFeaturesChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:7d7f3a44-c410-413c-905d-63d60aa42a0b, action=CREATED, path=/feature_id_1/properties/foo, value={"feature_id_1":{"properties":{"foo":"bar"}}}, revision=1, timestamp=2023-12-13T11:14:55.766282Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:7d7f3a44-c410-413c-905d-63d60aa42a0b}]], features=ImmutableFeatures [features=[ImmutableFeature [featureId=feature_id_1, definition=null, properties={"foo":"bar"}, desiredProperties=null]]]]
11:14:55.769 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForFeaturesChangesWhenSingleFeaturePropertyIsCreated()
11:14:55.769 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted()
11:14:55.770 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.770 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1d5a1d6d-b62e-452c-a329-61eb53af48c0
11:14:55.772 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:f64dbfdb-856e-4f14-afcb-cfc8da159acc, action=DELETED, path=/, value=null, revision=1, timestamp=null, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-entity-id=thing:org.eclipse.ditto.test:f64dbfdb-856e-4f14-afcb-cfc8da159acc}]], thing=null]
11:14:55.773 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenThingIsDeleted()
11:14:55.774 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified()
11:14:55.775 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.775 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6b14fcec-5d6a-4fd6-8d93-5cd99f08f445
11:14:55.779 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableChange [entityId=org.eclipse.ditto.test:660b4c3f-583f-4c4f-acdc-a56b421968fa, action=UPDATED, path=/, value="bumlux", revision=1, timestamp=2023-12-13T11:14:55.776322Z, extra=null, dittoHeaders=ImmutableDittoHeaders [{response-required=false, content-type=application/json, ditto-entity-id=thing:org.eclipse.ditto.test:660b4c3f-583f-4c4f-acdc-a56b421968fa}]]
11:14:55.781 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenAttributesAreModified()
11:14:55.781 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment()
11:14:55.782 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.782 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8e707014-042b-4188-bec9-38854879cf82
11:14:55.784 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:58b1a98e-bdde-4ae2-abe8-d9c1f3b01578, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:58b1a98e-bdde-4ae2-abe8-d9c1f3b01578"}, 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:58b1a98e-bdde-4ae2-abe8-d9c1f3b01578}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:58b1a98e-bdde-4ae2-abe8-d9c1f3b01578, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.787 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testSignalEnrichment()
11:14:55.787 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange()
11:14:55.787 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.827 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=98b3b3ac-0efd-4ed1-8f6b-b73fb1a21e39
11:14:55.829 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.829 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.830 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.830 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.830 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.830 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.830 [mock-provider-1] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, action=CREATED, path=/, value={"thingId":"org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a"}, 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:28829d7c-fd6d-4664-b715-524eab77827a}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:28829d7c-fd6d-4664-b715-524eab77827a, policyId=null, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.831 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testMultipleChangeHandlersAreInvokedOnSingleChange()
11:14:55.831 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified()
11:14:55.831 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.832 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=95afb559-c8b9-47ec-8c6a-79e58f542f6d
11:14:55.834 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received ThingChange ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:e5ea05a8-556d-4bc1-952b-7080c5da8368, 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:e5ea05a8-556d-4bc1-952b-7080c5da8368}]], 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]]
11:14:55.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testUpwardsRegisterForThingChangeWhenAttributesAreModified()
11:14:55.835 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated()
11:14:55.836 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8c00284d-b660-461b-9f21-f7fd52aff2fe
11:14:55.839 [mock-provider-2] INFO  o.e.d.c.ChangeUpwardsDownwardsPropagationTest - received Change ImmutableThingChange [change=ImmutableChange [entityId=org.eclipse.ditto.test:85ba46bb-3364-47c5-886a-56b0bbfdc1c0, 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:85ba46bb-3364-47c5-886a-56b0bbfdc1c0}]], thing=ImmutableThing [thingId=org.eclipse.ditto.test:85ba46bb-3364-47c5-886a-56b0bbfdc1c0, policyId=null, definition=null, attributes={"abc":"def","foo":false}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
11:14:55.842 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ChangeUpwardsDownwardsPropagationTest#testDownwardsRegisterForSingleAttributeChangeWhenThingIsCreated()
11:14:55.843 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: ThingSearchPublisherTest#run()
11:14:55.843 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.844 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"021c5322-7158-4c09-bc0d-08bc2fb77915"},"path":"/","value":{}}
11:14:55.845 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"63bb98d0-05e0-4296-92fe-3e160b3c2bba","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":2}}
11:14:55.845 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"78cf9e3c-8c78-4ba1-8cc6-2d0316ebb4ab","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}}
11:14:55.846 [pool-416-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"f3a662e0-94f3-4662-8ea5-5a9a21d8c4b1","content-type":"application/json"},"path":"/","value":{"subscriptionId":"subscription1234","demand":1}}
11:14:55.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: ThingSearchPublisherTest#run()
11:14:55.849 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testFeatureEventAcknowledgement()
11:14:55.850 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.850 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e1fb398d-4455-43bd-a7ce-73ff7f32775c
11:14:55.854 [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}
11:14:55.854 [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}
11:14:55.854 [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}
11:14:55.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testFeatureEventAcknowledgement()
11:14:55.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testThingEventAcknowledgement()
11:14:55.857 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.857 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4a8d4241-399f-4232-a4a5-a90a14f9ee2e
11:14:55.859 [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}
11:14:55.860 [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}
11:14:55.860 [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}
11:14:55.861 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testThingEventAcknowledgement()
11:14:55.861 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testAttributeEventAcknowledgement()
11:14:55.861 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.862 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7c6df946-5b6a-4257-8189-63bb5bb38590
11:14:55.864 [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}
11:14:55.864 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/acks/403","headers":{"response-required":false},"path":"/","status":403}
11:14:55.864 [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}
11:14:55.865 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testAttributeEventAcknowledgement()
11:14:55.866 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#testStartConsumptionCombinations()
11:14:55.866 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.866 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success
11:14:55.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=98c35a0f-7b07-408a-baf6-c97343bc1cb5
11:14:55.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success
11:14:55.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=52435307-13f8-40a2-99d3-2aec34434b73
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b22dbab4-3b36-45d8-a60f-6c40dc355717
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=adca0db4-1ffa-471c-b13e-1509c1c0928e
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4d6d8613-cbfa-4cd4-94d9-544cff1b57d5
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4ee8390e-0cb8-4b5a-a74b-02dbebd91098
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1a394fc4-96ee-4397-95a9-efc7f39507f8
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f2d7dde6-6247-40cd-8402-c4deb6e8ca15
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=9aa01e07-56e5-484e-8474-4a1c04c07c3c
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=db380624-94f5-4a5d-a667-b74ed7845078
11:14:55.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure
11:14:55.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b3c2493f-dc6c-454f-8522-3eac504ee619
11:14:55.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c4703092-2402-4735-b86b-00eff251ab5b
11:14:55.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b4608d34-db2f-4bc1-af6a-50bf671a15cb
11:14:55.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c4407a62-6b12-45fe-844e-e619ac1cd2df
11:14:55.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure
11:14:55.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=48e301f9-7971-4826-9399-d800a87e59b5
11:14:55.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c728fc5f-1122-4e70-8df9-76bddada2071
11:14:55.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=847a4f82-8eba-4df9-897b-c69d8aa3fae9
11:14:55.871 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success
11:14:55.871 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e3ac5c4d-6927-491d-b997-f2020970ed45
11:14:55.872 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=eba223dc-b1db-416a-836b-84c7ca622d74
11:14:55.872 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=363b108f-7ad5-43bf-809d-457f3b4ffec8
11:14:55.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=95ecbc4d-7ca8-48f0-9a2f-ebb3a927d255
11:14:55.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure
11:14:55.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=982c964d-d636-4369-bcd4-e38f1396911d
11:14:55.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=41381f4b-3c94-4c06-be9a-3386c7c1ef83
11:14:55.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bf2aa9a7-a01e-4194-a1f4-dd9d247571f7
11:14:55.874 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bfef221a-f598-4808-944e-a85f1f9f93cb
11:14:55.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure
11:14:55.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4ff805df-c1bb-4ac2-8cb5-c008b22924ce
11:14:55.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e33e26b5-4865-4a5c-a6a9-ffcecb31c884
11:14:55.876 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success
11:14:55.876 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=970e8c08-510f-4119-a25b-e1027cafc771
11:14:55.877 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=edcc0c0c-2ac5-44cb-b8c9-2be456a18388
11:14:55.878 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1bbf625b-0a64-41db-bff6-a1c54b91dca4
11:14:55.878 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success
11:14:55.878 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7b2e4011-8125-4aff-a753-5f2db11ac18b
11:14:55.878 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=51aec1e5-120c-4cc8-b09c-a528f5877d3b
11:14:55.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=48363829-6235-495d-b1e5-abf745f2d569
11:14:55.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6a5a183a-1946-4cf4-884f-963c76a11f0d
11:14:55.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure
11:14:55.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2f9afe50-272b-4348-9950-b3cf3db9733c
11:14:55.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5105d7ec-b7d2-41d9-9d8f-23229dfb99ed
11:14:55.880 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fc1acddd-355e-463a-985f-3f427eb101d2
11:14:55.881 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=652ad852-de35-4c28-8639-60a101218b85
11:14:55.883 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure
11:14:55.883 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1dee0c8d-57c0-4473-8226-52c99ff46627
11:14:55.884 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3ab0a6e5-f2ad-48b9-aa11-7bafe29c1471
11:14:55.928 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1083baf1-0195-4a44-a293-f0bf67bffebf
11:14:55.929 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success
11:14:55.929 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8eb854be-8f87-47a6-97ca-523ec2c51618
11:14:55.930 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a8cfc3e5-71ee-4e83-897a-c8ebc0f99d6c
11:14:55.931 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=188c75b9-7cb6-4c59-92fa-07b8d978dda9
11:14:55.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=2562c71a-5ecc-411a-b28b-839aa2512bec
11:14:55.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure
11:14:55.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=6ef5986a-f84f-4ce8-80dd-f4d27a3366fa
11:14:55.932 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=047950b0-9505-4ec1-bc29-1bf53b8afc1f
11:14:55.933 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ca248e06-5328-41e6-acf7-3c9161fc5968
11:14:55.934 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=27a3088c-d235-4e96-9ba1-31229825f6fe
11:14:55.935 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure
11:14:55.935 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a92c19c6-7403-4aea-aea8-da85ee733b57
11:14:55.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success
11:14:55.936 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=936d845f-46db-4854-a096-4a7d06fbf63d
11:14:55.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4c805d55-fe5b-4b2f-9beb-d0c41de59b59
11:14:55.937 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success
11:14:55.938 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=65c5b33f-96b7-4414-880b-30bdd069dbe6
11:14:55.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=4681fa67-84a7-4b25-bcb4-93733db919b2
11:14:55.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=84346bea-b276-4cc9-bcd1-488ad0d4fbaf
11:14:55.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success
11:14:55.939 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=319c4571-e621-4f2d-94c4-ffa8d73da0a1
11:14:55.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=55d78d54-36cd-4bdc-89dd-ab9f5a0cf1eb
11:14:55.940 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=e6996bd8-909b-4a83-af7d-2ab5276f8120
11:14:55.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=c19f0694-4d07-4537-8968-841fdba5862b
11:14:55.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure
11:14:55.941 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f67c79c1-c70d-4be9-ad61-e02929a7c47d
11:14:55.942 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=f761b87c-0fa6-4164-bfa8-de66e4906cbf
11:14:55.942 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=1a760f68-2af9-45d4-a836-737081406335
11:14:55.942 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=fdafcd86-11e2-486d-a964-8f7065232a3c
11:14:55.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure
11:14:55.943 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7324559e-ad91-407a-87c3-85016357e6fc
11:14:55.944 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=044c0a2c-1767-41d8-abb3-79ef28524c7a
11:14:55.945 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=253535bc-cc7a-43b0-b2c9-752b9325df94
11:14:55.945 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success
11:14:55.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ff538ed1-19f8-4c8c-b592-31ad5445d8be
11:14:55.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=290fa483-9ef3-4b7b-96e3-42adf5e910ad
11:14:55.946 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=15443140-3769-4147-8d5b-ceee253f30b0
11:14:55.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=5a3e011a-21dd-418d-85a7-bcc04a63ecb4
11:14:55.947 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure
11:14:55.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=12d04f68-1745-4244-8fe4-fb920cc4e92a
11:14:55.948 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=acd3b2a8-4c70-4249-b257-089c5d1a7a3e
11:14:55.949 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8e2a0438-cd5c-4cd9-9d9d-4fe98c60ed8a
11:14:55.950 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=a998b9ad-6c0f-4a3c-964c-71a14ca2f68e
11:14:55.952 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure
11:14:55.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=96aa1270-f98b-4012-8efa-7fb934b15dd8
11:14:55.953 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=909d412d-d3e9-40a2-8e3f-594bfdb8aa75
11:14:55.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success
11:14:55.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=32b73e26-8e39-4f23-9858-93451cb7121c
11:14:55.954 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=86dd25a1-590e-4fd3-ae46-bb510cea1866
11:14:55.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b7a97073-8bea-4bce-a257-69349739b6a1
11:14:55.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success
11:14:55.955 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ec82ed59-74b2-467b-8787-e8eb87addcec
11:14:55.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=760d82a8-2b77-4f9e-9795-41f0d999e21f
11:14:55.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=46b5c523-68d8-41bb-b6ea-7d9251aa0bd9
11:14:55.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=3896d7d9-3a98-48ba-865e-0288b3e3b1ba
11:14:55.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure
11:14:55.956 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ce6a168a-5553-4804-ad31-e3866cab4bc8
11:14:55.957 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=8771f209-09a5-4781-871a-eb18cbbd522b
11:14:55.957 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b5d82449-fd49-4e41-b419-1bd7c84eaa17
11:14:55.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=34f715cf-602f-4485-b5a9-6ce434d04b85
11:14:55.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure
11:14:55.958 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=ece33f6b-44a2-4518-84bc-04eb1640c502
11:14:55.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d9c7582b-c19e-42bb-8c79-3572ce01aab9
11:14:55.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d8d9ceed-e2d9-4007-8dc5-08716d95306e
11:14:55.959 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success
11:14:55.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=54d9eeaf-d246-4934-9334-e243d133b468
11:14:55.960 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=bc5448a5-ac91-41d9-b400-8f69ffa6237c
11:14:55.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=88f28538-e141-42e1-89e3-1478a182fbf6
11:14:55.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=b730074b-d0b1-4bf6-8142-a071868ea3fc
11:14:55.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure
11:14:55.961 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=7e4df3bf-bdc4-4c01-852f-6c00b1316e51
11:14:55.962 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=94484d45-a78b-4b58-b615-80d979e9ba0b
11:14:55.962 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=006c3795-efed-48a3-9a9b-f8916ba1afdd
11:14:55.963 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=d273a7b6-f07b-4605-87f9-2b75cfea202b
11:14:55.964 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#testStartConsumptionCombinations()
11:14:55.964 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinTest#concurrentStartConsumptionFails()
11:14:55.965 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:55.965 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-EVENTS?correlation-id=dbef17b0-7ffc-49ea-a10a-70cd02caf0d6
11:14:55.966 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinTest#concurrentStartConsumptionFails()
11:14:56.063 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThing()
11:14:56.063 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.064 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=074edaf6-7ea0-41e4-8782-419892043912
11:14:56.064 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f9581c37-5fc5-43a7-961f-dcbd65e001b7
11:14:56.064 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fefad95b-8fc6-40bf-ae64-ff3d643c8b58
11:14:56.068 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"6a714d1d-494e-442e-8de8-09a60b4633cf","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}
11:14:56.068 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"6a714d1d-494e-442e-8de8-09a60b4633cf","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2023-12-13T11:14:56.068154Z"}
11:14:56.070 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThing()
11:14:56.070 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendMessageAndGetErrorResponse()
11:14:56.070 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.086 [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":"a158883f-2256-4d39-8c0f-23d5c873e898","content-type":"text/plain"},"path":"/inbox/messages/request","value":"payload"}
11:14:56.131 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendMessageAndGetErrorResponse()
11:14:56.131 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingCommandAcknowledgement()
11:14:56.132 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.132 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=deabb34c-2d12-4c7e-a0c4-1e35eca58524
11:14:56.132 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5875df5c-ce12-4de9-9545-04b9f684524f
11:14:56.132 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=50b56a3b-60b8-4305-900b-b24f40ad5660
11:14:56.135 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/100","headers":{"correlation-id":"2e2b6a9d-dfcc-4aae-af7e-05700a4bc700","channel":"live","response-required":false},"path":"/","status":100}
11:14:56.135 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/301","headers":{"correlation-id":"2e2b6a9d-dfcc-4aae-af7e-05700a4bc700","channel":"live","response-required":false},"path":"/","status":301}
11:14:56.135 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/acks/403","headers":{"correlation-id":"2e2b6a9d-dfcc-4aae-af7e-05700a4bc700","channel":"live","response-required":false},"path":"/","status":403}
11:14:56.136 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingCommandAcknowledgement()
11:14:56.136 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendFeatureMessage()
11:14:56.137 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.139 [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":"b7048b21-e7a1-42e2-87d1-fd6f72fe1ddf","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"}
11:14:56.146 [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":"ace14eb7-7065-45ec-a6a0-20f031002610","content-type":"text/plain"},"path":"/features/someFeature/inbox/messages/request","value":"MAKE COFFEE!"}
11:14:56.148 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendFeatureMessage()
11:14:56.148 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessageAsFeature()
11:14:56.148 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=20e6d14c-c5af-4951-ba22-51aed2b3257f
11:14:56.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=47e96dc0-3523-4016-a651-e8f212502e3b
11:14:56.149 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0a91e246-e8a3-4108-bbd5-fe1f1350d895
11:14:56.153 [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":"535bbbb7-e4b4-43db-a2a2-7c8aca02a4a0","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
11:14:56.154 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessageAsFeature()
11:14:56.154 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessage()
11:14:56.155 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8d6816b3-1749-4732-93ce-1a87ad6a6228
11:14:56.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e18c4ee4-294e-448e-9b56-3f592540aee1
11:14:56.156 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f11891ca-bede-41bc-9c44-c12426129667
11:14:56.158 [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":"4338531e-7044-4f3d-a7a7-e3df61ca19ef","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402}
11:14:56.159 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessage()
11:14:56.159 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitThingEvent()
11:14:56.160 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.160 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"bdafc95c-481e-44d1-835d-5fe9d13dda90","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.160392Z"}
11:14:56.161 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitThingEvent()
11:14:56.161 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements()
11:14:56.161 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.163 [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":"0bccaca5-f31c-4f51-8c50-9431575f5016"},"path":"/outbox/messages/request","value":"payload"}
11:14:56.166 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetSuccessAcknowledgements()
11:14:56.166 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForCreateThingAsThing()
11:14:56.166 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=51dca591-d290-447b-9ce1-c073c7bb9cfa
11:14:56.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=317065f2-f315-4793-ae67-fa7e76cf6581
11:14:56.167 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=883cc42d-b4c9-45fb-a2f4-ac035f6b4b7c
11:14:56.168 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/create","headers":{"correlation-id":"b0f956e7-3701-4548-be3a-6bca3c47daef","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}
11:14:56.168 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/created","headers":{"correlation-id":"b0f956e7-3701-4548-be3a-6bca3c47daef","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"example.com:testThing","policyId":"policy.namespace:policyName","attributes":{"new":"value"},"features":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}},"revision":-1,"timestamp":"2023-12-13T11:14:56.168303Z"}
11:14:56.169 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForCreateThingAsThing()
11:14:56.169 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements()
11:14:56.170 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.171 [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":"ca1fe55f-44ac-4871-b6db-aa29278301d1"},"path":"/outbox/messages/request","value":"payload"}
11:14:56.173 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageAndGetFailedAcknowledgements()
11:14:56.174 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForClaimMessageAsThing()
11:14:56.174 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.175 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c09874cd-8e43-4211-a430-5afcb950f4f8
11:14:56.175 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3c6b7249-d969-4d44-b17d-b59bf69784f7
11:14:56.175 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5aedd9b6-dcb5-4f69-a2b6-025c9f43924d
11:14:56.177 [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":"be214f47-1d51-42c5-a1d3-13accda408e1","content-type":"text/plain"},"path":"/outbox/messages/claim","value":"THOU WISHEST!","status":402}
11:14:56.178 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForClaimMessageAsThing()
11:14:56.179 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessage()
11:14:56.179 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.179 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=22e0551f-295c-4d8b-af6c-fd4c1b345382
11:14:56.180 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0f237a12-ec95-4abe-8273-24f0bd5f4270
11:14:56.180 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8b04ad24-e7f6-4407-be2d-94aed4575088
11:14:56.181 [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":"7299ca0c-7a8e-4321-bc74-427dd8d21597","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
11:14:56.183 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessage()
11:14:56.183 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeature()
11:14:56.183 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.183 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4c27b940-88cf-4f1a-8c66-610b27794df9
11:14:56.183 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=26871d8b-748a-42b7-8eba-d498e4e863cc
11:14:56.184 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=9ff50563-9f26-4dbd-97c1-20cfdbc10366
11:14:56.228 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"5a00aea6-9f5f-469d-8bbd-79477a92c9fb","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
11:14:56.228 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"5a00aea6-9f5f-469d-8bbd-79477a92c9fb","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.227875Z"}
11:14:56.229 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeature()
11:14:56.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature()
11:14:56.230 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=cdab7ef8-5cd5-4087-9520-30fdee3a3fc0
11:14:56.230 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=77d3c42a-18eb-4897-8ffb-12437f47d320
11:14:56.231 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=248b8d70-2686-4173-9350-09aa2d82cb75
11:14:56.231 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"dc5dd933-2d5f-473f-a1b1-7ef2a7c0c6dd","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
11:14:56.231 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"dc5dd933-2d5f-473f-a1b1-7ef2a7c0c6dd","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.231684Z"}
11:14:56.234 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsFeature()
11:14:56.234 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendClaimMessage()
11:14:56.234 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.235 [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":"ccfad934-ac24-4a10-8483-891096b8a754","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"}
11:14:56.237 [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":"45940e4b-9979-448e-89ef-f6ae1a40c2f2","content-type":"text/plain"},"path":"/inbox/messages/claim","value":"THOU BELONGEST TO ME!"}
11:14:56.239 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendClaimMessage()
11:14:56.239 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageAcknowledgement()
11:14:56.240 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.240 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=89cb8472-58f8-4c72-918c-a14d993161da
11:14:56.240 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b6e931df-86ee-4453-9762-77605d3888f5
11:14:56.240 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f92e1f7b-9027-4a53-8210-24334965e2f9
11:14:56.243 [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}
11:14:56.243 [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}
11:14:56.243 [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}
11:14:56.244 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageAcknowledgement()
11:14:56.244 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitEvent()
11:14:56.245 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.245 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"c96b9f8c-97ce-4543-b2ba-6294a1036b82","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.245504Z"}
11:14:56.246 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitEvent()
11:14:56.246 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#emitFeatureEvent()
11:14:56.247 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.247 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"c4b2bfa2-7137-4962-b0d1-0d032356fbc8","version":2,"channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.247343Z"}
11:14:56.248 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#emitFeatureEvent()
11:14:56.248 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testThingMessageAcknowledgement()
11:14:56.248 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.249 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=af62dd51-f112-4612-abac-bec327bcb5e8
11:14:56.249 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=99cb4d02-d8d2-4237-91db-3a2ba688a56d
11:14:56.249 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=794a1a1c-11c5-4ec4-91ef-b15e1554230b
11:14:56.250 [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}
11:14:56.251 [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}
11:14:56.251 [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}
11:14:56.252 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testThingMessageAcknowledgement()
11:14:56.252 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessage()
11:14:56.252 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.253 [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":"efc07149-2e67-475c-ac63-375db07e173a","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"}
11:14:56.255 [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":"1c28b726-6ab2-40d4-b9c8-bce87f386854","content-type":"text/plain"},"path":"/inbox/messages/request","value":"MAKE COFFEE!"}
11:14:56.256 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessage()
11:14:56.256 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForThingMessageAsThing()
11:14:56.257 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.258 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4a6ec56a-6217-4a92-833f-3fd399010645
11:14:56.258 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5e9cf057-7a0c-4570-9bd9-f5a4dd9cd29e
11:14:56.258 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3a7acf34-5db5-411f-8eea-140753353edc
11:14:56.259 [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":"775b9b93-f8d7-493f-89d9-887092a335c6","content-type":"text/plain"},"path":"/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
11:14:56.260 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForThingMessageAsThing()
11:14:56.261 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForFeatureMessage()
11:14:56.261 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.262 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=69d2e268-7b19-446d-b734-5505ce550257
11:14:56.262 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=759fe6e0-c4da-4fe0-a2f1-1c50bf85dc14
11:14:56.262 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=52b1dbd7-3846-42f4-83e0-3d56543b9704
11:14:56.263 [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":"07a6df88-e332-4cb0-8807-ff883ca6f250","content-type":"text/plain"},"path":"/features/someFeature/outbox/messages/request","value":"MAKE IT THYSELFE.","status":418}
11:14:56.265 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForFeatureMessage()
11:14:56.265 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest()
11:14:56.265 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.266 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#sendThingMessageWithoutLiveResponseAckRequest()
11:14:56.266 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement()
11:14:56.267 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.267 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7704fb75-55b6-48c8-b9b5-451e91c4eb1d
11:14:56.267 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3d873568-bfa5-472e-ac95-d0a7a7260082
11:14:56.267 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fd24bebd-5966-48b4-b69e-81ed3d3be2f7
11:14:56.269 [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}
11:14:56.270 [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}
11:14:56.270 [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}
11:14:56.271 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testFeatureMessageResponseAndAcknowledgement()
11:14:56.271 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#subscribeForDeleteFeatureAsThing()
11:14:56.271 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.272 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ec2c4c83-0e6c-4ebb-889e-e04531b493fd
11:14:56.272 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d12b2448-f54e-47a0-883f-e52d0e253951
11:14:56.272 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bd10e6c3-54e4-464c-ad37-375f7328e3d5
11:14:56.272 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"13455077-51c2-473f-9656-48974900903a","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false,"content-type":"application/json"},"path":"/features/someFeature","status":204}
11:14:56.272 [mock-provider-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/events/deleted","headers":{"correlation-id":"13455077-51c2-473f-9656-48974900903a","content-type":"application/json","ditto-entity-id":"thing:example.com:testThing","channel":"live","response-required":false},"path":"/features/someFeature","revision":-1,"timestamp":"2023-12-13T11:14:56.272714Z"}
11:14:56.273 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#subscribeForDeleteFeatureAsThing()
11:14:56.274 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#testStartConsumptionCombinations()
11:14:56.274 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.274 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success
11:14:56.274 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=54a0e070-eb05-47e7-a65a-7ebe03d29c6c
11:14:56.274 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1a39315b-ea00-44ec-83a5-1c7cd9ea3caf
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=53eda2c6-29ae-43b4-bb55-41d1fa74c6b3
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e89344e9-66a5-4ab2-99f7-9875874f1e30
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=12ed8484-aa34-4cc8-8e81-0097e12f6bed
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=67a6a8e4-5940-47d2-80c8-6da19855e490
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e678f026-6ee0-4b4f-97f1-e5898789258e
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=561d8e59-803b-4eff-aa3c-6ec9e8af4421
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=82294738-d70c-425d-8d89-611fa7bfaef7
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6be86a46-385d-45bb-aa39-f76d8301dd63
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d8242096-b34e-4563-91c8-b747182c9a9b
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=166dcbfb-c54a-493c-bf38-27a289cf50c3
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a0476b3b-5cee-4b3f-96a0-3d7c33e4823a
11:14:56.275 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8d88dac8-3851-499e-87fc-57e92bb5f1b9
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=80ace88e-f724-4618-a792-d0ff65fd958b
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=302df9ab-4f6e-4511-8e4f-cff8e16efd21
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=975e3cd5-daeb-4b31-967c-0cf66346c1d0
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=289b5dc1-bd51-4890-870a-63fcd921c93f
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect success
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6fbe90ef-9032-47eb-bd82-16bb2c2893a2
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=08560a3c-f04d-47ea-9aad-a6fff7139fe7
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=22c6f33f-7dcc-41f7-add2-2c51bd84c287
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d300093e-6d75-45f2-a2f5-8914f4f70a33
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d04cc005-8172-4139-bda0-88520a0742df
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=51f3de22-ed48-47ab-bbe7-e8c90cfba953
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9d7ff40-d526-4812-8460-bdea1fb7aaa7
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=921cb688-7fdf-4637-acf9-9843f0ff5c9c
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5fb0068e-1c77-4ddf-be79-f770dd955f33
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9ee6573-d16b-4dff-a7cb-b43bf2d08afd
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d94a4433-39d3-48bd-a0bc-0b3e4deaacb8
11:14:56.276 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=26e31431-1461-4edc-b9ed-48ee9fb9243f
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect success -> expect failure
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6410f605-5bde-4b23-9649-c672c38b2eca
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=102af5f7-9a11-4cfa-94d8-8cee37d9c0cb
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aca3dbf6-7541-43e3-95cc-4c3b9e29460d
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8e329fea-e3f4-4f38-80c1-c1f74223fa5b
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=09ae4818-e84a-43fc-96fe-d5f7ad001a5e
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d57b0ed8-af88-4993-bfb9-91f11b96df87
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2391ac65-fcf5-4b53-a737-2cd940e5382b
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4b3f9c79-0deb-4d63-9129-97798aa62984
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=19f4d44f-060e-4bad-b3d8-885ebbaec6f4
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=276c1316-ab1f-4f2e-942e-2d75a510e669
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=95dc4988-6221-45f8-95d6-bf76541cf13b
11:14:56.277 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0b1de755-1061-4c31-85c7-694fc0bdd77b
11:14:56.327 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure
11:14:56.327 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d4ef7073-8689-4850-ab8f-99a9163cb9db
11:14:56.327 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bdb36b32-19f9-4254-98ab-830d92bc6770
11:14:56.327 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=08d40f12-0e0d-4d40-a82c-a0e1a0bd3084
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b85e7795-fa24-4e33-b699-3f0469f7dc74
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=17aa62ed-aa69-4863-878b-948ab61dfe3a
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f2916f45-d725-406c-906c-1723460c83b0
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2727772a-0333-4a7f-9fd5-c53703dc436b
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=316192be-3df0-4316-8556-a50cea05b7ed
11:14:56.328 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c872c1b0-0f84-4764-9274-cc5388721b88
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect success
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f1670643-3c04-489c-852c-315bc66d2fa5
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c8ed8a20-c84e-4d60-8aeb-f228e7793b7c
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=98fa95f9-81b0-47ce-a5a4-a2901813d474
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2332821f-8063-430a-b127-d4a075881ad3
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=778f3ab3-2d9c-4e5e-8a0d-064e60b18acd
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=99ba18cc-e380-4f42-8e28-fe0005a695ab
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f60c9a02-243e-4a52-89a2-dfc755f3064b
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f4b6c3bc-4b51-4d5b-a36b-4b9ec1a93864
11:14:56.332 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=548b4f79-23e8-4b73-820f-fc4321c94c2b
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2880a569-aca8-4b16-a744-b5a17b74b3c4
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=27d06a78-0240-4e47-adf4-65d1d8e97bad
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7e40bde2-0406-4eb4-bbd2-87d349a111e6
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect success -> expect failure -> expect failure
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=71d1a0b1-6ce1-414a-8460-574a061ad372
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d357ff97-d15f-4389-a515-5e84f9039673
11:14:56.333 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a7ab54f2-69a5-472a-a342-b52c1dc5ab65
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=db8c2e28-3fcf-40ec-89bc-2198bc6e3f70
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=923373ed-cf6f-4761-995b-8aae944d902e
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7915a46c-8bf2-42c8-94db-e4968ac6b51d
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eb03f0d6-5e37-4693-b126-4c42e3ef0886
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=201dde3b-b251-4863-8e92-cd622300411d
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8a1ef021-35ee-4b88-83e0-9fa4e4fedbbe
11:14:56.334 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=94302221-0552-4fe6-b0e8-d737f7302627
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=126f755b-520b-44d2-8898-7008ba60d3d1
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4101fdd6-c304-4950-9855-8f2bff2f1c76
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3d624d6e-b201-4a80-95e8-2cc36eb4784a
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0d49a197-7e39-4710-8e82-e88cf0bc4fdf
11:14:56.335 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=760c7a42-ab9c-4a5a-a6ea-a186c136bb83
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3c9f2033-519b-4583-b190-df1621a9e32e
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4c437dbd-4fd8-4939-ac61-89fd80dce461
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=55a70c8c-1870-4634-8fd6-bb33cdd5ccdf
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=241aa7cc-18db-432f-bc40-45e923d0f3e1
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=30b8459c-f49d-4cf9-9981-4e65c4fbed99
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f3cd72e1-67a5-4472-afde-db670eeebaad
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=198161ca-0c44-4a66-a791-436c353dc9ba
11:14:56.336 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=afa8b035-b343-44b9-97f0-534ae83b2813
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=aa8fc523-5ffb-4153-81c8-e0adf79432b6
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ecd3b168-dcc5-4f59-8c62-580f563cd582
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7ce8e96a-acbb-463a-aa1a-0f00fe013087
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d93b3710-974a-4c9e-80e6-f5949bf656b3
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect success
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8c6f53cf-1c90-490f-ade3-6263996fc731
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b40b40ff-29fb-46c7-8f8b-175397787eee
11:14:56.337 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3ca46301-cc14-40e7-b6f3-cdfc6d8ac75b
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8504d951-acda-4483-8014-21b3b11e7d01
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bae89194-381e-4594-8ffa-8d17bdf86e9f
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ee9efcfe-7dfd-41e5-9d3a-0a77ec9c6c65
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=588c6786-945d-49a1-b9f9-0c858f9a1f34
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ba56476b-72db-4ee3-b050-85a6f68f8b2e
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=502f1038-2671-42ea-8883-aefdc47786de
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3767e946-d827-40d1-941c-5312d42995bc
11:14:56.338 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2e361792-3ef9-4bc1-928b-add98e1f9d6b
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8bb9e9e3-9f4a-405a-b1ae-ab8cbfd90934
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect success -> expect failure
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=57af2403-d50b-45a1-b611-94f2483bf40d
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cec28766-1d36-4d05-ba6a-23e72e9ebed1
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=0eeb56a6-cd86-4de7-99a0-5629d708cb26
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f7f39f81-0517-42ab-8ec6-5ab0938d564f
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=678174d3-8e30-4548-9f2f-644f284fead0
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=94eab0ca-7209-43c9-ad50-dfb7f59e429f
11:14:56.339 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=eb2619a5-c9cd-40e2-ba87-7ecda6a78c7e
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=76a04ded-0ec9-44dc-8bec-90a06895875f
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c1a7b2ec-9192-40c7-b2f1-3fa0061cc336
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=61ea115d-c1ea-499e-8240-b3832d9cb1fe
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a9b70d70-dbd6-481d-9d23-cd9e8fec7649
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=013eb2de-2605-451b-b33a-02eedde39769
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b43cbcef-5a5d-4046-aac8-2797fb146fc0
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e60bf672-9265-43b0-8450-14b4cc30dbd4
11:14:56.340 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e97fdefb-9ea2-4ab5-bbd1-ad430c5140e4
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bc96e340-f7f9-4edc-a382-a2cf5201e28b
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=45c5024a-5733-46bd-949e-68cdefeb595d
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=95949517-14f6-4f38-8727-d05f9704fde2
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7bdf5ef2-2ac9-4d99-ae1b-954ebe523113
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f1884a81-d50a-4d5a-87d4-37227daba256
11:14:56.341 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=7795d327-ebdc-49b7-8942-34356f532fbc
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect success
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b2198bd6-14d6-401c-9aa3-f12c74b58c7d
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a16ac2bc-dda9-434d-975d-15af72ed8e64
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6b129472-8ddb-43f4-ac31-c2f3e742ff0e
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1ef41d8e-f320-4d32-a1ae-5242d47b2367
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b686db8b-23b1-441a-aba1-62cd20400095
11:14:56.342 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c532be37-87d1-4b7e-88ef-578a43cdf2f2
11:14:56.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=19ae97bc-3dff-4993-b4d7-da6347c1532c
11:14:56.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=027b8237-a4d1-49f7-a796-4e40ccfbf502
11:14:56.343 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=784a1ec8-52be-450a-8625-5975007df770
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=26348a38-44b9-49fd-8d3f-3883447408a8
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=f5edd1a1-3d04-49bf-9e70-371dcbf04767
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=3c05d03e-6e50-49e6-a424-ae5e088f2ff6
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect success -> expect failure -> expect failure -> expect failure
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8bd0491e-eb99-4633-b82d-28a5f8b1d605
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3431b874-89ec-4491-b681-3ee0620e5d58
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ad1993f7-f684-46ec-9e52-744dc2ebb320
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=c3a7850e-f53c-42c6-aed8-a9258df4afcd
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6b0e334f-683b-4627-9e7f-4d210eface48
11:14:56.344 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d7c734e9-292a-4f1a-ab5b-b1aaf91a6337
11:14:56.345 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=73e413a1-7ac5-427c-8724-021fa97b8695
11:14:56.345 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b0a064be-49dd-4365-9ecd-fbdcefb8fbf4
11:14:56.345 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5d6a0de2-cbae-4444-b561-1970ec289f61
11:14:56.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=caada915-d28c-4677-9616-d50c0570c5e1
11:14:56.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=d641e330-84ff-4de2-8ae3-d5be26ce7258
11:14:56.346 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ae59bf67-c890-4bd2-86fd-11dc346d0d46
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7578f2b3-8b27-4dc0-8d8b-d840ce7cb4da
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0aa718d6-bb02-4041-be14-4dd7585f291d
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e56544a8-9f4c-478f-b60e-124e8a301690
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=42d46b15-0385-4733-8caa-cdb3b60cfa91
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a4eeff8d-d5c6-4476-888c-6bad5b45aad7
11:14:56.347 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=25199f54-841b-4d2d-97a1-47632f7f6def
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9d502b07-2973-469b-8204-4dfd02cf467f
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b3f96267-c49f-48c2-8133-01d5defe612f
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fe6bdce2-3964-4417-a524-1d49e8f3ca8a
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=6de32502-bdb3-44bb-a2de-2434f619d2df
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=27201e61-61da-4e24-a21a-510f789a0352
11:14:56.348 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=127273cf-0d70-4468-8bb9-cef384115a3f
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=999ca7f0-ceac-4713-b31c-ee407549e9a5
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7b2c84e3-b489-4f4e-820d-ed849e397878
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=5aa20fed-6256-495c-bc2d-c039b6dee935
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=030401be-b549-4267-983b-d0b9719a68c5
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0fc670ee-9abd-4356-af43-5457afe7b7cb
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d7cf9082-6d8c-46a1-8fae-040d38b43755
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect success
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=37d2df63-a8a6-4d13-8e32-238718e95ef9
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cc090673-09ac-4b06-a104-60e65734e554
11:14:56.349 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=95532f9c-343a-4a80-969b-04d6f771e6a1
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=87b81e2a-56c0-423e-92e7-e8c139dc1622
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b733db84-35e7-4303-ad80-73a6f2d561f4
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=579902b2-0440-4781-b793-cec446ef980f
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=e73a7ce3-7c4a-48be-b9b7-8d9692022589
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1fed9c9d-f8fd-4d52-9f00-c76ef66969a1
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2ca47a36-d05a-4377-8938-a2d882d52fc4
11:14:56.350 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=bc0b83e5-f2e7-4931-a77d-71e9e9a3fce2
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=cb3bacd9-a465-4945-a9a4-f25f1c186984
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bdb9d2a2-5a65-4061-a607-7f968bbe4810
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect success -> expect failure
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=ec847637-3330-4c8a-914f-2bc9c2373242
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4e4d49a9-3fcd-4551-a8c6-ac2806dfe48c
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c95e71b9-ac4c-4ada-b6de-368599d90f3e
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2869eca1-eee1-43a9-a2ea-468dc7726b5e
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=876a99a1-625b-4cc4-bb09-c5f1f5ef230a
11:14:56.351 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a203f4a9-8054-46be-a792-ea0d5676e1c7
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=fc064f97-e364-4fe8-a353-ad31350bf0e1
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=4f7f214d-a888-4038-9760-8fd1cbd1927a
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e12de5e9-6120-4423-aecd-7ccd42f3f724
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9f3b2ae2-8360-40af-839c-ed7ef5cf128e
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bb5fb55c-38a8-4e55-a2da-8896e86f32e4
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=994757af-ee0f-46d1-8dfc-1bb28bc5b86e
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d3eb4655-0896-4403-bdfa-6503b719db59
11:14:56.352 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=522e6419-0a3c-4f66-a05d-1741940f2b9b
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4f51fb62-587a-4f74-bf1f-6fe5e7cd5483
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=67265ccc-e530-42e7-9540-3275db0b2a04
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=49db95a9-6e6a-4756-926c-dcada656ae73
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=f9070e98-238f-442a-93b9-222fda99717b
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=82dc8038-2df5-471b-bd06-d92d06a3a9ea
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=98bf41fe-052f-48d4-ba53-3cc89327fad7
11:14:56.353 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=38cb07c8-b9d2-4ab1-9e08-61fce150e1d1
11:14:56.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect success
11:14:56.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=126ace9c-a0b8-4b00-bf2d-25de716a2e7c
11:14:56.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=2411f382-4580-4131-8e43-dba401f51dd5
11:14:56.354 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c16dd4e7-8f7e-4908-b2e1-42565a71a115
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=13414fca-7a1e-4b38-97b8-4e70715c23ef
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e7ae79c3-95b6-48df-a8a3-b06a323ff9a7
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=a14d876f-c820-4edf-b1b3-20ae48e3862a
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3a920d41-2155-4575-a71a-b72408981cf6
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=91263301-77dc-4f0c-a9a4-571a40f0f6cf
11:14:56.355 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6626aade-709a-40d7-8396-68c1a81aa01f
11:14:56.356 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7cff81be-529c-4fbe-8951-f460225295e7
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=adc206a5-4586-4dad-973b-0905212057a3
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=442958f5-19a6-4277-9e08-5da8a4b34221
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect success -> expect failure -> expect failure
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=21b9718a-58f9-4e7a-8153-8d37db15cce6
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=bbac487c-602c-41f9-958e-10c1b506d456
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e3e1c3cb-e15e-4fd4-a158-ebcc612b55f3
11:14:56.357 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=129256d3-4ae2-4737-b4c4-4efdbac33ab9
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5d1de2c3-d28f-48d3-89d3-556e8c35ecdd
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=bb604a77-3197-4f15-98d4-fee6e2165aab
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=3f1d3843-28b3-4476-b490-549d56624868
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c21042ce-bbdb-445f-bb5a-47aaecea65cc
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=97137d81-9d4b-4cd1-947c-8571cbc7dd6c
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5b6d8687-f224-4814-8f6c-11bc2d72319a
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ae5289c3-cc2e-49ed-b13e-cccf8daec90f
11:14:56.358 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1d7557de-a5a2-4c0f-9bb1-0a6bac3e8dec
11:14:56.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure
11:14:56.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=5fefe5c6-5f5f-4280-9b68-d6f108fbc428
11:14:56.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b75c664d-895c-41e2-84b2-fb778605e726
11:14:56.359 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=881a7110-44d8-4df9-9aec-f4c7ab4110ef
11:14:56.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=4107b2c5-10bf-4844-a7d9-be3c23f793b2
11:14:56.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=dcad2147-ff8c-4ad1-ad0e-06b123a4764d
11:14:56.360 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=cfa8b2db-b3d6-4d78-b5b4-155801f9b9f8
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9a5c8911-c649-42cb-a5b5-fb024435c12c
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=3fa45314-a72f-4897-bf89-b7c192ad6392
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ee052acb-a123-4d85-b0f3-0e872a0ccf48
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d9845b32-2a7d-4aa5-a93d-9a1625949fda
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ab59d87a-3a6f-41dc-9c98-7bec6dcd929a
11:14:56.361 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=eedf51bf-292d-43ff-85fe-e5d698e2d94b
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=507a643a-b3e4-404c-915c-73bcf87c3ff2
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=00eda19b-ed94-4ebd-bfa4-a69e8d6dd0e0
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=4ae137fb-81e0-434b-a362-acb6f51e5e8f
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect success
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=342147a0-e489-4893-b866-50a431aeaf47
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=b1992928-3024-436c-bde2-ae308a28df86
11:14:56.362 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6234f753-8a17-47d4-9daf-0e9b32788002
11:14:56.363 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b1f3677b-2549-46ea-98d4-40516ccdb045
11:14:56.363 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1162efaa-8929-4d20-b034-61c70bede702
11:14:56.363 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=e7a1f580-9f40-4530-abc7-435cb58a1b87
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=1562a686-1cff-4fd8-84e4-3e589b887913
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5ad80d78-b0bb-4155-bd26-c5bc8c2cd3e7
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1b5cb790-f835-44c3-a32c-7cd233a49090
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8247e9da-2a1e-40cf-9d27-f496a6d2aa59
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=851be840-be1f-4d11-8742-4ecdf4e9f402
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=35f126cb-a127-4aad-8a45-e93d289f970c
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect success -> expect failure
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d24aad66-b70e-4eb9-89c7-955278e713e3
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=e1181314-ecad-43c7-9669-c9582829b495
11:14:56.364 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=6399b065-19f0-4ad3-bee3-e39603a42756
11:14:56.366 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=b356fe2a-cde1-49a3-a076-ba18a93475c4
11:14:56.367 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a9ea3ea6-b6c5-488d-956a-7fccedff2ef2
11:14:56.367 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=755557ea-ffba-4abd-8985-3dd446b3e916
11:14:56.367 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=feee93e8-fa9f-4094-85ba-15ff639e190a
11:14:56.367 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6bc6bc1d-677d-4bb3-a187-acd6bab9cf91
11:14:56.367 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=d8f710cd-7304-4b50-81df-53bec2c5e7ad
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=d01af296-ff04-4b56-bcdd-9e0946f04d40
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=8c4bb5e0-386c-42bd-9906-7d0a1fda1632
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=fc54b418-ecdd-495f-9d26-e74577659ee8
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=a582a292-35e1-42f0-90bd-818b0fec6505
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=1ce6344a-7149-4375-b734-254f8f822715
11:14:56.368 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=180b16a5-275b-476d-b3fc-fd3ef567e40a
11:14:56.369 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=35ac68d8-0097-4ae4-bf1b-d10ff22e06fa
11:14:56.369 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=c7abc07a-077c-4ea2-badb-a9a68db354bb
11:14:56.369 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=ff7e7521-d440-4e33-a153-7782abda08b4
11:14:56.370 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=18aa05c4-3f06-48bd-8b6a-65979dfda3c1
11:14:56.370 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6feebd2c-c6e1-4b6b-8278-099a23287c8e
11:14:56.370 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=1f444287-c3d5-4c69-ae5b-9e5c5d049a96
11:14:56.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect success
11:14:56.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=9cac2dac-db00-4236-8702-05b47b276c81
11:14:56.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=0fd2527a-27ba-463a-942e-e3c1d8fc396c
11:14:56.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c7e80261-073f-43a5-ad1d-4d524801f324
11:14:56.371 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=2f1b11eb-85cb-487b-954a-5f59db8d2d5f
11:14:56.372 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a8d3615f-a842-4236-9638-f86a12fe6c50
11:14:56.372 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=decb021f-1efb-47d5-9cc3-4430dc814ee9
11:14:56.372 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=7a09eedf-07f2-461e-bb26-b3c1f84fb85f
11:14:56.372 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=7f1e029a-0199-41bc-8406-5878586b10c2
11:14:56.372 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=2e4aa0a5-f031-42c9-9ef0-acc6e3008c4a
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f7571c7b-55af-4299-abaa-6feb3cafe2ac
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=5f012547-06df-45d7-af96-436efdd9440d
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=8ad0aa03-f6a2-4285-9596-89a16644350d
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing startConsumption sequence: expect failure -> expect failure -> expect failure -> expect failure
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8d6aae0a-ddeb-4d68-a3cb-2d6e9f8c0484
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=9e6b3551-2afc-48c8-8c04-638dbad7dd08
11:14:56.373 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=b1abee0e-5175-40c4-96db-91f6d499d538
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=62eb3af0-fbf4-40be-acb3-fbd3e74d9ccb
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=6edecf60-be30-4e7f-bdb8-a4ad211881ef
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=c581e6c8-0b80-4058-9e60-3e891ef17618
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=f3af4dce-bd66-4c29-aae1-5de251e94501
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=a602e19a-5eb7-4f6a-a598-27a1b861e351
11:14:56.374 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=826a4592-4411-4f6e-8881-968a4edf4781
11:14:56.375 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=da958f9c-072f-48c6-97ac-65bf3a6d5c65
11:14:56.375 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=293ee436-e3f2-468f-8992-4c01b6fe0557
11:14:56.375 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=47978367-5617-4656-9208-e85119044008
11:14:56.428 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#testStartConsumptionCombinations()
11:14:56.428 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientLiveTest#concurrentStartConsumptionFails()
11:14:56.428 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.429 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-EVENTS?correlation-id=8ace071e-00e3-4847-b653-5319c693f812
11:14:56.429 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-MESSAGES?correlation-id=ae864ba2-0175-4275-92fb-628db050f826
11:14:56.429 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: START-SEND-LIVE-COMMANDS?correlation-id=36580ae3-8aa8-4f82-953f-843df5024deb
11:14:56.430 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientLiveTest#concurrentStartConsumptionFails()
11:14:56.431 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=PUBLISHER]()
11:14:56.432 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.433 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"99272081-cec6-40dd-9977-e2956912b86f"},"path":"/","value":{}}
11:14:56.435 [pool-450-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"6e6298a8-4bc6-4d2f-b8ab-0e61655c7ff8","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-0","demand":2}}
11:14:56.437 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=PUBLISHER]()
11:14:56.438 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]()
11:14:56.438 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.439 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"29b0a6d9-b88e-4943-b5df-9cfeed9022b2"},"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"}
11:14:56.440 [pool-452-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"981e11fc-2269-4f00-8749-b7e2eaff6538","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-1","demand":2}}
11:14:56.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=PUBLISHER]()
11:14:56.441 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]()
11:14:56.442 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.442 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"ac6b2f4d-6e40-4b1f-8de6-e3a475a84d7c"},"path":"/","value":{}}
11:14:56.443 [pool-454-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"5eb9b5a6-5c21-4234-9661-d2062b7e7177","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-2","demand":2}}
11:14:56.444 [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"}}
11:14:56.444 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=PUBLISHER]()
11:14:56.445 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]()
11:14:56.445 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.445 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"58387e3e-7a49-497a-81fc-b58e82b194ba"},"path":"/","value":{}}
11:14:56.446 [pool-456-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"1678450d-a6c9-48fc-ac6e-5e10892943ee","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-3","demand":2}}
11:14:56.449 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=PUBLISHER]()
11:14:56.449 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#someResults[method=STREAM]()
11:14:56.450 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.450 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"fae4258d-ec25-4565-81fc-53f9ec45ff67"},"path":"/","value":{}}
11:14:56.451 [pool-458-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"417e66d6-2a88-4f64-9117-9d6e4e22b8aa","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-nonempty-subscription-4","demand":2}}
11:14:56.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#someResults[method=STREAM]()
11:14:56.453 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#emptyResults[method=STREAM]()
11:14:56.454 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.454 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"e5a16147-adc1-412d-86a0-1025d90297d5"},"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"}
11:14:56.455 [pool-460-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"62cd389a-ec3e-4cbe-9bea-bfefb991f686","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-empty-subscription-5","demand":55}}
11:14:56.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#emptyResults[method=STREAM]()
11:14:56.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]()
11:14:56.456 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.456 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"8ea8e3bc-2228-4911-925d-8aae83c09eb0"},"path":"/","value":{}}
11:14:56.457 [pool-462-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"a651f2c5-5c7c-4b47-aece-3cc5ce9a9648","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription-6","demand":2}}
11:14:56.457 [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"}}
11:14:56.458 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#exceptionInHandlerCancelsStream[method=STREAM]()
11:14:56.458 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchTest#partialFailure[method=STREAM]()
11:14:56.459 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.459 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"9c5a16be-caed-4f72-82e4-f74eb56d383e"},"path":"/","value":{}}
11:14:56.459 [pool-464-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"f36bb7ef-1cf6-48b4-918b-7c58e570b5af","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-failed-subscription-7","demand":2}}
11:14:56.461 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchTest#partialFailure[method=STREAM]()
11:14:56.461 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientTwinSearchPublisherTest#cancellation()
11:14:56.462 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.462 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/subscribe","headers":{"content-type":"application/json","correlation-id":"856b35c5-2830-4ae4-90b5-61cec8e78155"},"path":"/","value":{}}
11:14:56.463 [pool-466-thread-1] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"_/_/things/twin/search/request","headers":{"correlation-id":"d2cd09ae-d23d-4aff-abb1-cbe48e3899f6","content-type":"application/json"},"path":"/","value":{"subscriptionId":"my-cancelled-subscription","demand":99}}
11:14:56.463 [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"}}
11:14:56.464 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientTwinSearchPublisherTest#cancellation()
11:14:56.467 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]()
11:14:56.467 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.468 [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":"163c3fd2-6d6d-4751-813e-9c95d8988e61","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"}
11:14:56.470 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=twin]()
11:14:56.470 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]()
11:14:56.471 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.471 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"3912f656-8597-430c-9c4b-c95d1144bc4d","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.473 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=twin]()
11:14:56.473 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]()
11:14:56.473 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.474 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"4acbca1b-7a79-434f-b13d-7615f6386eb5","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
11:14:56.476 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=twin]()
11:14:56.476 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]()
11:14:56.477 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.477 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"e9f031ea-5ca1-4452-a8a1-d4846d6252d3","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}}
11:14:56.479 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=twin]()
11:14:56.479 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]()
11:14:56.479 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.528 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"6324196a-620c-4610-ba5f-6e63f04af1e8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42}
11:14:56.530 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=twin]()
11:14:56.530 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]()
11:14:56.530 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.531 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"f12196a8-794f-45e6-9e7b-cc49f6907b05","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.535 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=twin]()
11:14:56.536 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]()
11:14:56.536 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.537 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"728ab9e5-acba-4bda-b412-c2e5aa11f744","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features"}
11:14:56.538 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=twin]()
11:14:56.538 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]()
11:14:56.539 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.539 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"eb800d1a-1045-43b9-b437-23982e449c5a","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}}
11:14:56.540 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=twin]()
11:14:56.541 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]()
11:14:56.541 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.542 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7fa0049f-a596-4c0f-acd3-dd3df749fab3","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties/density"}
11:14:56.543 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=twin]()
11:14:56.543 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]()
11:14:56.544 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.544 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"0c663e66-b1cd-4ecd-b620-edcd760aa071","version":2,"response-required":true,"if-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.545 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=twin]()
11:14:56.545 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]()
11:14:56.546 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.546 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"requested-acks":["custom-ack-1","twin-persisted"],"correlation-id":"9820317b-b927-4716-968a-f27ba84c4e44","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.548 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=twin]()
11:14:56.548 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]()
11:14:56.549 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.549 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"7fee6c9c-f9e0-41d4-ace5-27f779bac609","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=twin]()
11:14:56.551 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]()
11:14:56.552 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.552 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"8446ca0c-82cb-4c6c-8241-fccbad9deb06","version":2,"response-required":true,"if-none-match":"*","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.553 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=twin]()
11:14:56.553 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]()
11:14:56.554 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.555 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"37da9924-d298-45e2-a160-0d620d5a068b","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42}
11:14:56.556 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=twin]()
11:14:56.556 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=twin]()
11:14:56.557 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.557 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"ef739b5e-51a9-4dc5-a4f5-0fd27231b374","version":2,"response-required":true,"content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.558 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=twin]()
11:14:56.559 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]()
11:14:56.559 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.559 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/retrieve","headers":{"correlation-id":"c84d8816-d31b-4c3d-9f6a-df17fbec9e2c","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=twin]()
11:14:56.561 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]()
11:14:56.561 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.562 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"92c0b434-a73f-461a-ae5c-50e9f99acce0","version":2,"response-required":true,"if-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=twin]()
11:14:56.563 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]()
11:14:56.564 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.564 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"ddf1cb5d-5e1b-4fc6-a289-aaf0c060f875","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
11:14:56.566 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=twin]()
11:14:56.566 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]()
11:14:56.567 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.567 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a60e999e-499c-4f10-a546-7a2b1d6531c4","version":2,"response-required":true,"content-type":"application/json"},"path":"/features"}
11:14:56.568 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=twin]()
11:14:56.568 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=twin]()
11:14:56.569 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.569 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"7e727abd-0228-476d-803d-56bf8b356674","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.571 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=twin]()
11:14:56.571 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]()
11:14:56.571 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.572 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"f18bc815-4208-44b2-8ab5-3cdbcd9784e3","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.573 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=twin]()
11:14:56.573 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=twin]()
11:14:56.573 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.574 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/modify","headers":{"correlation-id":"5f4ddbb1-2a8e-4712-9f57-9f063cd0dd47","version":2,"response-required":true,"content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.576 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=twin]()
11:14:56.576 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]()
11:14:56.577 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.578 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"fb66d227-0a6c-4423-bdfa-3507703f377b","version":2,"response-required":true,"condition":"ne(attributes/test)","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.627 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=twin]()
11:14:56.627 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]()
11:14:56.628 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.629 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"a2843667-106e-468b-b1a8-9adcb604388a","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/definition"}
11:14:56.630 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=twin]()
11:14:56.631 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]()
11:14:56.631 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.632 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/delete","headers":{"correlation-id":"12e5f616-db18-4a6c-94c5-78b2f6ac4da8","version":2,"response-required":true,"content-type":"application/json"},"path":"/features/someFeature/properties"}
11:14:56.633 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=twin]()
11:14:56.633 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]()
11:14:56.634 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.634 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/twin/commands/merge","headers":{"correlation-id":"15d6d913-0fa8-4a46-ac45-f5b022fc38e7","version":2,"response-required":true,"if-none-match":"*","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.636 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=twin]()
11:14:56.636 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]()
11:14:56.637 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.638 [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":"f5975199-9403-4345-a7f8-fa230e66effa","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"}
11:14:56.639 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturePropertiesWithFailedAcknowledgements[channel=live]()
11:14:56.640 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testRetrieveFeature[channel=live]()
11:14:56.640 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.641 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"d0c32923-ccab-4b9e-b03d-8c1d1b402370","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.642 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testRetrieveFeature[channel=live]()
11:14:56.642 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]()
11:14:56.643 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.644 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"355dcb2f-cd8d-4ddf-90ba-8f19bb615351","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
11:14:56.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#mergeFeatureDefinition[channel=live]()
11:14:56.645 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]()
11:14:56.646 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.647 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"94e36086-fbbe-49bf-b730-8d11978230ed","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties","value":{"density":42}}
11:14:56.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperties[channel=live]()
11:14:56.648 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]()
11:14:56.649 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.650 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"5fff53f5-f4c1-47a2-97db-283e73bf460a","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density","value":42}
11:14:56.651 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperty[channel=live]()
11:14:56.651 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]()
11:14:56.652 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.652 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"dc5cdefe-c95a-4a16-bb08-137fc3961eb9","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.654 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithConditionOption[channel=live]()
11:14:56.654 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]()
11:14:56.655 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.655 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"3ad2927f-23e0-400b-871b-72393bdbd89e","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features"}
11:14:56.657 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeaturesWithConditionOption[channel=live]()
11:14:56.657 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]()
11:14:56.658 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.658 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"a06e6676-3b33-41ab-85ca-21b1f7a77ea4","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties","value":{"density":42}}
11:14:56.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureProperties[channel=live]()
11:14:56.660 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]()
11:14:56.661 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.661 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b4e7da69-c226-465b-8d35-e035a5fcc914","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties/density"}
11:14:56.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperty[channel=live]()
11:14:56.663 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]()
11:14:56.664 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.664 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"aee79ef3-8964-4a5e-8891-9169fdb5363f","version":2,"if-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionTrue[channel=live]()
11:14:56.666 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]()
11:14:56.667 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.668 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"requested-acks":["custom-ack-1","live-response"],"correlation-id":"d08f2b4b-6c0f-4288-857f-9512956b58ae","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.669 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWith2Acknowledgements[channel=live]()
11:14:56.669 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]()
11:14:56.670 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.670 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"75835d90-8b23-47fd-84b3-a95487adace7","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.672 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeaturesWithConditionOption[channel=live]()
11:14:56.672 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]()
11:14:56.672 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.673 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"ecbf452a-4ec2-4bdf-9262-b33dc5624041","version":2,"if-none-match":"*","channel":"live","content-type":"application/json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.674 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatureWithExistsOptionFalse[channel=live]()
11:14:56.675 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]()
11:14:56.675 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.676 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"5d77d714-8d19-41d2-b829-f60e21960812","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature/properties/density","value":42}
11:14:56.677 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureProperty[channel=live]()
11:14:56.677 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatures[channel=live]()
11:14:56.677 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.678 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"d8553f1e-6a03-42d7-9563-3bdeba7904a0","version":2,"channel":"live","content-type":"application/merge-patch+json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.679 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatures[channel=live]()
11:14:56.679 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]()
11:14:56.680 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.727 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/retrieve","headers":{"correlation-id":"cd477fca-04d9-40e5-99e2-e489dc42100a","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.729 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#retrieveFeatureWithCondition[channel=live]()
11:14:56.729 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]()
11:14:56.729 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.730 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"c05c5333-bff2-48f8-8d4d-c74ed2208866","version":2,"if-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.731 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionTrue[channel=live]()
11:14:56.731 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#setFeatureDefinition[channel=live]()
11:14:56.734 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.735 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"425d3cf6-2758-4399-a5d1-60e5e29f9306","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition","value":["org.eclipse.ditto:test:0.1.0"]}
11:14:56.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#setFeatureDefinition[channel=live]()
11:14:56.736 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatures[channel=live]()
11:14:56.737 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.737 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"1e1ceeb3-2cc6-4c5b-ac4e-f9a918728fd1","version":2,"channel":"live","content-type":"application/json"},"path":"/features"}
11:14:56.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatures[channel=live]()
11:14:56.738 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeature[channel=live]()
11:14:56.739 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.739 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"b89e0ad9-4591-436d-b4d6-3f8ce9b29675","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.740 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeature[channel=live]()
11:14:56.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]()
11:14:56.741 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.741 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"8a923fa9-cf62-4131-8248-0a07f4e8ada2","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithConditionOption[channel=live]()
11:14:56.743 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testSetFeatures[channel=live]()
11:14:56.743 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.744 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/modify","headers":{"correlation-id":"21dd85df-ac6e-4db6-9e62-c6a9a98cf55b","version":2,"channel":"live","content-type":"application/json"},"path":"/features","value":{"someFeature":{"properties":{"propertyPointer":"propertyValue"}}}}
11:14:56.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testSetFeatures[channel=live]()
11:14:56.745 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]()
11:14:56.746 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.746 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"33677654-c087-45e3-baa2-f671fe3c9881","version":2,"condition":"ne(attributes/test)","channel":"live","content-type":"application/json"},"path":"/features/someFeature"}
11:14:56.747 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureWithConditionOption[channel=live]()
11:14:56.747 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]()
11:14:56.748 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.748 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"2d5a5531-1e6c-44f4-91e8-4965de393105","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/definition"}
11:14:56.749 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#deleteFeatureDefinition[channel=live]()
11:14:56.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]()
11:14:56.750 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.750 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/delete","headers":{"correlation-id":"15f3dbd0-f8f5-4e4e-b412-fb19809d46ce","version":2,"channel":"live","content-type":"application/json"},"path":"/features/someFeature/properties"}
11:14:56.751 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testDeleteFeatureProperties[channel=live]()
11:14:56.752 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]()
11:14:56.752 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.752 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"example.com/testThing/things/live/commands/merge","headers":{"correlation-id":"79579eb4-65b6-40ab-b0bf-8f1b78b3aa4f","version":2,"if-none-match":"*","channel":"live","content-type":"application/merge-patch+json"},"path":"/features/someFeature","value":{"properties":{"propertyPointer":"propertyValue"}}}
11:14:56.754 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientFeaturesTest#testMergeFeatureWithExistsOptionFalse[channel=live]()
11:14:56.755 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions()
11:14:56.755 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.758 [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"}
11:14:56.761 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndOptions()
11:14:56.761 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector()
11:14:56.762 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.762 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"25fb9dd8-f270-4900-9561-7164211c97c4","version":2,"response-required":true,"content-type":"application/json"},"path":"/","fields":"/_revision"}
11:14:56.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelector()
11:14:56.764 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyFails()
11:14:56.764 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.765 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"fbeb0674-e790-43fa-be7f-d9dc6a343d64","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
11:14:56.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyFails()
11:14:56.768 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicy()
11:14:56.768 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.772 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"ebab785b-0429-4bf8-9ea9-9cc2bc3f6472","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"}}}}
11:14:56.775 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicy()
11:14:56.775 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions()
11:14:56.775 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.776 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithFieldSelectorAndInvalidOptions()
11:14:56.776 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithMissingId()
11:14:56.777 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.777 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithMissingId()
11:14:56.778 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption()
11:14:56.778 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.828 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyWithForbiddenOption()
11:14:56.828 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption()
11:14:56.828 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithForbiddenOption()
11:14:56.834 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicyWithMissingId()
11:14:56.835 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicyWithMissingId()
11:14:56.836 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption()
11:14:56.836 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#updatePolicyFailsWithExistsOption()
11:14:56.837 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testUpdatePolicy()
11:14:56.838 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.841 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"d5dd4e39-2ede-4652-8dfb-c6257b258f4f","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"}}}}
11:14:56.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testUpdatePolicy()
11:14:56.845 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicy()
11:14:56.846 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.847 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"2744ebc7-7798-4f4c-b28c-aaaf9cd08538","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"}}}}
11:14:56.848 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"f8ae008f-92c9-46aa-8610-aac8c46da497","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"}}}}
11:14:56.849 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"ad64ac06-5b5c-4309-9928-3c61ee5135e4","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"}}}}
11:14:56.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicy()
11:14:56.854 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicy()
11:14:56.855 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.856 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/delete","headers":{"correlation-id":"baf97038-76ca-426f-a34a-b43084312520","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
11:14:56.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicy()
11:14:56.858 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicy()
11:14:56.859 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.859 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/retrieve","headers":{"correlation-id":"7aa52c75-4991-4500-b7f0-266565a3d012","version":2,"response-required":true,"content-type":"application/json"},"path":"/"}
11:14:56.861 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicy()
11:14:56.861 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#createPolicyFailsWithExistsOption()
11:14:56.861 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.862 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#createPolicyFailsWithExistsOption()
11:14:56.862 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithOptions()
11:14:56.863 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.863 [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":"/"}
11:14:56.864 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithOptions()
11:14:56.864 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyJsonObject()
11:14:56.865 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.866 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/create","headers":{"correlation-id":"a97cbe8c-fb3f-45fb-aae3-262bf3d5ab01","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"}}}}
11:14:56.867 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyJsonObject()
11:14:56.868 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions()
11:14:56.868 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testRetrievePolicyWithInvalidOptions()
11:14:56.869 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption()
11:14:56.869 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#deletePolicyFailsWithExistsOption()
11:14:56.870 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption()
11:14:56.871 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.871 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testDeletePolicyWithForbiddenOption()
11:14:56.872 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testPutPolicyJsonObject()
11:14:56.872 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.873 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"7b752108-5cbe-4028-a092-29b60a6ea783","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"}}}}
11:14:56.874 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"2175c33b-b7ee-4367-be42-5134f2a9760b","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"}}}}
11:14:56.875 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Send message: {"topic":"policy.namespace/policyName/policies/commands/modify","headers":{"correlation-id":"7b224230-d299-41cf-8547-7bc560c851f4","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"}}}}
11:14:56.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testPutPolicyJsonObject()
11:14:56.879 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Testing: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption()
11:14:56.879 [main] INFO  o.e.d.c.internal.DefaultDittoClient - Ditto Client [0-SNAPSHOT//2023-12-13] initialized successfully
11:14:56.880 [main] INFO  o.e.d.c.i.AbstractDittoClientTest - Finished: DittoClientPoliciesTest#testCreatePolicyWithForbiddenOption()
[WARNING] Tests run: 1043, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 42.562 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:40 min
[INFO] Finished at: 2023-12-13T11:15:15Z
[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: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.felix:maven-bundle-plugin:pom:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.felix:felix-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.felix:felix-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache:apache:pom:21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.core:pom:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.core:pom:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:pom:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:felix-parent:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:felix-parent:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.core:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.osgi:org.osgi.core:pom:4.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.easymock:easymock:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.easymock:easymock:pom:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.felix:org.apache.felix.utils:pom:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:org.apache.felix.utils:pom:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.compendium:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.osgi:org.osgi.compendium:pom:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-core:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-core:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:27 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.22 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-lang3:pom:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-parent:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-parent:pom:37 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-builder-support:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-builder-support:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-cipher:pom:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:sisu-plexus:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.oss:oss-parent:pom:9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.enterprise:cdi-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-api-parent:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-api-bom:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.jboss.weld:weld-parent:pom:6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:jsr250-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.inject:javax.inject:pom:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:sisu-inject:pom:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.5.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava-parent:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava-parent:pom:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.oss:oss-parent:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-api:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-spi:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:pom:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.inject:guice:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.inject:guice:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.inject:guice-parent:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.inject:guice-parent:pom:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google:google:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact aopalliance:aopalliance:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava-parent:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava-parent:pom:16.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-compat:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-compat:pom:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.wagon:wagon:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.wagon:wagon:pom:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:26 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:16 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-archiver:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-archiver:pom:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:24 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache:apache:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:2.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-core:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-core:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:pom:1.11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9-stable-1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact junit:junit:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact junit:junit:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact classworlds:classworlds:pom:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact classworlds:classworlds:pom:1.1-alpha-2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-parameter-documenter:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-jdk14:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-jdk14:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.slf4j:jcl-over-slf4j:pom:1.5.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-logging-api:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-error-diagnostics:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-project:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-project:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact backport-util-concurrent:backport-util-concurrent:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-cli:commons-cli:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-cli:commons-cli:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-parent:pom:11 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-descriptor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-monitor:pom:2.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact classworlds:classworlds:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact classworlds:classworlds:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:pom:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.code.findbugs:jsr305:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.code.findbugs:jsr305:pom:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:pom:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-io:pom:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:pom:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-components:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-parent:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-project:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-project:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:pom:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether:pom:0.9.0.M2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.plexus:plexus-build-api:pom:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.spice:spice-parent:pom:15 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.forge:forge-parent:pom:5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sitetools:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-core:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.5.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-i18n:pom:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-components:pom:1.1.12 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.4.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-velocity:pom:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-containers:pom:1.0-alpha-20 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:pom:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:pom:1.2-alpha-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus:pom:1.0.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.velocity:velocity:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.velocity:velocity:pom:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:pom:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-lang:commons-lang:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-lang:commons-lang:pom:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact oro:oro:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact oro:oro:pom:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:pom:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-modules:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-fml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:pom:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.jdom:jdom:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.jdom:jdom:pom:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.core:jar:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.easymock:easymock:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.felix:org.apache.felix.utils:jar:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.compendium:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-builder-support:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:jar:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.enterprise:cdi-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:jsr250-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.google.inject:guice:jar:no_aop:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-compat:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-archiver:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-project:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.velocity:velocity:jar:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-lang:commons-lang:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact oro:oro:jar:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.jdom:jdom:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:maven-bundle-plugin:jar:4.2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.osgi:org.osgi.core:jar:6.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact biz.aQute.bnd:biz.aQute.bndlib:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.slf4j:slf4j-api:jar:1.7.25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.felix:org.apache.felix.bundlerepository:jar:1.6.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.easymock:easymock:jar:2.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.felix:org.apache.felix.utils:jar:1.6.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.osgi:org.osgi.compendium:jar:4.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-core:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-model:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-settings-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-builder-support:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-repository-metadata:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-api:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-model-builder:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.guava:guava:jar:18.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-aether-provider:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-api:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.aether:aether-util:jar:1.0.2.v20150114 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.enterprise:cdi-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact javax.annotation:jsr250-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)]
[INFO] Artifact com.google.inject:guice:jar:no_aop:4.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact javax.inject:javax.inject:jar:1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact aopalliance:aopalliance:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-interpolation:jar:1.21 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-classworlds:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-component-annotations:jar:1.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.sonatype.plexus:plexus-cipher:jar:1.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.commons:commons-lang3:jar:3.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-compat:jar:3.3.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.wagon:wagon-provider-api:jar:2.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.reporting:maven-reporting-api:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-archiver:jar:2.6 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-shared-utils:jar:0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact com.google.code.findbugs:jsr305:jar:2.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-archiver:jar:2.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-io:jar:2.3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.commons:commons-compress:jar:1.9 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked), plexus.snapshots (https://oss.sonatype.org/content/repositories/plexus-snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.shared:maven-dependency-tree:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven:maven-project:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-profile:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-artifact-manager:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact backport-util-concurrent:backport-util-concurrent:jar:3.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven:maven-plugin-registry:jar:2.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-utils:jar:3.0.10 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.sonatype.plexus:plexus-build-api:jar:0.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-sink-api:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-site-renderer:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.doxia:doxia-core:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact junit:junit:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.codehaus.plexus:plexus-velocity:jar:1.1.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.velocity:velocity:jar:1.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-lang:commons-lang:jar:2.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact oro:oro:jar:2.0.8 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-decoration-model:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact commons-collections:commons-collections:jar:3.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-apt:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-fml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[INFO] Artifact org.jdom:jdom:jar:1.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[WARNING] The project org.eclipse.ditto:ditto-client:bundle:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] 
[INFO] -------------------< org.eclipse.ditto:ditto-client >-------------------
[INFO] Building Eclipse Ditto :: Java Client 0-SNAPSHOT
[INFO]   from pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.surefire:surefire:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.surefire:surefire:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-failsafe-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:jacoco-maven-plugin:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:jacoco-maven-plugin:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:org.jacoco.build:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:org.jacoco.build:pom:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:jacoco-maven-plugin:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.jacoco:jacoco-maven-plugin:jar:0.8.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:34 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:23 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:33 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-source-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin-parent:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin-parent:pom:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:mycila-pom:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:mycila-pom:pom:3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.mycila:license-maven-plugin:jar:3.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:pom:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:50 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:license-maven-plugin:jar:2.0.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:31 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:19 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-resources-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:pom:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:mojo-parent:pom:40 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.codehaus.mojo:flatten-maven-plugin:jar:1.0.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:pom:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:pom:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-surefire-plugin:jar:3.0.0-M4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:pom:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven:maven-parent:pom:30 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache:apache:pom:18 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-assembly-plugin:jar:3.1.0 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:pom:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-dependency-plugin:jar:3.1.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-base:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-base:pom:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.14.3 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:pom:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-plugins:pom:25 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-install-plugin:jar:2.5.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:pom:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.apache.maven.plugins:maven-deploy-plugin:jar:2.8.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse-repo (https://repo.eclipse.org/content/repositories/cbi-releases/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.neovisionaries:nv-websocket-client:pom:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.neovisionaries:nv-websocket-client:pom:2.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.slf4j:slf4j-api:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.slf4j:slf4j-parent:pom:1.7.36 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.reactivestreams:reactive-streams:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.reactivestreams:reactive-streams:pom:1.0.4 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.eclipsesource.minimal-json:minimal-json:pom:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.eclipsesource.minimal-json:minimal-json:pom:0.9.5 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo.classindex:classindex:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo.classindex:classindex:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo.classindex:parent:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo.classindex:parent:pom:3.13 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo:parent:pom:1.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.atteo:parent:pom:1.17 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact com.google.code.findbugs:jsr305:pom:3.0.2 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact ch.qos.logback:logback-classic:pom:1.2.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:14 min
[INFO] Finished at: 2023-12-13T11:16:31Z
[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