Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[emfcloud-build] Build check-modelserver-glsp-integration (#54) FAILURE

Job: check-modelserver-glsp-integration
Build Number: 54
Build URL: https://ci.eclipse.org/emfcloud/job/check-modelserver-glsp-integration/54/
Started by timer
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes emfcloud/emfcloud-agent-pod-971h1-grf0g
Still waiting to schedule task
‘emfcloud-agent-pod-971h1-grf0g’ is offline
Agent emfcloud-agent-pod-971h1-grf0g is provisioned from template emfcloud-agent-pod-971h1
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/check-modelserver-glsp-integration/54/";
    runUrl: "job/check-modelserver-glsp-integration/54/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82"
    jenkins/label: "emfcloud-agent-pod"
  name: "emfcloud-agent-pod-971h1-grf0g"
  namespace: "emfcloud"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipseglsp/ci:alpine-v4.0"
    name: "ci"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "2"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfcloud.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "emfcloud-agent-pod-971h1-grf0g"
    - name: "JENKINS_NAME"
      value: "emfcloud-agent-pod-971h1-grf0g"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/";
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on emfcloud-agent-pod-971h1-grf0g in /home/jenkins/agent/workspace/check-modelserver-glsp-integration
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout current master)
[Pipeline] git
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git
 > git init /home/jenkins/agent/workspace/check-modelserver-glsp-integration # timeout=10
Fetching upstream changes from https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c3ebb98303afc1cd3a5b70058e5e2e59cf8ccea0 (refs/remotes/origin/update-versions)
 > git rev-parse refs/remotes/origin/update-versions^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3ebb98303afc1cd3a5b70058e5e2e59cf8ccea0 # timeout=10
Commit message: "Update project-template to latest versions"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b update-versions c3ebb98303afc1cd3a5b70058e5e2e59cf8ccea0 # timeout=10
 > git rev-list --no-walk c3ebb98303afc1cd3a5b70058e5e2e59cf8ccea0 # timeout=10
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: modelserver-glsp-integration example - server)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server
[Pipeline] {
[Pipeline] sh
+ mvn clean verify -U -B '-Dmaven.repo.local=/home/jenkins/.m2/repository' --settings ../../../.mvn/custom-settings.xml
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.emfcloud.integration.example.parent                    [pom]
[INFO] org.eclipse.emfcloud.integration.example.modelserver               [jar]
[INFO] org.eclipse.emfcloud.integration.example.glspjavaserver            [jar]
[INFO] 
[INFO] --< org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.parent >--
[INFO] Building org.eclipse.emfcloud.integration.example.parent 0.7.0-SNAPSHOT [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 7.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 351 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/10/apache-10.pom (15 kB at 200 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 312 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emfcloud.integration.example.parent ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 133 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/3/apache-3.pom (3.4 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 58 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 125 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 125 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 2.3 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 108 kB/s)
[INFO] 
[INFO] --< org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver >--
[INFO] Building org.eclipse.emfcloud.integration.example.modelserver 0.7.0-SNAPSHOT [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1.pom (16 kB at 143 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 383 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/27/apache-27.pom (20 kB at 245 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-checkstyle-plugin/3.2.1/maven-checkstyle-plugin-3.2.1.jar (110 kB at 1.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 431 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/11/apache-11.pom (15 kB at 221 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 428 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 148 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 162 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 556 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/23/apache-23.pom (18 kB at 275 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 695 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.pom (7.2 kB at 85 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M6/surefire-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire/3.0.0-M6/surefire-3.0.0-M6.pom (23 kB at 214 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 675 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/25/apache-25.pom (21 kB at 311 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.jar (44 kB at 502 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 508 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 143 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 92 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/38/maven-parent-38.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 344 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/28/apache-28.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/28/apache-28.pom (21 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/googlecode/addjars-maven-plugin/addjars-maven-plugin/1.0.5/addjars-maven-plugin-1.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/googlecode/addjars-maven-plugin/addjars-maven-plugin/1.0.5/addjars-maven-plugin-1.0.5.pom (3.2 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/googlecode/addjars-maven-plugin/addjars-maven-plugin/1.0.5/addjars-maven-plugin-1.0.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/googlecode/addjars-maven-plugin/addjars-maven-plugin/1.0.5/addjars-maven-plugin-1.0.5.jar (8.7 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.3.0/maven-shade-plugin-3.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.3.0/maven-shade-plugin-3.3.0.pom (13 kB at 151 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.3.0/maven-shade-plugin-3.3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-shade-plugin/3.3.0/maven-shade-plugin-3.3.0.jar (141 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 17 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 13 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-20230417.153916-21.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-20230417.153916-21.pom (4.2 kB at 76 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/maven-metadata.xml (838 B at 13 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/maven-metadata.xml (838 B at 8.8 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.parent-0.7.0-20230417.153916-29.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.parent-0.7.0-20230417.153916-29.pom (14 kB at 193 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 26 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-20230417.153916-29.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-20230417.153916-29.pom (4.1 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 20 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-20230417.153916-14.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-20230417.153916-14.pom (3.5 kB at 63 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 27 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/org.eclipse.glsp.server-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/org.eclipse.glsp.server-1.1.0-20230508.073349-32.pom (2.9 kB at 52 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/maven-metadata.xml (796 B at 13 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/maven-metadata.xml (796 B at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/org.eclipse.glsp.parent-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.parent/1.1.0-SNAPSHOT/org.eclipse.glsp.parent-1.1.0-20230508.073349-32.pom (15 kB at 191 kB/s)
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/maven-metadata.xml (1.0 kB at 20 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/maven-metadata.xml (502 B at 9.5 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice/maven-metadata.xml (744 B at 8.6 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.1/guice-5.0.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.1/guice-5.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.1/guice-5.0.1.pom (9.0 kB at 92 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom (19 kB at 284 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/google/5/google-5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/5/google-5.pom (2.5 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 9.3 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 5.3 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 172 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 199 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 148 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 98 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 66 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 31 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 83 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.2-SNAPSHOT/maven-metadata.xml (1.6 kB at 32 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.2-SNAPSHOT/maven-metadata.xml (1.6 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-20220124.163724-14.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.2-SNAPSHOT/guice-5.0.2-20220124.163724-14.pom (8.9 kB at 159 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice-parent/5.0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.0.2-SNAPSHOT/maven-metadata.xml (608 B at 11 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.0.2-SNAPSHOT/maven-metadata.xml (608 B at 9.8 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.0.2-SNAPSHOT/guice-parent-5.0.2-20220124.163724-14.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.0.2-SNAPSHOT/guice-parent-5.0.2-20220124.163724-14.pom (18 kB at 187 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.1.0/guice-5.1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.1.0/guice-5.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 102 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 261 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.1.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 28 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.1.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.1.1-SNAPSHOT/guice-5.1.1-20230504.210349-88.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.1.1-SNAPSHOT/guice-5.1.1-20230504.210349-88.pom (9.8 kB at 185 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice-parent/5.1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.1.1-SNAPSHOT/maven-metadata.xml (608 B at 11 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/5.1.1-SNAPSHOT/maven-metadata.xml (608 B at 10.0 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.1.1-SNAPSHOT/guice-parent-5.1.1-20230504.210349-89.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/5.1.1-SNAPSHOT/guice-parent-5.1.1-20230504.210349-89.pom (19 kB at 247 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 155 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom (11 kB at 154 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom (14 kB at 200 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 31 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom (2.1 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom (7.0 kB at 107 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.pom (2.2 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.18.0/error_prone_parent-2.18.0.pom (11 kB at 115 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/6.0.0-rc1/guice-6.0.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/6.0.0-rc1/guice-6.0.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/6.0.0-rc1/guice-6.0.0-rc1.pom (10 kB at 104 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/6.0.0-rc1/guice-parent-6.0.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/6.0.0-rc1/guice-parent-6.0.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/6.0.0-rc1/guice-parent-6.0.0-rc1.pom (19 kB at 163 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/6.0.0-rc2/guice-6.0.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/6.0.0-rc2/guice-6.0.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/6.0.0-rc2/guice-6.0.0-rc2.pom (10 kB at 93 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/6.0.0-rc2/guice-parent-6.0.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/6.0.0-rc2/guice-parent-6.0.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/6.0.0-rc2/guice-parent-6.0.0-rc2.pom (19 kB at 166 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.0-rc1/guice-7.0.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/7.0.0-rc1/guice-7.0.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/7.0.0-rc1/guice-7.0.0-rc1.pom (9.8 kB at 96 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/7.0.0-rc1/guice-parent-7.0.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/7.0.0-rc1/guice-parent-7.0.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/7.0.0-rc1/guice-parent-7.0.0-rc1.pom (19 kB at 177 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 31 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/7.0.1-SNAPSHOT/maven-metadata.xml (1.6 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/guice-7.0.1-20230508.173309-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/guice-7.0.1-20230508.173309-3.pom (9.8 kB at 196 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/inject/guice-parent/7.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/7.0.1-SNAPSHOT/maven-metadata.xml (606 B at 12 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/7.0.1-SNAPSHOT/maven-metadata.xml (606 B at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/7.0.1-SNAPSHOT/guice-parent-7.0.1-20230508.173309-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/7.0.1-SNAPSHOT/guice-parent-7.0.1-20230508.173309-3.pom (19 kB at 261 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml (449 B at 14 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml (449 B at 6.9 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.ecore.change/maven-metadata.xml (417 B at 4.3 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.pom (1.5 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.4 kB at 104 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (501 B at 9.8 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.5 kB at 27 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.ecore/maven-metadata.xml (1.1 kB at 7.6 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.18.0/org.eclipse.emf.ecore-2.18.0.pom (1.7 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.3 kB at 102 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 10 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.5 kB at 26 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (1.0 kB at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.16.0/org.eclipse.emf.common-2.16.0.pom (1.3 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.17.0/org.eclipse.emf.common-2.17.0.pom (1.3 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.18.0/org.eclipse.emf.common-2.18.0.pom (1.3 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.19.0/org.eclipse.emf.common-2.19.0.pom (1.3 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.20.0/org.eclipse.emf.common-2.20.0.pom (1.3 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.21.0/org.eclipse.emf.common-2.21.0.pom (1.3 kB at 13 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.22.0/org.eclipse.emf.common-2.22.0.pom (1.3 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.24.0/org.eclipse.emf.common-2.24.0.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.25.0/org.eclipse.emf.common-2.25.0.pom (1.9 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.27.0/org.eclipse.emf.common-2.27.0.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.pom (1.9 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.19.0/org.eclipse.emf.ecore-2.19.0.pom (1.7 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.20.0/org.eclipse.emf.ecore-2.20.0.pom (1.7 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.21.0/org.eclipse.emf.ecore-2.21.0.pom (1.7 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.22.0/org.eclipse.emf.ecore-2.22.0.pom (1.7 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.23.0/org.eclipse.emf.ecore-2.23.0.pom (1.7 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.24.0/org.eclipse.emf.ecore-2.24.0.pom (2.3 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.pom (2.3 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.26.0/org.eclipse.emf.ecore-2.26.0.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.27.0/org.eclipse.emf.ecore-2.27.0.pom (2.3 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.pom (2.3 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.29.0/org.eclipse.emf.ecore-2.29.0.pom (2.3 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.change/2.15.0/org.eclipse.emf.ecore.change-2.15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.15.0/org.eclipse.emf.ecore.change-2.15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.15.0/org.eclipse.emf.ecore.change-2.15.0.pom (2.2 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.pom (1.5 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/commons-cli/commons-cli/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/maven-metadata.xml (598 B at 43 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/commons-cli/commons-cli/maven-metadata.xml (563 B at 7.4 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.4/commons-cli-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 127 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 1.0 MB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/18/apache-18.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/18/apache-18.pom (16 kB at 241 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 223 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 27 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/org.eclipse.glsp.graph-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/org.eclipse.glsp.graph-1.1.0-20230508.073349-32.pom (3.2 kB at 52 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/guava/guava/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/maven-metadata.xml (4.0 kB at 337 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/maven-metadata.xml (429 B at 8.6 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/maven-metadata.xml (4.2 kB at 75 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/guava/guava/maven-metadata.xml (3.7 kB at 48 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-android/guava-30.1.1-android.pom (12 kB at 147 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-android/guava-parent-30.1.1-android.pom (14 kB at 165 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 101 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 177 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 216 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.0-android/guava-31.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0-android/guava-31.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0-android/guava-31.0-android.pom (12 kB at 113 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.0-android/guava-parent-31.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0-android/guava-parent-31.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0-android/guava-parent-31.0-android.pom (14 kB at 163 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.0-jre/guava-31.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0-jre/guava-31.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0-jre/guava-31.0-jre.pom (11 kB at 109 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.0-jre/guava-parent-31.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0-jre/guava-parent-31.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0-jre/guava-parent-31.0-jre.pom (14 kB at 134 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.0.1-android/guava-31.0.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0.1-android/guava-31.0.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.0.1-android/guava-31.0.1-android.pom (12 kB at 116 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.0.1-android/guava-parent-31.0.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0.1-android/guava-parent-31.0.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.0.1-android/guava-parent-31.0.1-android.pom (14 kB at 207 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.1-android/guava-31.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-android/guava-31.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-android/guava-31.1-android.pom (11 kB at 109 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.1-android/guava-parent-31.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-android/guava-parent-31.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-android/guava-parent-31.1-android.pom (15 kB at 222 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 34 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 153 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 161 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 223 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/maven-metadata.xml (1.4 kB at 101 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/maven-metadata.xml (282 B at 5.8 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/maven-metadata.xml (1.4 kB at 26 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/com/google/code/gson/gson/maven-metadata.xml (1.3 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.7/gson-2.8.7.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.7/gson-2.8.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.7/gson-2.8.7.pom (2.4 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.7/gson-parent-2.8.7.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.7/gson-parent-2.8.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.7/gson-parent-2.8.7.pom (4.6 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.8/gson-2.8.8.pom (6.0 kB at 92 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.8/gson-parent-2.8.8.pom (4.6 kB at 69 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 99 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.9.0/gson-2.9.0.pom (8.1 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.9.0/gson-parent-2.9.0.pom (4.5 kB at 67 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.9.1/gson-2.9.1.pom (8.2 kB at 128 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.9.1/gson-parent-2.9.1.pom (4.5 kB at 65 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.10/gson-2.10.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10/gson-2.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10/gson-2.10.pom (9.4 kB at 142 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10/gson-parent-2.10.pom (12 kB at 192 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 138 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 151 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml (1.5 kB at 133 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml (815 B at 13 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml (2.0 kB at 24 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/maven-metadata.xml (985 B at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.11.0/org.eclipse.lsp4j.jsonrpc-0.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.11.0/org.eclipse.lsp4j.jsonrpc-0.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.11.0/org.eclipse.lsp4j.jsonrpc-0.11.0.pom (2.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom (2.5 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom (4.4 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.0/org.eclipse.lsp4j.jsonrpc-0.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.0/org.eclipse.lsp4j.jsonrpc-0.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.0/org.eclipse.lsp4j.jsonrpc-0.12.0.pom (2.6 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 16 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.12.1-20220502.180313-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.12.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.12.1-20220502.180313-4.pom (2.6 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.13.0-20220519.200624-116.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.13.0-20220519.200624-116.pom (2.6 kB at 47 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0/org.eclipse.lsp4j.jsonrpc-0.13.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0/org.eclipse.lsp4j.jsonrpc-0.13.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.13.0/org.eclipse.lsp4j.jsonrpc-0.13.0.pom (2.6 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.14.0-20220526.144518-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.14.0-20220526.144518-3.pom (2.6 kB at 49 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0/org.eclipse.lsp4j.jsonrpc-0.14.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0/org.eclipse.lsp4j.jsonrpc-0.14.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.14.0/org.eclipse.lsp4j.jsonrpc-0.14.0.pom (2.6 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.15.0-20220728.051632-14.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.15.0-20220728.051632-14.pom (2.6 kB at 48 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0/org.eclipse.lsp4j.jsonrpc-0.15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0/org.eclipse.lsp4j.jsonrpc-0.15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.15.0/org.eclipse.lsp4j.jsonrpc-0.15.0.pom (2.6 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.16.0-20221006.131603-7.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.16.0-20221006.131603-7.pom (3.0 kB at 50 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0/org.eclipse.lsp4j.jsonrpc-0.16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0/org.eclipse.lsp4j.jsonrpc-0.16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.16.0/org.eclipse.lsp4j.jsonrpc-0.16.0.pom (2.9 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.17.0-20221014.135122-2.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.17.0-20221014.135122-2.pom (3.0 kB at 56 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0/org.eclipse.lsp4j.jsonrpc-0.17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0/org.eclipse.lsp4j.jsonrpc-0.17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.17.0/org.eclipse.lsp4j.jsonrpc-0.17.0.pom (2.9 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.18.0-20221025.132007-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.18.0-20221025.132007-3.pom (3.0 kB at 56 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0/org.eclipse.lsp4j.jsonrpc-0.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0/org.eclipse.lsp4j.jsonrpc-0.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.18.0/org.eclipse.lsp4j.jsonrpc-0.18.0.pom (2.9 kB at 28 kB/s)
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.5 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 7.1 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221117.083139-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221117.083139-4.pom (3.0 kB at 58 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0/org.eclipse.lsp4j.jsonrpc-0.19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0/org.eclipse.lsp4j.jsonrpc-0.19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0/org.eclipse.lsp4j.jsonrpc-0.19.0.pom (2.9 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.1-20230411.151246-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.1-20230411.151246-3.pom (3.0 kB at 56 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1/org.eclipse.lsp4j.jsonrpc-0.19.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1/org.eclipse.lsp4j.jsonrpc-0.19.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.1/org.eclipse.lsp4j.jsonrpc-0.19.1.pom (2.9 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.20.0-20230209.171956-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.20.0-20230209.171956-4.pom (3.0 kB at 55 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0/org.eclipse.lsp4j.jsonrpc-0.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0/org.eclipse.lsp4j.jsonrpc-0.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.0/org.eclipse.lsp4j.jsonrpc-0.20.0.pom (2.9 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.20.1-20230228.151909-2.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.20.1-20230228.151909-2.pom (3.0 kB at 56 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1/org.eclipse.lsp4j.jsonrpc-0.20.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1/org.eclipse.lsp4j.jsonrpc-0.20.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.20.1/org.eclipse.lsp4j.jsonrpc-0.20.1.pom (2.9 kB at 31 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.21.0-20230502.154939-17.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.21.0-20230502.154939-17.pom (3.0 kB at 55 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/org.eclipse.glsp.server.emf-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/org.eclipse.glsp.server.emf-1.1.0-20230508.073349-32.pom (3.6 kB at 64 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml (447 B at 15 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/maven-metadata.xml (447 B at 6.5 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.13.0/org.eclipse.emf.ecore.edit-2.13.0.pom (1.7 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml (757 B at 58 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml (757 B at 11 kB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emf/org.eclipse.emf.edit/maven-metadata.xml (629 B at 7.1 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.15.0/org.eclipse.emf.edit-2.15.0.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.pom (1.9 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.pom (2.5 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.edit/2.18.0/org.eclipse.emf.edit-2.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.18.0/org.eclipse.emf.edit-2.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.18.0/org.eclipse.emf.edit-2.18.0.pom (2.5 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.14.0/org.eclipse.emf.ecore.edit-2.14.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.14.0/org.eclipse.emf.ecore.edit-2.14.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.14.0/org.eclipse.emf.ecore.edit-2.14.0.pom (2.4 kB at 33 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 27 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.client-0.7.0-20230309.090614-121.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.client-0.7.0-20230309.090614-121.pom (2.6 kB at 47 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/maven-metadata.xml (836 B at 14 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/maven-metadata.xml (836 B at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.bundles.parent-0.7.0-20230309.090614-90.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.bundles.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.bundles.parent-0.7.0-20230309.090614-90.pom (932 B at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/maven-metadata.xml (831 B at 15 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/maven-metadata.xml (831 B at 13 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.parent-0.7.0-20230309.090614-121.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.parent/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.parent-0.7.0-20230309.090614-121.pom (20 kB at 261 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 28 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.common-0.7.0-20230309.090614-121.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.common-0.7.0-20230309.090614-121.pom (693 B at 4.1 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.lib-0.7.0-20230309.090614-115.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.lib-0.7.0-20230309.090614-115.pom (11 kB at 200 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/annotations/20.1.0/annotations-20.1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.pom (1.4 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.pom (2.0 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.pom (1.6 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/annotations/13.0/annotations-13.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/13.0/annotations-13.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/13.0/annotations-13.0.pom (4.9 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.pom (1.8 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.8.0/okio-2.8.0.pom (1.8 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.4.0/kotlin-stdlib-1.4.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.0/kotlin-stdlib-1.4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.0/kotlin-stdlib-1.4.0.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.0/kotlin-stdlib-common-1.4.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.0/kotlin-stdlib-common-1.4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.0/kotlin-stdlib-common-1.4.0.pom (1.6 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/2.10.0/okio-2.10.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.10.0/okio-2.10.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.10.0/okio-2.10.0.pom (1.8 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.20/kotlin-stdlib-1.4.20.pom (1.6 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.20/kotlin-stdlib-common-1.4.20.pom (1.2 kB at 13 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.pom (2.5 kB at 39 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-parent/9.4.44.v20210927/websocket-parent-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/9.4.44.v20210927/websocket-parent-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/9.4.44.v20210927/websocket-parent-9.4.44.v20210927.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-project/9.4.44.v20210927/jetty-project-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/9.4.44.v20210927/jetty-project-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/9.4.44.v20210927/jetty-project-9.4.44.v20210927.pom (68 kB at 889 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 88 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.pom (2.2 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 167 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 73 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/javalin/javalin/4.3.0/javalin-4.3.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin/4.3.0/javalin-4.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin/4.3.0/javalin-4.3.0.pom (7.4 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/javalin/javalin-parent/4.3.0/javalin-parent-4.3.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin-parent/4.3.0/javalin-parent-4.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin-parent/4.3.0/javalin-parent-4.3.0.pom (32 kB at 389 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.31/slf4j-api-1.7.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.31/slf4j-api-1.7.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.31/slf4j-api-1.7.31.pom (3.8 kB at 57 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.31/slf4j-parent-1.7.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.31/slf4j-parent-1.7.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.31/slf4j-parent-1.7.31.pom (14 kB at 209 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.pom (3.4 kB at 52 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.pom (4.0 kB at 45 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.pom (4.0 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.pom (1.2 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.pom (3.2 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.pom (1.7 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.pom (2.3 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.pom (2.1 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.pom (1.3 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.pom (4.1 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.pom (3.6 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.pom (4.6 kB at 39 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.pom (5.1 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.5.31/kotlin-stdlib-1.5.31.pom (1.6 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31.pom (1.2 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 28 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.edit-0.7.0-20230309.090614-121.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.edit-0.7.0-20230309.090614-121.pom (3.4 kB at 63 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 29 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/maven-metadata.xml (1.6 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.emf-0.7.0-20230309.090614-121.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.emf-0.7.0-20230309.090614-121.pom (2.6 kB at 49 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.pom (3.3 kB at 39 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.11.0/jackson-databind-2.11.0.pom (7.4 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.11.0/jackson-base-2.11.0.pom (7.4 kB at 77 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.11.0/jackson-bom-2.11.0.pom (13 kB at 133 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/38/oss-parent-38.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/38/oss-parent-38.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 256 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.11.0/jackson-annotations-2.11.0.pom (3.5 kB at 42 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.11.0/jackson-core-2.11.0.pom (4.9 kB at 75 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.pom (2.6 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/btf/1.3/btf-1.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/btf/1.3/btf-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/btf/1.3/btf-1.3.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.pom (2.8 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom (23 kB at 242 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom (69 kB at 1.0 MB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/logging-parent/3/logging-parent-3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/3/logging-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 47 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom (14 kB at 161 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.pom (12 kB at 119 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 60 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 205 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.pom (7.1 kB at 84 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.pom (1.8 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/extensions/extensions-parent/4.2.3/extensions-parent-4.2.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/extensions-parent/4.2.3/extensions-parent-4.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/extensions-parent/4.2.3/extensions-parent-4.2.3.pom (3.4 kB at 42 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/4.2.3/guice-parent-4.2.3.pom (16 kB at 247 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/4.2.3/guice-4.2.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.3/guice-4.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/4.2.3/guice-4.2.3.pom (11 kB at 161 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 128 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 154 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 64 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 44 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 128 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 525 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.pom (15 kB at 166 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.6/jackson-base-2.12.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.6/jackson-base-2.12.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.6/jackson-base-2.12.6.pom (9.3 kB at 100 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.6/jackson-bom-2.12.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.6/jackson-bom-2.12.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.6/jackson-bom-2.12.6.pom (17 kB at 148 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 114 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/41/oss-parent-41.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 282 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.pom (6.0 kB at 69 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.pom (5.5 kB at 58 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.pom (2.3 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.pom (868 B at 10 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.pom (1.0 kB at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.pom (1.1 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.pom (1.2 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.pom (1.3 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.pom (1.5 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.pom (782 B at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.pom (1.6 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.pom (1.1 kB at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.pom (1.4 kB at 10 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.pom
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.pom
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.pom (423 B at 4.5 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.pom (14 kB at 124 kB/s)
[INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml
[INFO] Downloaded from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/maven-metadata.xml (502 B at 10 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.1/jackson-databind-2.12.1.pom (15 kB at 141 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-base/2.12.1/jackson-base-2.12.1.pom (9.3 kB at 95 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.12.1/jackson-bom-2.12.1.pom (15 kB at 144 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.pom (6.0 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.1/jackson-core-2.12.1.pom (5.5 kB at 70 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.pom
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.pom
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.pom (424 B at 4.9 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-20230417.153916-21.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-20230417.153916-29.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-20230417.153916-14.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/org.eclipse.glsp.server-1.1.0-20230508.073349-32.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.21.0-20230502.154939-17.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-20230417.153916-21.jar (22 kB at 292 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/org.eclipse.glsp.server.emf-1.1.0-20230508.073349-32.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.integration/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-20230417.153916-29.jar (57 kB at 491 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/org.eclipse.glsp.graph-1.1.0-20230508.073349-32.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-20230417.153916-14.jar (23 kB at 154 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.client-0.7.0-20230309.090614-121.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.emf/1.1.0-SNAPSHOT/org.eclipse.glsp.server.emf-1.1.0-20230508.073349-32.jar (64 kB at 337 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.common-0.7.0-20230309.090614-121.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.client/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.client-0.7.0-20230309.090614-121.jar (57 kB at 218 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.edit-0.7.0-20230309.090614-121.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.21.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.21.0-20230502.154939-17.jar (139 kB at 521 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.emf-0.7.0-20230309.090614-121.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.common/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.common-0.7.0-20230309.090614-121.jar (62 kB at 216 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.graph/1.1.0-SNAPSHOT/org.eclipse.glsp.graph-1.1.0-20230508.073349-32.jar (178 kB at 570 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/btf/1.3/btf-1.3.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.lib-0.7.0-20230309.090614-115.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/annotations/20.1.0/annotations-20.1.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.lib/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.lib-0.7.0-20230309.090614-115.jar (2.9 kB at 7.5 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.edit/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.edit-0.7.0-20230309.090614-121.jar (106 kB at 271 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/squareup/okio/okio/2.10.0/okio-2.10.0.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server/1.1.0-SNAPSHOT/org.eclipse.glsp.server-1.1.0-20230508.073349-32.jar (294 kB at 724 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/5.0.1/guice-5.0.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/org.eclipse.emfcloud.modelserver.emf/0.7.0-SNAPSHOT/org.eclipse.emfcloud.modelserver.emf-0.7.0-20230309.090614-121.jar (214 kB at 446 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/javalin/javalin/4.3.0/javalin-4.3.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 3.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.14.0/org.eclipse.emf.ecore.edit-2.14.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.18.0/org.eclipse.emf.edit-2.18.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.28.0/org.eclipse.emf.common-2.28.0.jar (388 kB at 4.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.edit/2.14.0/org.eclipse.emf.ecore.edit-2.14.0.jar (193 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 2.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/btf/1.3/btf-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/json-patch/1.13/json-patch-1.13.jar (44 kB at 251 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.edit/2.18.0/org.eclipse.emf.edit-2.18.0.jar (309 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.33.0/org.eclipse.emf.ecore-2.33.0.jar (1.4 MB at 6.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.jar (37 kB at 174 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/btf/1.3/btf-1.3.jar (9.0 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/annotations/20.1.0/annotations-20.1.0.jar (26 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.10.0/okio-2.10.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.jar (32 kB at 116 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib/1.4.10/kotlin-stdlib-1.4.10.jar (1.5 MB at 5.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.10/kotlin-stdlib-common-1.4.10.jar (191 kB at 623 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.jar (791 kB at 2.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/squareup/okio/okio/2.10.0/okio-2.10.0.jar (257 kB at 740 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-api/9.4.44.v20210927/websocket-api-9.4.44.v20210927.jar (52 kB at 139 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/9.4.44.v20210927/websocket-servlet-9.4.44.v20210927.jar (30 kB at 73 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar (1.8 MB at 4.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.1/guice-5.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar (302 kB at 717 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar (24 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.1 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/logging/log4j/log4j-web/2.17.1/log4j-web-2.17.1.jar (36 kB at 72 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 8.7 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/5.0.1/guice-5.0.1.jar (773 kB at 1.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/extensions/guice-multibindings/4.2.3/guice-multibindings-4.2.3.jar (6.1 kB at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 8.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 3.8 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 4.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 345 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.6/jackson-annotations-2.12.6.jar (76 kB at 108 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-databind/2.12.6.1/jackson-databind-2.12.6.1.jar (1.5 MB at 2.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-core/2.12.6/jackson-core-2.12.6.jar (366 kB at 510 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.runtime/3.7.0/org.eclipse.core.runtime-3.7.0.jar (71 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/osgi/org.eclipse.osgi/3.7.1/org.eclipse.osgi-3.7.1.jar (1.4 MB at 1.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.common/3.6.0/org.eclipse.equinox.common-3.6.0.jar (106 kB at 132 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.registry/3.5.101/org.eclipse.equinox.registry-3.5.101.jar (183 kB at 225 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.jobs/3.5.100/org.eclipse.core.jobs-3.5.100.jar (91 kB at 111 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.preferences/3.4.1/org.eclipse.equinox.preferences-3.4.1.jar (112 kB at 135 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.contenttype/3.4.100/org.eclipse.core.contenttype-3.4.100.jar (92 kB at 109 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/equinox/org.eclipse.equinox.app/1.3.100/org.eclipse.equinox.app-1.3.100.jar (85 kB at 96 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.resources/3.7.100/org.eclipse.core.resources-3.7.100.jar (810 kB at 907 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.expressions/3.4.300/org.eclipse.core.expressions-3.4.300.jar (87 kB at 96 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/core/org.eclipse.core.filesystem/1.3.100/org.eclipse.core.filesystem-1.3.100.jar (53 kB at 57 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.change/2.14.0/org.eclipse.emf.ecore.change-2.14.0.jar (103 kB at 105 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar (235 kB at 234 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/emfjson-jackson/2.0.0/emfjson-jackson-2.0.0.jar (91 kB at 89 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/9.4.44.v20210927/jetty-server-9.4.44.v20210927.jar (719 kB at 698 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/9.4.44.v20210927/jetty-http-9.4.44.v20210927.jar (225 kB at 208 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/9.4.44.v20210927/jetty-io-9.4.44.v20210927.jar (179 kB at 163 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-server/9.4.44.v20210927/websocket-server-9.4.44.v20210927.jar (45 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-client/9.4.44.v20210927/websocket-client-9.4.44.v20210927.jar (46 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-common/9.4.44.v20210927/websocket-common-9.4.44.v20210927.jar (214 kB at 190 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/9.4.44.v20210927/jetty-client-9.4.44.v20210927.jar (326 kB at 273 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin/4.3.0/javalin-4.3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/9.4.44.v20210927/jetty-servlet-9.4.44.v20210927.jar (146 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/9.4.44.v20210927/jetty-security-9.4.44.v20210927.jar (119 kB at 97 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util-ajax/9.4.44.v20210927/jetty-util-ajax-9.4.44.v20210927.jar (67 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/9.4.44.v20210927/jetty-util-9.4.44.v20210927.jar (582 kB at 468 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.jar (16 kB at 12 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/io/javalin/javalin/4.3.0/javalin-4.3.0.jar (541 kB at 415 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/9.4.44.v20210927/jetty-xml-9.4.44.v20210927.jar (68 kB at 52 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/9.4.44.v20210927/jetty-webapp-9.4.44.v20210927.jar (140 kB at 106 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.jar (23 kB at 17 kB/s)
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.jar
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.jar
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.validation/1.8.0.201405281429/org.eclipse.emf.validation-1.8.0.201405281429.jar (406 kB at 2.6 MB/s)
[INFO] Downloaded from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/org.eclipse.emf.transaction/1.8.0.201405281451/org.eclipse.emf.transaction-1.8.0.201405281451.jar (169 kB at 824 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.2.1:check (default) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from apache.snapshots: https://repository.apache.org/snapshots/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.pom (4.1 kB at 74 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.pom (136 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 9.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.pom (3.6 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-master/4.9.2/antlr4-master-4.9.2.pom (4.4 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 250 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/19/apache-19.pom (15 kB at 242 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 229 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 861 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/13/apache-13.pom (14 kB at 184 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 185 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 968 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/16/apache-16.pom (15 kB at 217 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.pom (9.4 kB at 134 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.pom (11 kB at 166 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.pom (2.6 kB at 39 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 200 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 104 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 110 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 253 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 397 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 57 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 352 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 284 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 101 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 205 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 10 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 325 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 41 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 106 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 87 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 214 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 179 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 75 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 367 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 139 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 114 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 319 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 39 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 442 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 295 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 210 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 118 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 60 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 188 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 228 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 233 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/6/apache-6.pom (13 kB at 197 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/google/1/google-1.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 44 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 429 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 149 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 881 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 353 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 224 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 551 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/21/apache-21.pom (17 kB at 272 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 78 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 212 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 199 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 369 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/7/apache-7.pom (14 kB at 222 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 140 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 479 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/4/apache-4.pom (4.5 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 350 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 421 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/5/apache-5.pom (4.1 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 19 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 7.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 90 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 129 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 313 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 381 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 128 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 326 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 94 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 170 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 192 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 289 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 280 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 3.7 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 2.7 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 2.3 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 2.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 175 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 2.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 2.1 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 169 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 124 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 398 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 310 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 117 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 141 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 280 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 76 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/org.eclipse.emfcloud.checkstyle/0.1.0-SNAPSHOT/org.eclipse.emfcloud.checkstyle-0.1.0-20211205.152705-4.jar (7.0 kB at 128 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/8.44/checkstyle-8.44.jar (1.6 MB at 16 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 4.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr4-runtime/4.9.2/antlr4-runtime-4.9.2.jar (338 kB at 3.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/info/picocli/picocli/4.6.1/picocli-4.6.1.jar (402 kB at 3.5 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 343 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 73 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/reflections/reflections/0.9.12/reflections-0.9.12.jar (106 kB at 532 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 12 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/javassist/javassist/3.26.0-GA/javassist-3.26.0-GA.jar (783 kB at 3.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 141 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/sf/saxon/Saxon-HE/10.5/Saxon-HE-10.5.jar (5.8 MB at 17 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 120 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 81 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 399 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 339 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 138 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 304 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 276 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 412 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 139 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 728 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 244 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 92 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 98 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 481 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 196 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 590 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 84 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 15 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 263 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 175 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 268 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 728 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 563 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 845 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 197 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 346 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 352 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 217 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 84 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 3.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 251 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 7.5 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.1/commons-collections-3.1.jar (559 kB at 499 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 399 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 231 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 112 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 49 kB/s)
[INFO] Starting audit...
[WARN] /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/src/main/java/org/eclipse/emfcloud/integration/example/modelserver/launch/TaskListModelServerLauncher.java:20:1: Utility classes should not have a public or default constructor. [HideUtilityClassConstructor]
[WARN] /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/src/main/java/org/eclipse/emfcloud/integration/example/modelserver/launch/TaskListModelServerLauncher.java:24:4: Uncommented main method found. [UncommentedMain]
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 107 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 25 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 6.6 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 258 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 104 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 181 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 90 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 126 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 231 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 518 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 1.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 698 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 340 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 155 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 151 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 148 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 165 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 165 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 341 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 182 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 654 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 279 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 374 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 630 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 18 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 157 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 109 kB/s)
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 57 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 12 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 74 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 175 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 246 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 125 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 123 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 18 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 1.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 648 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 3.3 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 203 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 35 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 1.9 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 153 kB/s)
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.pom (6.5 kB at 94 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.pom (3.4 kB at 33 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.pom (3.7 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.pom (4.3 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.pom (4.1 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.pom (4.7 kB at 57 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.pom (1.8 kB at 22 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 273 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 462 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/apache/15/apache-15.pom (15 kB at 215 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 102 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 37 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 46 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 343 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 135 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 187 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 223 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 113 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 308 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.jar (118 kB at 1.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.jar (167 kB at 2.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.jar (26 kB at 304 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.jar (14 kB at 150 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.jar (307 kB at 3.3 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 2.2 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.jar (8.1 kB at 52 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 324 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.jar (2.1 MB at 9.1 MB/s)
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 72 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 21 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 136 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 910 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 536 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 2.3 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 273 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 737 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.4 MB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-dependencies) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 99 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 285 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 13 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 270 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 60 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 204 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 17 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 124 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 304 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 16 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 38 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 140 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 63 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 8.9 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (6.5 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 79 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 303 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 217 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 227 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom (5.5 kB at 69 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 61 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 24 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 55 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 139 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 104 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 58 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 29 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 86 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 30 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 84 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 20 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 123 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 165 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 8.2 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 67 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 267 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 62 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 170 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 36 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 39 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 121 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 32 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 54 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 28 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 83 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 65 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 690 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 71 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 626 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 201 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 179 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 289 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 47 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 129 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 651 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 70 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 2.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 3.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 403 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 kB at 1.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 6.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 195 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 513 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 993 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 203 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 263 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 19 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 110 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 345 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 379 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 110 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 140 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 377 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 1.6 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 18 kB/s)
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar
[INFO] Copying commons-cli-1.5.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/commons-cli-1.5.0.jar
[INFO] Copying org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emf.ecore.edit-2.14.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.edit-2.14.0.jar
[INFO] Copying org.eclipse.emf.edit-2.18.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.edit-2.18.0.jar
[INFO] Copying org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emf.common-2.28.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.common-2.28.0.jar
[INFO] Copying org.eclipse.emf.ecore-2.33.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore-2.33.0.jar
[INFO] Copying gson-2.10.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/gson-2.10.1.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar
[INFO] Copying json-patch-1.13.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/json-patch-1.13.jar
[INFO] Copying msg-simple-1.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/msg-simple-1.2.jar
[INFO] Copying btf-1.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/btf-1.3.jar
[INFO] Copying jackson-coreutils-2.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-coreutils-2.0.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar
[INFO] Copying annotations-20.1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/annotations-20.1.0.jar
[INFO] Copying kotlin-stdlib-1.4.10.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-1.4.10.jar
[INFO] Copying kotlin-stdlib-common-1.4.10.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-common-1.4.10.jar
[INFO] Copying okhttp-4.9.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/okhttp-4.9.1.jar
[INFO] Copying okio-2.10.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/okio-2.10.0.jar
[INFO] Copying websocket-api-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-api-9.4.44.v20210927.jar
[INFO] Copying websocket-servlet-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-servlet-9.4.44.v20210927.jar
[INFO] Copying log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-core-2.17.1.jar
[INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-api-2.17.1.jar
[INFO] Copying log4j-slf4j-impl-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-slf4j-impl-2.17.1.jar
[INFO] Copying slf4j-api-1.7.25.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/slf4j-api-1.7.25.jar
[INFO] Copying log4j-web-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-web-2.17.1.jar
[INFO] Copying guice-5.0.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guice-5.0.1.jar
[INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javax.inject-1.jar
[INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/aopalliance-1.0.jar
[INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guice-multibindings-4.2.3.jar
[INFO] Copying guava-30.1-jre.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guava-30.1-jre.jar
[INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/failureaccess-1.0.1.jar
[INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jsr305-3.0.2.jar
[INFO] Copying checker-qual-3.5.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/checker-qual-3.5.0.jar
[INFO] Copying error_prone_annotations-2.3.4.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/error_prone_annotations-2.3.4.jar
[INFO] Copying j2objc-annotations-1.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/j2objc-annotations-1.3.jar
[INFO] Copying jackson-databind-2.12.6.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-databind-2.12.6.1.jar
[INFO] Copying jackson-annotations-2.12.6.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-annotations-2.12.6.jar
[INFO] Copying jackson-core-2.12.6.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-core-2.12.6.jar
[INFO] Copying org.eclipse.core.runtime-3.7.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.runtime-3.7.0.jar
[INFO] Copying org.eclipse.osgi-3.7.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.osgi-3.7.1.jar
[INFO] Copying org.eclipse.equinox.common-3.6.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.common-3.6.0.jar
[INFO] Copying org.eclipse.core.jobs-3.5.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.jobs-3.5.100.jar
[INFO] Copying org.eclipse.equinox.registry-3.5.101.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.registry-3.5.101.jar
[INFO] Copying org.eclipse.equinox.preferences-3.4.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.preferences-3.4.1.jar
[INFO] Copying org.eclipse.core.contenttype-3.4.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.contenttype-3.4.100.jar
[INFO] Copying org.eclipse.equinox.app-1.3.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.app-1.3.100.jar
[INFO] Copying org.eclipse.core.resources-3.7.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.resources-3.7.100.jar
[INFO] Copying org.eclipse.core.expressions-3.4.300.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.expressions-3.4.300.jar
[INFO] Copying org.eclipse.core.filesystem-1.3.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.filesystem-1.3.100.jar
[INFO] Copying org.eclipse.emf.validation-1.8.0.201405281429.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.validation-1.8.0.201405281429.jar
[INFO] Copying org.eclipse.emf.ecore.change-2.14.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.change-2.14.0.jar
[INFO] Copying emfjson-jackson-2.0.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/emfjson-jackson-2.0.0.jar
[INFO] Copying org.eclipse.emf.transaction-1.8.0.201405281451.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.transaction-1.8.0.201405281451.jar
[INFO] Copying org.eclipse.emf.ecore.xmi-2.16.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Copying jetty-server-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-server-9.4.44.v20210927.jar
[INFO] Copying javax.servlet-api-3.1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javax.servlet-api-3.1.0.jar
[INFO] Copying jetty-http-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-http-9.4.44.v20210927.jar
[INFO] Copying jetty-io-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-io-9.4.44.v20210927.jar
[INFO] Copying websocket-server-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-server-9.4.44.v20210927.jar
[INFO] Copying websocket-common-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-common-9.4.44.v20210927.jar
[INFO] Copying websocket-client-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-client-9.4.44.v20210927.jar
[INFO] Copying jetty-client-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-client-9.4.44.v20210927.jar
[INFO] Copying jetty-servlet-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-servlet-9.4.44.v20210927.jar
[INFO] Copying jetty-security-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-security-9.4.44.v20210927.jar
[INFO] Copying jetty-util-ajax-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-util-ajax-9.4.44.v20210927.jar
[INFO] Copying jetty-util-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-util-9.4.44.v20210927.jar
[INFO] Copying javalin-4.3.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javalin-4.3.0.jar
[INFO] Copying jetty-webapp-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-webapp-9.4.44.v20210927.jar
[INFO] Copying jetty-xml-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-xml-9.4.44.v20210927.jar
[INFO] Copying kotlin-stdlib-jdk8-1.5.31.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-jdk8-1.5.31.jar
[INFO] Copying kotlin-stdlib-jdk7-1.5.31.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-jdk7-1.5.31.jar
[INFO] 
[INFO] --- addjars-maven-plugin:1.0.5:add-jars (default) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 43 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 35 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 34 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 49 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 27 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 14 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 190 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 732 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.3 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 505 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 202 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 227 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 2.5 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 369 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar (228 kB at 1.6 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 418 kB/s)
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/annotations-20.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar7903128235114224690.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/aopalliance-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar9648166038286382545.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/btf-1.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar11202704484716990713.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/checker-qual-3.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar17642473648738236064.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/commons-cli-1.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar750337379012298663.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/emfjson-jackson-2.0.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar16835137067543035773.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/error_prone_annotations-2.3.4.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar10288360472221299297.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/failureaccess-1.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar2666578921660110059.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/gson-2.10.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar4411286359172940795.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guava-30.1-jre.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar6058691269766487969.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guice-5.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar9615883470915549275.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/guice-multibindings-4.2.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar2733132478365363657.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/j2objc-annotations-1.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar14205266956600719370.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-annotations-2.12.6.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar14057004798377855794.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-core-2.12.6.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar12036708065237655394.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-coreutils-2.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar12632516458760412331.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jackson-databind-2.12.6.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar173087018329099796.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javalin-4.3.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar13838457624769017538.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javax.inject-1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar3136579667871754600.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/javax.servlet-api-3.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar7502857478085913373.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-client-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar3641305353905572599.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-http-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar682025533544596280.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-io-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar355977851294503087.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-security-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar13927907680044211278.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-server-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar5971605711440052352.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-servlet-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar7425119852579158625.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-util-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar4442002645932502238.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-util-ajax-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar5900305733207929463.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-webapp-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar17006629496255941218.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jetty-xml-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar10164139982525890999.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/json-patch-1.13.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar13100960359374640274.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/jsr305-3.0.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar8173369327151064119.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-1.4.10.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar17743550516533274072.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-common-1.4.10.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar14067704488735581827.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-jdk7-1.5.31.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar4083712747195766978.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/kotlin-stdlib-jdk8-1.5.31.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar12562596919035789122.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar1682707869375787822.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-api-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar11817946964799661256.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-core-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar16317392202809351774.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-slf4j-impl-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar5958058836038544538.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/log4j-web-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar872017001153079857.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/msg-simple-1.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar3298314899352625105.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/okhttp-4.9.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar10816351252007747439.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/okio-2.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar10844893997479997734.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.contenttype-3.4.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar13219249255708679509.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.expressions-3.4.300.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar11328116141829177214.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.filesystem-1.3.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar6122173938915231668.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.jobs-3.5.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar11223648887964440308.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.resources-3.7.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar11306881895851261207.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.core.runtime-3.7.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar4603337036585174091.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.common-2.28.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar18300823383634357466.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore-2.33.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar14012363458588396445.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.change-2.14.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar7458056158077890191.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.edit-2.14.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar2806319902667823809.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.ecore.xmi-2.16.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar11809175639589105162.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.edit-2.18.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar9965529746668846995.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.transaction-1.8.0.201405281451.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar14240824079928219503.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emf.validation-1.8.0.201405281429.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar17735274608032547943.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar16669244869032864706.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar2223919026584347572.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar2982476411141718607.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar2386326711405865064.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar13875864765344478269.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar3215727855457100373.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar17481821040244920174.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar5966226395623169537.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.app-1.3.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar6282442612340257358.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.common-3.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar16047523047151341202.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.preferences-3.4.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar1864976839507131569.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.equinox.registry-3.5.101.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar1228020691905978439.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar2692329699167451086.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar17668147673818058231.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar12301458167398227111.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar2938873208833522915.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/org.eclipse.osgi-3.7.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar4709260946527179603.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/slf4j-api-1.7.25.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar8252974512438874024.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-api-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar6472233054859600344.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-client-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar9391563620588528830.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-common-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar15944282459855720979.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-server-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar6358527469132146180.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/libs/websocket-servlet-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar18056152959866662285.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloudintegration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from wso2-mirror: http://maven.wso2.org/nexus/content/groups/wso2-public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (default) @ org.eclipse.emfcloud.integration.example.modelserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 51 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 77 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 59 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 206 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 45 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 40 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 42 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 52 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 93 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.7.0/jdependency-2.7.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.7.0/jdependency-2.7.0.pom (14 kB at 158 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 676 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 2.4 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 3.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 525 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 6.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 228 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 368 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 376 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 738 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 542 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 68 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 211 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 340 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 276 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 196 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 228 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 146 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 241 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 533 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.7.0/jdependency-2.7.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 159 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 102 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 96 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 847 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/vafer/jdependency/2.7.0/jdependency-2.7.0.jar (233 kB at 586 kB/s)
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.server:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.5.0 in the shaded jar.
[INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.resources:jar:3.7.100 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.example.model:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-core:jar:2.17.1 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.emf:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.edit:jar:2.14.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.client:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse:org.eclipse.emf.validation:jar:1.8.0.201405281429 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.graph:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.emf:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.github.java-json-tools:json-patch:jar:1.13 in the shaded jar.
[INFO] Including com.github.java-json-tools:msg-simple:jar:1.2 in the shaded jar.
[INFO] Including com.github.java-json-tools:btf:jar:1.3 in the shaded jar.
[INFO] Including com.github.java-json-tools:jackson-coreutils:jar:2.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0 in the shaded jar.
[INFO] Including org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.lib:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:20.1.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.10 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.1 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.10.0 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.integration:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.edit:jar:2.18.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.12.6.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.12.6 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.12.6 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-client:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including com.google.inject:guice:jar:5.0.1 in the shaded jar.
[INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.notation.commands:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.edit:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including javax.servlet:javax.servlet-api:jar:3.1.0 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.common:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.guava:guava:jar:30.1-jre in the shaded jar.
[INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
[INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
[INFO] Including org.checkerframework:checker-qual:jar:3.5.0 in the shaded jar.
[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.3.4 in the shaded jar.
[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including io.javalin:javalin:jar:4.3.0 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud:emfjson-jackson:jar:2.0.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-web:jar:2.17.1 in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.28.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.33.0 in the shaded jar.
[INFO] Including org.eclipse:org.eclipse.emf.transaction:jar:1.8.0.201405281451 in the shaded jar.
[INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/model-server/target/com.googlecode.addjars.mojo.AddJarsMojo/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jackson-annotations-2.12.6.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar-0.7.0-SNAPSHOT.jar define 73 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotation
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotationValue
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotationsInside
[WARNING]   - com.fasterxml.jackson.annotation.JacksonInject
[WARNING]   - com.fasterxml.jackson.annotation.JacksonInject$Value
[WARNING]   - com.fasterxml.jackson.annotation.JsonAlias
[WARNING]   - com.fasterxml.jackson.annotation.JsonAnyGetter
[WARNING]   - com.fasterxml.jackson.annotation.JsonAnySetter
[WARNING]   - 63 more...
[WARNING] kotlin-stdlib-jdk7-1.5.31.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar define 8 overlapping class and resource: 
[WARNING]   - META-INF/kotlin-stdlib-jdk7.kotlin_module
[WARNING]   - kotlin.internal.jdk7.JDK7PlatformImplementations
[WARNING]   - kotlin.io.path.ExperimentalPathApi
[WARNING]   - kotlin.io.path.PathRelativizer
[WARNING]   - kotlin.io.path.PathsKt
[WARNING]   - kotlin.io.path.PathsKt__PathReadWriteKt
[WARNING]   - kotlin.io.path.PathsKt__PathUtilsKt
[WARNING]   - kotlin.jdk7.AutoCloseableKt
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.preferences-3.4.1.jar define 61 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.preferences.AbstractScope
[WARNING]   - org.eclipse.core.internal.preferences.Activator
[WARNING]   - org.eclipse.core.internal.preferences.Base64
[WARNING]   - org.eclipse.core.internal.preferences.BundleDefaultPreferences
[WARNING]   - org.eclipse.core.internal.preferences.ConfigurationPreferences
[WARNING]   - org.eclipse.core.internal.preferences.DefaultPreferences
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$1
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$2
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$3
[WARNING]   - 51 more...
[WARNING] javax.inject-1.jar, org.eclipse.emfcloud.integration.example.modelserver-javax.inject-1.jar-0.7.0-SNAPSHOT.jar define 6 overlapping classes: 
[WARNING]   - javax.inject.Inject
[WARNING]   - javax.inject.Named
[WARNING]   - javax.inject.Provider
[WARNING]   - javax.inject.Qualifier
[WARNING]   - javax.inject.Scope
[WARNING]   - javax.inject.Singleton
[WARNING] annotations-20.1.0.jar, aopalliance-1.0.jar, btf-1.3.jar, checker-qual-3.5.0.jar, commons-cli-1.5.0.jar, emfjson-jackson-2.0.0.jar, error_prone_annotations-2.3.4.jar, failureaccess-1.0.1.jar, gson-2.10.1.jar, guava-30.1-jre.jar, guice-5.0.1.jar, guice-multibindings-4.2.3.jar, j2objc-annotations-1.3.jar, jackson-annotations-2.12.6.jar, jackson-core-2.12.6.jar, jackson-coreutils-2.0.jar, jackson-databind-2.12.6.1.jar, javalin-4.3.0.jar, javax.servlet-api-3.1.0.jar, jetty-client-9.4.44.v20210927.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, json-patch-1.13.jar, jsr305-3.0.2.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.10.jar, kotlin-stdlib-jdk7-1.5.31.jar, kotlin-stdlib-jdk8-1.5.31.jar, listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, log4j-api-2.17.1.jar, log4j-core-2.17.1.jar, log4j-slf4j-impl-2.17.1.jar, log4j-web-2.17.1.jar, msg-simple-1.2.jar, okhttp-4.9.1.jar, okio-2.10.0.jar, org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.core.expressions-3.4.300.jar, org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.core.jobs-3.5.100.jar, org.eclipse.core.resources-3.7.100.jar, org.eclipse.core.runtime-3.7.0.jar, org.eclipse.emf.common-2.28.0.jar, org.eclipse.emf.ecore-2.33.0.jar, org.eclipse.emf.ecore.change-2.14.0.jar, org.eclipse.emf.ecore.edit-2.14.0.jar, org.eclipse.emf.ecore.xmi-2.16.0.jar, org.eclipse.emf.edit-2.18.0.jar, org.eclipse.emf.transaction-1.8.0.201405281451.jar, org.eclipse.emf.validation-1.8.0.201405281429.jar, org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.app-1.3.100.jar, org.eclipse.equinox.common-3.6.0.jar, org.eclipse.equinox.preferences-3.4.1.jar, org.eclipse.equinox.registry-3.5.101.jar, org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar, org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar, org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar, org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar, org.eclipse.osgi-3.7.1.jar, slf4j-api-1.7.25.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/MANIFEST.MF
[WARNING] org.eclipse.emf.ecore.edit-2.14.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.jar define 132 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.edit/pom.xml
[WARNING]   - icons/full/ctool16/CreateEAnnotation_details_EStringToStringMapEntry.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eGenericSuperTypes_EGenericType.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eOperations_EOperation.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eStructuralFeatures_EAttribute.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eStructuralFeatures_EReference.gif
[WARNING]   - icons/full/ctool16/CreateEClassifier_eTypeParameters_ETypeParameter.gif
[WARNING]   - icons/full/ctool16/CreateEDataType_eTypeArguments_EGenericType.gif
[WARNING]   - icons/full/ctool16/CreateEEnum_eLiterals_EEnumLiteral.gif
[WARNING]   - 122 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar define 78 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.edit/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandExecutionResult
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandPackage
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandPackage$Literals
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCompoundCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.command.impl.CCommandExecutionResultImpl
[WARNING]   - org.eclipse.emfcloud.modelserver.command.impl.CCommandFactoryImpl
[WARNING]   - 68 more...
[WARNING] javax.servlet-api-3.1.0.jar, org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar define 92 overlapping classes and resources: 
[WARNING]   - META-INF/maven/javax.servlet/javax.servlet-api/pom.properties
[WARNING]   - META-INF/maven/javax.servlet/javax.servlet-api/pom.xml
[WARNING]   - javax.servlet.AsyncContext
[WARNING]   - javax.servlet.AsyncEvent
[WARNING]   - javax.servlet.AsyncListener
[WARNING]   - javax.servlet.DispatcherType
[WARNING]   - javax.servlet.Filter
[WARNING]   - javax.servlet.FilterChain
[WARNING]   - javax.servlet.FilterConfig
[WARNING]   - javax.servlet.FilterRegistration
[WARNING]   - 82 more...
[WARNING] kotlin-stdlib-1.4.10.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar define 860 overlapping classes and resources: 
[WARNING]   - META-INF/kotlin-stdlib.kotlin_module
[WARNING]   - kotlin.ArrayIntrinsicsKt
[WARNING]   - kotlin.BuilderInference
[WARNING]   - kotlin.DeepRecursiveFunction
[WARNING]   - kotlin.DeepRecursiveKt
[WARNING]   - kotlin.DeepRecursiveScope
[WARNING]   - kotlin.DeepRecursiveScopeImpl
[WARNING]   - kotlin.DeepRecursiveScopeImpl$crossFunctionCompletion$$inlined$Continuation$1
[WARNING]   - kotlin.Deprecated
[WARNING]   - kotlin.DeprecatedSinceKotlin
[WARNING]   - 850 more...
[WARNING] log4j-core-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1138 overlapping classes and resources: 
[WARNING]   - Log4j-config.xsd
[WARNING]   - Log4j-events.dtd
[WARNING]   - Log4j-events.xsd
[WARNING]   - Log4j-levels.xsd
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.core.util.SystemClock
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-core/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-core/pom.xml
[WARNING]   - META-INF/services/javax.annotation.processing.Processor
[WARNING]   - META-INF/services/org.apache.logging.log4j.core.util.ContextDataProvider
[WARNING]   - META-INF/services/org.apache.logging.log4j.message.ThreadDumpMessage$ThreadInfoFactory
[WARNING]   - 1128 more...
[WARNING] aopalliance-1.0.jar, org.eclipse.emfcloud.integration.example.modelserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.jar define 9 overlapping classes: 
[WARNING]   - org.aopalliance.aop.Advice
[WARNING]   - org.aopalliance.aop.AspectException
[WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
[WARNING]   - org.aopalliance.intercept.ConstructorInvocation
[WARNING]   - org.aopalliance.intercept.Interceptor
[WARNING]   - org.aopalliance.intercept.Invocation
[WARNING]   - org.aopalliance.intercept.Joinpoint
[WARNING]   - org.aopalliance.intercept.MethodInterceptor
[WARNING]   - org.aopalliance.intercept.MethodInvocation
[WARNING] failureaccess-1.0.1.jar, org.eclipse.emfcloud.integration.example.modelserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.jar define 4 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.guava/failureaccess/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/failureaccess/pom.xml
[WARNING]   - com.google.common.util.concurrent.internal.InternalFutureFailureAccess
[WARNING]   - com.google.common.util.concurrent.internal.InternalFutures
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.osgi-3.7.1.jar define 645 overlapping classes and resources: 
[WARNING]   - META-INF/services/org.osgi.framework.launch.FrameworkFactory
[WARNING]   - hookconfigurators.properties
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$1
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$InitialBundle
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$StartupEventListener
[WARNING]   - org.eclipse.core.runtime.adaptor.LocationManager
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BasicLocation
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BasicLocation$MockLocker
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BundleLocalizationImpl
[WARNING]   - 635 more...
[WARNING] btf-1.3.jar, org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar define 3 overlapping classes: 
[WARNING]   - com.github.fge.Builder
[WARNING]   - com.github.fge.Frozen
[WARNING]   - com.github.fge.Thawed
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-servlet-9.4.44.v20210927.jar define 9 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
[WARNING]   - org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServlet
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServletFactory$Loader
[WARNING] javalin-4.3.0.jar, org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar define 320 overlapping classes and resources: 
[WARNING]   - META-INF/javalin.kotlin_module
[WARNING]   - META-INF/maven/io.javalin/javalin/pom.properties
[WARNING]   - META-INF/maven/io.javalin/javalin/pom.xml
[WARNING]   - io.javalin.Javalin
[WARNING]   - io.javalin.apibuilder.ApiBuilder
[WARNING]   - io.javalin.apibuilder.CrudFunction
[WARNING]   - io.javalin.apibuilder.CrudFunction$1
[WARNING]   - io.javalin.apibuilder.CrudFunction$2
[WARNING]   - io.javalin.apibuilder.CrudFunction$3
[WARNING]   - io.javalin.apibuilder.CrudFunction$4
[WARNING]   - 310 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.lib/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.lib/pom.xml
[WARNING] log4j-api-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar define 183 overlapping classes and resources: 
[WARNING]   - Log4j-charsets.properties
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.Base64Util
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.ProcessIdUtil
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.StackLocator
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.internal.DefaultObjectInputFilter
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-api/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-api/pom.xml
[WARNING]   - META-INF/services/org.apache.logging.log4j.util.PropertySource
[WARNING]   - org.apache.logging.log4j.CloseableThreadContext
[WARNING]   - org.apache.logging.log4j.CloseableThreadContext$1
[WARNING]   - 173 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-client-9.4.44.v20210927.jar define 18 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-client/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.client.ClientUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.client.ClientUpgradeResponse
[WARNING]   - org.eclipse.jetty.websocket.client.DefaultHttpClientProvider
[WARNING]   - org.eclipse.jetty.websocket.client.HttpClientProvider
[WARNING]   - org.eclipse.jetty.websocket.client.NoOpEndpoint
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketClient
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest$ClientUpgradeRequestFacade
[WARNING]   - 8 more...
[WARNING] btf-1.3.jar, guice-5.0.1.jar, guice-multibindings-4.2.3.jar, jackson-annotations-2.12.6.jar, jackson-core-2.12.6.jar, jackson-coreutils-2.0.jar, jackson-databind-2.12.6.1.jar, javalin-4.3.0.jar, jetty-client-9.4.44.v20210927.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, json-patch-1.13.jar, log4j-api-2.17.1.jar, log4j-core-2.17.1.jar, log4j-slf4j-impl-2.17.1.jar, log4j-web-2.17.1.jar, msg-simple-1.2.jar, org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-annotations-2.12.6.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE
[WARNING] listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, org.eclipse.emfcloud.integration.example.modelserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/com.google.guava/listenablefuture/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/listenablefuture/pom.xml
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar define 81 overlapping classes: 
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CancelChecker
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CompletableFutures
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CompletableFutures$FutureCancelChecker
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Endpoint
[WARNING]   - org.eclipse.lsp4j.jsonrpc.JsonRpcException
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Launcher
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Launcher$Builder
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageConsumer
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageIssueException
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageIssueHandler
[WARNING]   - 71 more...
[WARNING] okhttp-4.9.1.jar, org.eclipse.emfcloud.integration.example.modelserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.jar define 325 overlapping classes and resources: 
[WARNING]   - META-INF/okhttp.kotlin_module
[WARNING]   - META-INF/proguard/okhttp3.pro
[WARNING]   - okhttp3.Address
[WARNING]   - okhttp3.Authenticator
[WARNING]   - okhttp3.Authenticator$Companion
[WARNING]   - okhttp3.Authenticator$Companion$AuthenticatorNone
[WARNING]   - okhttp3.Cache
[WARNING]   - okhttp3.Cache$CacheResponseBody
[WARNING]   - okhttp3.Cache$CacheResponseBody$1
[WARNING]   - okhttp3.Cache$Companion
[WARNING]   - 315 more...
[WARNING] org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar define 53 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.content.Activator
[WARNING]   - org.eclipse.core.internal.content.BasicDescription
[WARNING]   - org.eclipse.core.internal.content.ContentDescription
[WARNING]   - org.eclipse.core.internal.content.ContentMessages
[WARNING]   - org.eclipse.core.internal.content.ContentType
[WARNING]   - org.eclipse.core.internal.content.ContentType$InvalidDescriber
[WARNING]   - org.eclipse.core.internal.content.ContentTypeBuilder
[WARNING]   - org.eclipse.core.internal.content.ContentTypeBuilder$1
[WARNING]   - org.eclipse.core.internal.content.ContentTypeCatalog
[WARNING]   - org.eclipse.core.internal.content.ContentTypeCatalog$1
[WARNING]   - 43 more...
[WARNING] org.eclipse.emf.ecore-2.33.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.jar define 680 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore/pom.xml
[WARNING]   - model/DateConversionDelegateAnnotation.ecore
[WARNING]   - model/Ecore.ecore
[WARNING]   - model/Ecore.genmodel
[WARNING]   - model/Ecore.xsd
[WARNING]   - model/EcoreAnnotation.ecore
[WARNING]   - model/EcoreXMI.xsd
[WARNING]   - model/ExtendedMetaData.ecore
[WARNING]   - model/XMI.xsd
[WARNING]   - 670 more...
[WARNING] jetty-util-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 330 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml
[WARNING]   - org.eclipse.jetty.util.AbstractTrie
[WARNING]   - org.eclipse.jetty.util.ArrayTernaryTrie
[WARNING]   - org.eclipse.jetty.util.ArrayTernaryTrie$Growing
[WARNING]   - org.eclipse.jetty.util.ArrayTrie
[WARNING]   - org.eclipse.jetty.util.ArrayUtil
[WARNING]   - org.eclipse.jetty.util.AtomicBiInteger
[WARNING]   - org.eclipse.jetty.util.Atomics
[WARNING]   - org.eclipse.jetty.util.Attachable
[WARNING]   - 320 more...
[WARNING] jetty-client-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 215 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool$1
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool$EntryHolder
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool$FutureConnection
[WARNING]   - org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
[WARNING]   - org.eclipse.jetty.client.AbstractConnectorHttpClientTransport$ClientSelectorManager
[WARNING]   - org.eclipse.jetty.client.AbstractHttpClientTransport
[WARNING]   - org.eclipse.jetty.client.AsyncContentProvider
[WARNING]   - 205 more...
[WARNING] jetty-xml-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 21 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-xml/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-xml/pom.xml
[WARNING]   - org.eclipse.jetty.xml.ConfigurationProcessor
[WARNING]   - org.eclipse.jetty.xml.ConfigurationProcessorFactory
[WARNING]   - org.eclipse.jetty.xml.XmlAppendable
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$1
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$ConfigurationParser
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$Args
[WARNING]   - 11 more...
[WARNING] emfjson-jackson-2.0.0.jar, org.eclipse.emfcloud.integration.example.modelserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.jar define 60 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud/emfjson-jackson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud/emfjson-jackson/pom.xml
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreIdentityInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreReferenceInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo$1
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo$USE
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.JsonAnnotations
[WARNING]   - org.eclipse.emfcloud.jackson.databind.EMFContext
[WARNING]   - org.eclipse.emfcloud.jackson.databind.EMFContext$Attributes
[WARNING]   - 50 more...
[WARNING] commons-cli-1.5.0.jar, org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar define 31 overlapping classes and resources: 
[WARNING]   - META-INF/maven/commons-cli/commons-cli/pom.properties
[WARNING]   - META-INF/maven/commons-cli/commons-cli/pom.xml
[WARNING]   - org.apache.commons.cli.AlreadySelectedException
[WARNING]   - org.apache.commons.cli.AmbiguousOptionException
[WARNING]   - org.apache.commons.cli.BasicParser
[WARNING]   - org.apache.commons.cli.CommandLine
[WARNING]   - org.apache.commons.cli.CommandLine$Builder
[WARNING]   - org.apache.commons.cli.CommandLineParser
[WARNING]   - org.apache.commons.cli.DefaultParser
[WARNING]   - org.apache.commons.cli.DefaultParser$1
[WARNING]   - 21 more...
[WARNING] kotlin-stdlib-common-1.4.10.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.jar define 303 overlapping resources: 
[WARNING]   - META-INF/kotlin-stdlib-common.kotlin_module
[WARNING]   - kotlin/ArithmeticException.kotlin_metadata
[WARNING]   - kotlin/AssertionError.kotlin_metadata
[WARNING]   - kotlin/BuilderInference.kotlin_metadata
[WARNING]   - kotlin/ClassCastException.kotlin_metadata
[WARNING]   - kotlin/Comparator.kotlin_metadata
[WARNING]   - kotlin/ConcurrentModificationException.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveFunction.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveKt.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveScope.kotlin_metadata
[WARNING]   - 293 more...
[WARNING] guice-multibindings-4.2.3.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - README
[WARNING] j2objc-annotations-1.3.jar, org.eclipse.emfcloud.integration.example.modelserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.j2objc/j2objc-annotations/pom.properties
[WARNING]   - META-INF/maven/com.google.j2objc/j2objc-annotations/pom.xml
[WARNING]   - com.google.j2objc.annotations.AutoreleasePool
[WARNING]   - com.google.j2objc.annotations.J2ObjCIncompatible
[WARNING]   - com.google.j2objc.annotations.LoopTranslation
[WARNING]   - com.google.j2objc.annotations.LoopTranslation$LoopStyle
[WARNING]   - com.google.j2objc.annotations.ObjectiveCName
[WARNING]   - com.google.j2objc.annotations.Property
[WARNING]   - com.google.j2objc.annotations.ReflectionSupport
[WARNING]   - com.google.j2objc.annotations.ReflectionSupport$Level
[WARNING]   - 4 more...
[WARNING] error_prone_annotations-2.3.4.jar, org.eclipse.emfcloud.integration.example.modelserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.jar define 24 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties
[WARNING]   - META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml
[WARNING]   - com.google.errorprone.annotations.CanIgnoreReturnValue
[WARNING]   - com.google.errorprone.annotations.CheckReturnValue
[WARNING]   - com.google.errorprone.annotations.CompatibleWith
[WARNING]   - com.google.errorprone.annotations.CompileTimeConstant
[WARNING]   - com.google.errorprone.annotations.DoNotCall
[WARNING]   - com.google.errorprone.annotations.DoNotMock
[WARNING]   - com.google.errorprone.annotations.ForOverride
[WARNING]   - com.google.errorprone.annotations.FormatMethod
[WARNING]   - 14 more...
[WARNING] org.eclipse.core.jobs-3.5.100.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar define 49 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.jobs.Counter
[WARNING]   - org.eclipse.core.internal.jobs.Deadlock
[WARNING]   - org.eclipse.core.internal.jobs.DeadlockDetector
[WARNING]   - org.eclipse.core.internal.jobs.ImplicitJobs
[WARNING]   - org.eclipse.core.internal.jobs.InternalJob
[WARNING]   - org.eclipse.core.internal.jobs.InternalWorker
[WARNING]   - org.eclipse.core.internal.jobs.JobActivator
[WARNING]   - org.eclipse.core.internal.jobs.JobChangeEvent
[WARNING]   - org.eclipse.core.internal.jobs.JobListeners
[WARNING]   - org.eclipse.core.internal.jobs.JobListeners$1
[WARNING]   - 39 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.common-3.6.0.jar define 60 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLBaseConnection
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLConnection
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLHandler
[WARNING]   - org.eclipse.core.internal.runtime.Activator
[WARNING]   - org.eclipse.core.internal.runtime.AdapterManager
[WARNING]   - org.eclipse.core.internal.runtime.CommonMessages
[WARNING]   - org.eclipse.core.internal.runtime.DataArea
[WARNING]   - org.eclipse.core.internal.runtime.DevClassPathHelper
[WARNING]   - org.eclipse.core.internal.runtime.FindSupport
[WARNING]   - org.eclipse.core.internal.runtime.IAdapterFactoryExt
[WARNING]   - 50 more...
[WARNING] jetty-webapp-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 57 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.xml
[WARNING]   - org.eclipse.jetty.webapp.AbsoluteOrdering
[WARNING]   - org.eclipse.jetty.webapp.AbstractConfiguration
[WARNING]   - org.eclipse.jetty.webapp.CachingWebAppClassLoader
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByClass
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByLocation
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByModule
[WARNING]   - 47 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar define 46 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.integration/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.integration/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPDiagramModule
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPServer
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPServerModule
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGModelFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelServerAccess
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelState
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelStateImpl
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSSourceModelStorage
[WARNING]   - 36 more...
[WARNING] log4j-slf4j-impl-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar define 12 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-slf4j-impl/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-slf4j-impl/pom.xml
[WARNING]   - org.apache.logging.slf4j.EventDataConverter
[WARNING]   - org.apache.logging.slf4j.Log4jLogger
[WARNING]   - org.apache.logging.slf4j.Log4jLoggerFactory
[WARNING]   - org.apache.logging.slf4j.Log4jMDCAdapter
[WARNING]   - org.apache.logging.slf4j.Log4jMarker
[WARNING]   - org.apache.logging.slf4j.Log4jMarkerFactory
[WARNING]   - org.apache.logging.slf4j.SLF4JLoggingException
[WARNING]   - org.slf4j.impl.StaticLoggerBinder
[WARNING]   - 2 more...
[WARNING] btf-1.3.jar, jackson-coreutils-2.0.jar, json-patch-1.13.jar, msg-simple-1.2.jar, org.eclipse.emfcloud.integration.example.modelserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/ASL-2.0.txt
[WARNING]   - META-INF/LGPL-3.0.txt
[WARNING] org.eclipse.emf.edit-2.18.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.jar define 184 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.edit/pom.xml
[WARNING]   - icons/full/ctool16/CreateChild.gif
[WARNING]   - icons/full/obj16/BooleanValue.gif
[WARNING]   - icons/full/obj16/GenericValue.gif
[WARNING]   - icons/full/obj16/IntegralValue.gif
[WARNING]   - icons/full/obj16/Item.gif
[WARNING]   - icons/full/obj16/ModelFile.gif
[WARNING]   - icons/full/obj16/NoValue.gif
[WARNING]   - icons/full/obj16/RealValue.gif
[WARNING]   - 174 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar define 126 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.emf/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.emf/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultFacetConfig
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelController
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelRepository
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager$1
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager$CommandExecutionContext
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelSynchronizer
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelURIConverter
[WARNING]   - 116 more...
[WARNING] org.eclipse.core.expressions-3.4.300.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar define 53 overlapping class and resource: 
[WARNING]   - org.eclipse.core.expressions.ElementHandler
[WARNING]   - org.eclipse.core.expressions.EvaluationContext
[WARNING]   - org.eclipse.core.expressions.EvaluationResult
[WARNING]   - org.eclipse.core.expressions.Expression
[WARNING]   - org.eclipse.core.expressions.Expression$1
[WARNING]   - org.eclipse.core.expressions.Expression$2
[WARNING]   - org.eclipse.core.expressions.ExpressionConverter
[WARNING]   - org.eclipse.core.expressions.ExpressionInfo
[WARNING]   - org.eclipse.core.expressions.ExpressionTagNames
[WARNING]   - org.eclipse.core.expressions.ICountable
[WARNING]   - 43 more...
[WARNING] log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-server-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/javax.servlet.ServletContainerInitializer
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-common-9.4.44.v20210927.jar define 124 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-common/pom.xml
[WARNING]   - META-INF/services/org.eclipse.jetty.websocket.api.extensions.Extension
[WARNING]   - org.eclipse.jetty.websocket.common.AcceptHash
[WARNING]   - org.eclipse.jetty.websocket.common.BlockingWriteCallback
[WARNING]   - org.eclipse.jetty.websocket.common.BlockingWriteCallback$WriteBlocker
[WARNING]   - org.eclipse.jetty.websocket.common.CloseInfo
[WARNING]   - org.eclipse.jetty.websocket.common.Generator
[WARNING]   - org.eclipse.jetty.websocket.common.LogicalConnection
[WARNING]   - org.eclipse.jetty.websocket.common.OpCode
[WARNING]   - 114 more...
[WARNING] org.eclipse.core.runtime-3.7.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar define 30 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences
[WARNING]   - org.eclipse.core.internal.preferences.legacy.PreferenceForwarder
[WARNING]   - org.eclipse.core.internal.preferences.legacy.ProductPreferencesService
[WARNING]   - org.eclipse.core.internal.runtime.CompatibilityHelper
[WARNING]   - org.eclipse.core.internal.runtime.InternalPlatform
[WARNING]   - org.eclipse.core.internal.runtime.Log
[WARNING]   - org.eclipse.core.internal.runtime.Log$1
[WARNING]   - org.eclipse.core.internal.runtime.Messages
[WARNING]   - org.eclipse.core.internal.runtime.PerformanceStatsProcessor
[WARNING]   - org.eclipse.core.internal.runtime.PlatformActivator
[WARNING]   - 20 more...
[WARNING] org.eclipse.emf.ecore.change-2.14.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.jar define 41 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.change/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.change/pom.xml
[WARNING]   - model/Change.ecore
[WARNING]   - model/Change.genmodel
[WARNING]   - org.eclipse.emf.ecore.change.ChangeDescription
[WARNING]   - org.eclipse.emf.ecore.change.ChangeFactory
[WARNING]   - org.eclipse.emf.ecore.change.ChangeKind
[WARNING]   - org.eclipse.emf.ecore.change.ChangePackage
[WARNING]   - org.eclipse.emf.ecore.change.ChangePackage$Literals
[WARNING]   - org.eclipse.emf.ecore.change.ChangePlugin
[WARNING]   - 31 more...
[WARNING] guice-5.0.1.jar, guice-multibindings-4.2.3.jar, jackson-core-2.12.6.jar, jackson-databind-2.12.6.1.jar, log4j-api-2.17.1.jar, log4j-core-2.17.1.jar, log4j-slf4j-impl-2.17.1.jar, log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar define 54 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.emf/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.emf/pom.xml
[WARNING]   - model/notation.ecore
[WARNING]   - model/notation.genmodel
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateEdgeOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateNodeOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.DefaultEditingDomainFactory
[WARNING]   - org.eclipse.glsp.server.emf.EMFCompoundOperationHandler
[WARNING]   - 44 more...
[WARNING] org.eclipse.emf.transaction-1.8.0.201405281451.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.jar define 111 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf.transaction.plugins/org.eclipse.emf.transaction/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf.transaction.plugins/org.eclipse.emf.transaction/pom.xml
[WARNING]   - org.eclipse.emf.transaction.DemultiplexingListener
[WARNING]   - org.eclipse.emf.transaction.ExceptionHandler
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$1
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$10
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$11
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$12
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$13
[WARNING]   - 101 more...
[WARNING] jackson-databind-2.12.6.1.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar define 703 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml
[WARNING]   - META-INF/services/com.fasterxml.jackson.core.ObjectCodec
[WARNING]   - com.fasterxml.jackson.databind.AbstractTypeResolver
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type
[WARNING]   - com.fasterxml.jackson.databind.BeanDescription
[WARNING]   - com.fasterxml.jackson.databind.BeanProperty
[WARNING]   - com.fasterxml.jackson.databind.BeanProperty$Bogus
[WARNING]   - 693 more...
[WARNING] org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar define 28 overlapping class and resource: 
[WARNING]   - org.eclipse.core.filesystem.EFS
[WARNING]   - org.eclipse.core.filesystem.IFileInfo
[WARNING]   - org.eclipse.core.filesystem.IFileStore
[WARNING]   - org.eclipse.core.filesystem.IFileSystem
[WARNING]   - org.eclipse.core.filesystem.IFileTree
[WARNING]   - org.eclipse.core.filesystem.URIUtil
[WARNING]   - org.eclipse.core.filesystem.provider.FileInfo
[WARNING]   - org.eclipse.core.filesystem.provider.FileStore
[WARNING]   - org.eclipse.core.filesystem.provider.FileSystem
[WARNING]   - org.eclipse.core.filesystem.provider.FileTree
[WARNING]   - 18 more...
[WARNING] gson-2.10.1.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-jdk7-1.5.31.jar, kotlin-stdlib-jdk8-1.5.31.jar, log4j-api-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.app-1.3.100.jar define 33 overlapping class and resource: 
[WARNING]   - org.eclipse.equinox.app.IApplication
[WARNING]   - org.eclipse.equinox.app.IApplicationContext
[WARNING]   - org.eclipse.equinox.internal.app.Activator
[WARNING]   - org.eclipse.equinox.internal.app.Activator$1
[WARNING]   - org.eclipse.equinox.internal.app.Activator$2
[WARNING]   - org.eclipse.equinox.internal.app.Activator$3
[WARNING]   - org.eclipse.equinox.internal.app.AnyThreadAppLauncher
[WARNING]   - org.eclipse.equinox.internal.app.AppCommands
[WARNING]   - org.eclipse.equinox.internal.app.AppPersistence
[WARNING]   - org.eclipse.equinox.internal.app.AppPersistence$AppTimer
[WARNING]   - 23 more...
[WARNING] jackson-coreutils-2.0.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar define 16 overlapping classes and resources: 
[WARNING]   - com.github.fge.jackson.JacksonUtils
[WARNING]   - com.github.fge.jackson.JsonLoader
[WARNING]   - com.github.fge.jackson.JsonNodeReader
[WARNING]   - com.github.fge.jackson.JsonNodeReader$1
[WARNING]   - com.github.fge.jackson.JsonNodeReader$JsonParseExceptionBuilder
[WARNING]   - com.github.fge.jackson.JsonNumEquals
[WARNING]   - com.github.fge.jackson.NodeType
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonNodeResolver
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonPointer
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonPointerException
[WARNING]   - 6 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar define 117 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.graph/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.graph/pom.xml
[WARNING]   - model/.gitkeep
[WARNING]   - model/glsp-graph.ecore
[WARNING]   - model/glsp-graph.genmodel
[WARNING]   - org.eclipse.glsp.graph.DefaultTypes
[WARNING]   - org.eclipse.glsp.graph.GAlignable
[WARNING]   - org.eclipse.glsp.graph.GArgumentable
[WARNING]   - org.eclipse.glsp.graph.GBounds
[WARNING]   - org.eclipse.glsp.graph.GBoundsAware
[WARNING]   - 107 more...
[WARNING] jackson-core-2.12.6.jar, org.eclipse.emfcloud.integration.example.modelserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar define 127 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml
[WARNING]   - META-INF/services/com.fasterxml.jackson.core.JsonFactory
[WARNING]   - com.fasterxml.jackson.core.Base64Variant
[WARNING]   - com.fasterxml.jackson.core.Base64Variant$PaddingReadBehaviour
[WARNING]   - com.fasterxml.jackson.core.Base64Variants
[WARNING]   - com.fasterxml.jackson.core.FormatFeature
[WARNING]   - com.fasterxml.jackson.core.FormatSchema
[WARNING]   - com.fasterxml.jackson.core.JacksonException
[WARNING]   - com.fasterxml.jackson.core.JsonEncoding
[WARNING]   - 117 more...
[WARNING] checker-qual-3.5.0.jar, commons-cli-1.5.0.jar, javax.servlet-api-3.1.0.jar, org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] guice-5.0.1.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar define 488 overlapping classes: 
[WARNING]   - com.google.inject.AbstractModule
[WARNING]   - com.google.inject.Binder
[WARNING]   - com.google.inject.Binding
[WARNING]   - com.google.inject.BindingAnnotation
[WARNING]   - com.google.inject.ConfigurationException
[WARNING]   - com.google.inject.CreationException
[WARNING]   - com.google.inject.Exposed
[WARNING]   - com.google.inject.Guice
[WARNING]   - com.google.inject.ImplementedBy
[WARNING]   - com.google.inject.Inject
[WARNING]   - 478 more...
[WARNING] log4j-core-2.17.1.jar, log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar define 20 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Identifiable
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelPackage
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelPackage$Literals
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Task
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.TaskList
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Transition
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.impl.IdentifiableImpl
[WARNING]   - 10 more...
[WARNING] jetty-http-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 106 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-http/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml
[WARNING]   - META-INF/services/org.eclipse.jetty.http.HttpFieldPreEncoder
[WARNING]   - org.eclipse.jetty.http.BadMessageException
[WARNING]   - org.eclipse.jetty.http.CompressedContentFormat
[WARNING]   - org.eclipse.jetty.http.CookieCompliance
[WARNING]   - org.eclipse.jetty.http.DateGenerator
[WARNING]   - org.eclipse.jetty.http.DateGenerator$1
[WARNING]   - org.eclipse.jetty.http.DateParser
[WARNING]   - org.eclipse.jetty.http.DateParser$1
[WARNING]   - 96 more...
[WARNING] org.eclipse.emf.ecore.xmi-2.16.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.jar define 109 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.xmi/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.xmi/pom.xml
[WARNING]   - org.eclipse.emf.ecore.xmi.ClassNotFoundException
[WARNING]   - org.eclipse.emf.ecore.xmi.DOMHandler
[WARNING]   - org.eclipse.emf.ecore.xmi.DOMHelper
[WARNING]   - org.eclipse.emf.ecore.xmi.DanglingHREFException
[WARNING]   - org.eclipse.emf.ecore.xmi.EcoreBuilder
[WARNING]   - org.eclipse.emf.ecore.xmi.FeatureNotFoundException
[WARNING]   - org.eclipse.emf.ecore.xmi.IllegalValueException
[WARNING]   - org.eclipse.emf.ecore.xmi.NameInfo
[WARNING]   - 99 more...
[WARNING] javalin-4.3.0.jar, jetty-http-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - org/eclipse/jetty/http/encoding.properties
[WARNING] log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 16 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-web/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-web/pom.xml
[WARNING]   - META-INF/web-fragment.xml
[WARNING]   - org.apache.logging.log4j.web.Log4jServletContainerInitializer
[WARNING]   - org.apache.logging.log4j.web.Log4jServletContextListener
[WARNING]   - org.apache.logging.log4j.web.Log4jServletFilter
[WARNING]   - org.apache.logging.log4j.web.Log4jShutdownOnContextDestroyedListener
[WARNING]   - org.apache.logging.log4j.web.Log4jWebInitializerImpl
[WARNING]   - org.apache.logging.log4j.web.Log4jWebLifeCycle
[WARNING]   - org.apache.logging.log4j.web.Log4jWebSupport
[WARNING]   - 6 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.jar, slf4j-api-1.7.25.jar define 36 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.slf4j/slf4j-api/pom.properties
[WARNING]   - META-INF/maven/org.slf4j/slf4j-api/pom.xml
[WARNING]   - org.slf4j.ILoggerFactory
[WARNING]   - org.slf4j.IMarkerFactory
[WARNING]   - org.slf4j.Logger
[WARNING]   - org.slf4j.LoggerFactory
[WARNING]   - org.slf4j.MDC
[WARNING]   - org.slf4j.MDC$1
[WARNING]   - org.slf4j.MDC$MDCCloseable
[WARNING]   - org.slf4j.Marker
[WARNING]   - 26 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-server-9.4.44.v20210927.jar define 20 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-server/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.server.HandshakeRFC6455
[WARNING]   - org.eclipse.jetty.websocket.server.MappedWebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration$PersistedWebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer$Configurator
[WARNING]   - org.eclipse.jetty.websocket.server.ServletWebSocketRequest
[WARNING]   - org.eclipse.jetty.websocket.server.ServletWebSocketResponse
[WARNING]   - 10 more...
[WARNING] jetty-server-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 351 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-server/pom.xml
[WARNING]   - jetty-dir.css
[WARNING]   - org.eclipse.jetty.server.AbstractConnectionFactory
[WARNING]   - org.eclipse.jetty.server.AbstractConnector
[WARNING]   - org.eclipse.jetty.server.AbstractConnector$1
[WARNING]   - org.eclipse.jetty.server.AbstractConnector$Acceptor
[WARNING]   - org.eclipse.jetty.server.AbstractNCSARequestLog
[WARNING]   - org.eclipse.jetty.server.AbstractNetworkConnector
[WARNING]   - org.eclipse.jetty.server.AcceptRateLimit
[WARNING]   - 341 more...
[WARNING] kotlin-stdlib-jdk8-1.5.31.jar, org.eclipse.emfcloud.integration.example.modelserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar define 12 overlapping class and resource: 
[WARNING]   - META-INF/kotlin-stdlib-jdk8.kotlin_module
[WARNING]   - kotlin.collections.jdk8.CollectionsJDK8Kt
[WARNING]   - kotlin.internal.jdk8.JDK8PlatformImplementations
[WARNING]   - kotlin.random.jdk8.PlatformThreadLocalRandom
[WARNING]   - kotlin.streams.jdk8.StreamsKt
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$1
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$2
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$3
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$4
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asStream$1
[WARNING]   - 2 more...
[WARNING] guice-5.0.1.jar, guice-multibindings-4.2.3.jar, log4j-api-2.17.1.jar, log4j-core-2.17.1.jar, log4j-slf4j-impl-2.17.1.jar, log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/DEPENDENCIES
[WARNING] annotations-20.1.0.jar, org.eclipse.emfcloud.integration.example.modelserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.jar define 52 overlapping classes: 
[WARNING]   - org.intellij.lang.annotations.Flow
[WARNING]   - org.intellij.lang.annotations.Identifier
[WARNING]   - org.intellij.lang.annotations.JdkConstants
[WARNING]   - org.intellij.lang.annotations.JdkConstants$AdjustableOrientation
[WARNING]   - org.intellij.lang.annotations.JdkConstants$BoxLayoutAxis
[WARNING]   - org.intellij.lang.annotations.JdkConstants$CalendarMonth
[WARNING]   - org.intellij.lang.annotations.JdkConstants$CursorType
[WARNING]   - org.intellij.lang.annotations.JdkConstants$FlowLayoutAlignment
[WARNING]   - org.intellij.lang.annotations.JdkConstants$FontStyle
[WARNING]   - org.intellij.lang.annotations.JdkConstants$HorizontalAlignment
[WARNING]   - 42 more...
[WARNING] gson-2.10.1.jar, org.eclipse.emfcloud.integration.example.modelserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar define 219 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.code.gson/gson/pom.properties
[WARNING]   - META-INF/maven/com.google.code.gson/gson/pom.xml
[WARNING]   - com.google.gson.ExclusionStrategy
[WARNING]   - com.google.gson.FieldAttributes
[WARNING]   - com.google.gson.FieldNamingPolicy
[WARNING]   - com.google.gson.FieldNamingPolicy$1
[WARNING]   - com.google.gson.FieldNamingPolicy$2
[WARNING]   - com.google.gson.FieldNamingPolicy$3
[WARNING]   - com.google.gson.FieldNamingPolicy$4
[WARNING]   - com.google.gson.FieldNamingPolicy$5
[WARNING]   - 209 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar define 41 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.common/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.common.APIVersion
[WARNING]   - org.eclipse.emfcloud.modelserver.common.APIVersionRange
[WARNING]   - org.eclipse.emfcloud.modelserver.common.AppEntryPoint
[WARNING]   - org.eclipse.emfcloud.modelserver.common.EntryPointType
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParameters
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParametersV1
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParametersV2
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPaths
[WARNING]   - 31 more...
[WARNING] jsr305-3.0.2.jar, org.eclipse.emfcloud.integration.example.modelserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.jar define 37 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.code.findbugs/jsr305/pom.properties
[WARNING]   - META-INF/maven/com.google.code.findbugs/jsr305/pom.xml
[WARNING]   - javax.annotation.CheckForNull
[WARNING]   - javax.annotation.CheckForSigned
[WARNING]   - javax.annotation.CheckReturnValue
[WARNING]   - javax.annotation.Detainted
[WARNING]   - javax.annotation.MatchesPattern
[WARNING]   - javax.annotation.MatchesPattern$Checker
[WARNING]   - javax.annotation.Nonnegative
[WARNING]   - javax.annotation.Nonnegative$Checker
[WARNING]   - 27 more...
[WARNING] jetty-util-ajax-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 35 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util-ajax/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util-ajax/pom.xml
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$1
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Context
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Factory
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Factory$CachedString
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Frame
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$FrameStack
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$NumberBuilder
[WARNING]   - 25 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar define 32 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.client/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EObjectSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EObjectSubscriptionListener$ListenerState
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EditingContext
[WARNING]   - org.eclipse.emfcloud.modelserver.client.JsonToEObjectSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.JsonToStringSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.Model
[WARNING]   - org.eclipse.emfcloud.modelserver.client.ModelServerClient
[WARNING]   - org.eclipse.emfcloud.modelserver.client.ModelServerClientApi
[WARNING]   - 22 more...
[WARNING] jetty-security-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 64 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-security/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-security/pom.xml
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService$RolePrincipal
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService$UserPrincipal
[WARNING]   - org.eclipse.jetty.security.AbstractUserAuthentication
[WARNING]   - org.eclipse.jetty.security.Authenticator
[WARNING]   - org.eclipse.jetty.security.Authenticator$AuthConfiguration
[WARNING]   - org.eclipse.jetty.security.Authenticator$Factory
[WARNING]   - org.eclipse.jetty.security.ConfigurableSpnegoLoginService
[WARNING]   - 54 more...
[WARNING] jetty-io-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 112 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-io/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml
[WARNING]   - org.eclipse.jetty.io.AbstractByteBufferPool
[WARNING]   - org.eclipse.jetty.io.AbstractConnection
[WARNING]   - org.eclipse.jetty.io.AbstractConnection$1
[WARNING]   - org.eclipse.jetty.io.AbstractConnection$ReadCallback
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$1
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$2
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$3
[WARNING]   - 102 more...
[WARNING] org.eclipse.core.resources-3.7.100.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar define 380 overlapping classes and resources: 
[WARNING]   - ant_tasks/resources-ant.jar
[WARNING]   - org.eclipse.core.internal.dtree.AbstractDataTree
[WARNING]   - org.eclipse.core.internal.dtree.AbstractDataTreeNode
[WARNING]   - org.eclipse.core.internal.dtree.DataDeltaNode
[WARNING]   - org.eclipse.core.internal.dtree.DataTree
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeLookup
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeNode
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeReader
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeWriter
[WARNING]   - org.eclipse.core.internal.dtree.DeletedNode
[WARNING]   - 370 more...
[WARNING] checker-qual-3.5.0.jar, org.eclipse.emfcloud.integration.example.modelserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar define 321 overlapping classes: 
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.CompilerMessageKey
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.CompilerMessageKeyBottom
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.UnknownCompilerMessageKey
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtAlphaCompositingRule
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtColorSpace
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtCursorType
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtFlowLayout
[WARNING]   - org.checkerframework.checker.fenum.qual.Fenum
[WARNING]   - org.checkerframework.checker.fenum.qual.FenumBottom
[WARNING]   - org.checkerframework.checker.fenum.qual.FenumTop
[WARNING]   - 311 more...
[WARNING] jetty-servlet-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 72 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.xml
[WARNING]   - org.eclipse.jetty.servlet.BaseHolder
[WARNING]   - org.eclipse.jetty.servlet.BaseHolder$Wrapped
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener$1
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener$DynamicDecorator
[WARNING]   - org.eclipse.jetty.servlet.DefaultServlet
[WARNING]   - org.eclipse.jetty.servlet.ErrorPageErrorHandler
[WARNING]   - org.eclipse.jetty.servlet.ErrorPageErrorHandler$1
[WARNING]   - 62 more...
[WARNING] org.eclipse.emf.validation-1.8.0.201405281429.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.jar define 229 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf.validation.plugins/org.eclipse.emf.validation/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf.validation.plugins/org.eclipse.emf.validation/pom.xml
[WARNING]   - build.properties
[WARNING]   - model/validation.ecore
[WARNING]   - model/validation.ecorediag
[WARNING]   - model/validation.genmodel
[WARNING]   - org.eclipse.emf.validation.AbstractModelConstraint
[WARNING]   - org.eclipse.emf.validation.EMFEventType
[WARNING]   - org.eclipse.emf.validation.IValidationContext
[WARNING]   - org.eclipse.emf.validation.internal.EMFModelValidationDebugOptions
[WARNING]   - 219 more...
[WARNING] msg-simple-1.2.jar, org.eclipse.emfcloud.integration.example.modelserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar define 23 overlapping classes: 
[WARNING]   - com.github.fge.msgsimple.InternalBundle
[WARNING]   - com.github.fge.msgsimple.bundle.MessageBundle
[WARNING]   - com.github.fge.msgsimple.bundle.MessageBundleBuilder
[WARNING]   - com.github.fge.msgsimple.bundle.PropertiesBundle
[WARNING]   - com.github.fge.msgsimple.bundle.PropertiesBundle$1
[WARNING]   - com.github.fge.msgsimple.load.MessageBundleLoader
[WARNING]   - com.github.fge.msgsimple.load.MessageBundles
[WARNING]   - com.github.fge.msgsimple.locale.LocaleUtils
[WARNING]   - com.github.fge.msgsimple.provider.LoadingMessageSourceProvider
[WARNING]   - com.github.fge.msgsimple.provider.LoadingMessageSourceProvider$1
[WARNING]   - 13 more...
[WARNING] json-patch-1.13.jar, org.eclipse.emfcloud.integration.example.modelserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar define 30 overlapping class and resource: 
[WARNING]   - com.github.fge.jsonpatch.AddOperation
[WARNING]   - com.github.fge.jsonpatch.CopyOperation
[WARNING]   - com.github.fge.jsonpatch.DualPathOperation
[WARNING]   - com.github.fge.jsonpatch.Iterables
[WARNING]   - com.github.fge.jsonpatch.JsonPatch
[WARNING]   - com.github.fge.jsonpatch.JsonPatchException
[WARNING]   - com.github.fge.jsonpatch.JsonPatchMessages
[WARNING]   - com.github.fge.jsonpatch.JsonPatchOperation
[WARNING]   - com.github.fge.jsonpatch.MoveOperation
[WARNING]   - com.github.fge.jsonpatch.Patch
[WARNING]   - 20 more...
[WARNING] okio-2.10.0.jar, org.eclipse.emfcloud.integration.example.modelserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.jar define 75 overlapping classes and resources: 
[WARNING]   - META-INF/okio.kotlin_module
[WARNING]   - META-INF/proguard/okio.pro
[WARNING]   - okio.-Base64
[WARNING]   - okio.-DeflaterSinkExtensions
[WARNING]   - okio.-DeprecatedOkio
[WARNING]   - okio.-DeprecatedUpgrade
[WARNING]   - okio.-DeprecatedUtf8
[WARNING]   - okio.-GzipSinkExtensions
[WARNING]   - okio.-GzipSourceExtensions
[WARNING]   - okio.-InflaterSourceExtensions
[WARNING]   - 65 more...
[WARNING] org.eclipse.emf.common-2.28.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.jar define 231 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.common/pom.xml
[WARNING]   - org.eclipse.emf.common.CommonPlugin
[WARNING]   - org.eclipse.emf.common.CommonPlugin$ElementRecord
[WARNING]   - org.eclipse.emf.common.CommonPlugin$Implementation
[WARNING]   - org.eclipse.emf.common.CommonPlugin$Implementation$Activator
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$1
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$2
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$ActiveModelVisitor
[WARNING]   - 221 more...
[WARNING] guava-30.1-jre.jar, org.eclipse.emfcloud.integration.example.modelserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.jar define 2031 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.guava/guava/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/guava/pom.xml
[WARNING]   - com.google.common.annotations.Beta
[WARNING]   - com.google.common.annotations.GwtCompatible
[WARNING]   - com.google.common.annotations.GwtIncompatible
[WARNING]   - com.google.common.annotations.VisibleForTesting
[WARNING]   - com.google.common.base.Absent
[WARNING]   - com.google.common.base.AbstractIterator
[WARNING]   - com.google.common.base.AbstractIterator$1
[WARNING]   - com.google.common.base.AbstractIterator$State
[WARNING]   - 2021 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-api-9.4.44.v20210927.jar define 48 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-api/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-api/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.api.BadPayloadException
[WARNING]   - org.eclipse.jetty.websocket.api.BatchMode
[WARNING]   - org.eclipse.jetty.websocket.api.CloseException
[WARNING]   - org.eclipse.jetty.websocket.api.CloseStatus
[WARNING]   - org.eclipse.jetty.websocket.api.InvalidWebSocketException
[WARNING]   - org.eclipse.jetty.websocket.api.MessageTooLargeException
[WARNING]   - org.eclipse.jetty.websocket.api.PolicyViolationException
[WARNING]   - org.eclipse.jetty.websocket.api.ProtocolException
[WARNING]   - 38 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar define 242 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server/pom.xml
[WARNING]   - org.eclipse.glsp.server.actions.AbstractActionHandler
[WARNING]   - org.eclipse.glsp.server.actions.Action
[WARNING]   - org.eclipse.glsp.server.actions.ActionDispatcher
[WARNING]   - org.eclipse.glsp.server.actions.ActionHandler
[WARNING]   - org.eclipse.glsp.server.actions.ActionHandlerRegistry
[WARNING]   - org.eclipse.glsp.server.actions.ActionMessage
[WARNING]   - org.eclipse.glsp.server.actions.ActionRegistry
[WARNING]   - org.eclipse.glsp.server.actions.BasicActionHandler
[WARNING]   - 232 more...
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddEdgeCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddShapeCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeBoundsCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeRoutingPointsCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.NotationElementCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.RemoveNotationElementCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeBoundsCommandContribution
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeRoutingPointsCommandContribution
[WARNING]   - 4 more...
[WARNING] commons-cli-1.5.0.jar, jetty-client-9.4.44.v20210927.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.modelserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.txt
[WARNING] org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.registry-3.5.101.jar define 95 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.adapter.AdapterFactoryProxy
[WARNING]   - org.eclipse.core.internal.adapter.AdapterManagerListener
[WARNING]   - org.eclipse.core.internal.registry.BaseExtensionHandle
[WARNING]   - org.eclipse.core.internal.registry.BaseExtensionPointHandle
[WARNING]   - org.eclipse.core.internal.registry.BufferedRandomInputStream
[WARNING]   - org.eclipse.core.internal.registry.CombinedEventDelta
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElement
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElementHandle
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElementMulti
[WARNING]   - org.eclipse.core.internal.registry.Contribution
[WARNING]   - 85 more...
[WARNING] org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.core.expressions-3.4.300.jar, org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.core.jobs-3.5.100.jar, org.eclipse.core.resources-3.7.100.jar, org.eclipse.core.runtime-3.7.0.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.app-1.3.100.jar, org.eclipse.equinox.common-3.6.0.jar, org.eclipse.equinox.preferences-3.4.1.jar, org.eclipse.equinox.registry-3.5.101.jar, org.eclipse.osgi-3.7.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/eclipse.inf
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] 
[INFO] --< org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver >--
[INFO] Building org.eclipse.emfcloud.integration.example.glspjavaserver 0.7.0-SNAPSHOT [3/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 95 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 167 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 466 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 33 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/org.eclipse.glsp.server.websocket-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/org.eclipse.glsp.server.websocket-1.1.0-20230508.073349-32.pom (2.4 kB at 46 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-server/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-javax-server/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-javax-server/maven-metadata.xml (1.0 kB at 80 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-server/10.0.12/websocket-javax-server-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.12/websocket-javax-server-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.12/websocket-javax-server-10.0.12.pom (3.0 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-parent/10.0.12/websocket-parent-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.12/websocket-parent-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.12/websocket-parent-10.0.12.pom (1.9 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-project/10.0.12/jetty-project-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.12/jetty-project-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.12/jetty-project-10.0.12.pom (101 kB at 851 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 192 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 193 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 793 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.0/junit-bom-5.9.0.pom (5.6 kB at 88 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.3/testcontainers-bom-1.17.3.pom (7.5 kB at 94 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-client/10.0.12/websocket-javax-client-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.12/websocket-javax-client-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.12/websocket-javax-client-10.0.12.pom (2.9 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.pom (9.1 kB at 88 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-toolchain/1.7/jetty-toolchain-1.7.pom (17 kB at 172 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-common/10.0.12/websocket-javax-common-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.12/websocket-javax-common-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.12/websocket-javax-common-10.0.12.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-client/10.0.12/websocket-core-client-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.12/websocket-core-client-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.12/websocket-core-client-10.0.12.pom (1.5 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-common/10.0.12/websocket-core-common-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.12/websocket-core-common-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.12/websocket-core-common-10.0.12.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/10.0.12/jetty-io-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.12/jetty-io-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.12/jetty-io-10.0.12.pom (1.4 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.0/slf4j-api-2.0.0.pom (1.6 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.0/slf4j-parent-2.0.0.pom (16 kB at 224 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.12/jetty-util-10.0.12.pom (3.5 kB at 36 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/10.0.12/jetty-http-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.12/jetty-http-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.12/jetty-http-10.0.12.pom (3.7 kB at 56 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/10.0.12/jetty-client-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.12/jetty-client-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.12/jetty-client-10.0.12.pom (5.5 kB at 43 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-client/10.0.12/jetty-alpn-client-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.12/jetty-alpn-client-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.12/jetty-alpn-client-10.0.12.pom (2.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-parent/10.0.12/jetty-alpn-parent-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.12/jetty-alpn-parent-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.12/jetty-alpn-parent-10.0.12.pom (792 B at 8.2 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/10.0.12/websocket-servlet-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.12/websocket-servlet-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.12/websocket-servlet-10.0.12.pom (1.4 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-server/10.0.12/websocket-core-server-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.12/websocket-core-server-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.12/websocket-core-server-10.0.12.pom (954 B at 8.4 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/10.0.12/jetty-server-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.12/jetty-server-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.12/jetty-server-10.0.12.pom (2.5 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.6/jetty-servlet-api-4.0.6.pom (9.7 kB at 95 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/10.0.12/jetty-servlet-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.12/jetty-servlet-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.12/jetty-servlet-10.0.12.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/10.0.12/jetty-security-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.12/jetty-security-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.12/jetty-security-10.0.12.pom (2.1 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-annotations/10.0.12/jetty-annotations-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.12/jetty-annotations-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.12/jetty-annotations-10.0.12.pom (3.4 kB at 43 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-plus/10.0.12/jetty-plus-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.12/jetty-plus-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.12/jetty-plus-10.0.12.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 172 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 169 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-jndi/10.0.12/jetty-jndi-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.12/jetty-jndi-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.12/jetty-jndi-10.0.12.pom (2.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/10.0.12/jetty-webapp-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.12/jetty-webapp-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.12/jetty-webapp-10.0.12.pom (3.6 kB at 38 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/10.0.12/jetty-xml-10.0.12.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.12/jetty-xml-10.0.12.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.12/jetty-xml-10.0.12.pom (1.9 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 195 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom (3.0 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom (2.6 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom (2.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.13/websocket-javax-server-10.0.13.pom (3.0 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-parent/10.0.13/websocket-parent-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.13/websocket-parent-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.13/websocket-parent-10.0.13.pom (1.9 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-project/10.0.13/jetty-project-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.13/jetty-project-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.13/jetty-project-10.0.13.pom (102 kB at 1.1 MB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.16.Final/infinispan-bom-11.0.16.Final.pom (18 kB at 184 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.16.Final/infinispan-build-configuration-parent-11.0.16.Final.pom (16 kB at 160 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 181 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/43/oss-parent-43.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 303 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 70 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.5/testcontainers-bom-1.17.5.pom (8.0 kB at 95 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.13/websocket-javax-client-10.0.13.pom (2.9 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.13/websocket-javax-common-10.0.13.pom (1.9 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.13/websocket-core-client-10.0.13.pom (1.5 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.13/websocket-core-common-10.0.13.pom (1.9 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.13/jetty-io-10.0.13.pom (1.4 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/2.0.5/slf4j-api-2.0.5.pom (1.6 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/2.0.5/slf4j-parent-2.0.5.pom (16 kB at 140 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.13/jetty-util-10.0.13.pom (3.5 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.13/jetty-http-10.0.13.pom (3.7 kB at 46 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.13/jetty-client-10.0.13.pom (5.5 kB at 68 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.13/jetty-alpn-client-10.0.13.pom (2.2 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-parent/10.0.13/jetty-alpn-parent-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.13/jetty-alpn-parent-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.13/jetty-alpn-parent-10.0.13.pom (792 B at 9.9 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.13/websocket-servlet-10.0.13.pom (1.4 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.13/websocket-core-server-10.0.13.pom (954 B at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.13/jetty-server-10.0.13.pom (2.5 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.13/jetty-servlet-10.0.13.pom (2.3 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.13/jetty-security-10.0.13.pom (2.1 kB at 31 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-annotations/10.0.13/jetty-annotations-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.13/jetty-annotations-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.13/jetty-annotations-10.0.13.pom (3.4 kB at 49 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-plus/10.0.13/jetty-plus-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.13/jetty-plus-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.13/jetty-plus-10.0.13.pom (2.3 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-jndi/10.0.13/jetty-jndi-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.13/jetty-jndi-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.13/jetty-jndi-10.0.13.pom (2.6 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.13/jetty-webapp-10.0.13.pom (3.6 kB at 45 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.13/jetty-xml-10.0.13.pom (1.9 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.4/asm-9.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.4/asm-9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 169 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 34 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-server/10.0.14/websocket-javax-server-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.14/websocket-javax-server-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.14/websocket-javax-server-10.0.14.pom (3.0 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-parent/10.0.14/websocket-parent-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.14/websocket-parent-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.14/websocket-parent-10.0.14.pom (1.9 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-project/10.0.14/jetty-project-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.14/jetty-project-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.14/jetty-project-10.0.14.pom (101 kB at 1.5 MB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-bom/11.0.17.Final/infinispan-bom-11.0.17.Final.pom (18 kB at 227 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/infinispan/infinispan-build-configuration-parent/11.0.17.Final/infinispan-build-configuration-parent-11.0.17.Final.pom (16 kB at 164 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-bom/2.14.1/jackson-bom-2.14.1.pom (17 kB at 186 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 96 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 240 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-bom/9.4/asm-bom-9.4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.4/asm-bom-9.4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.4/asm-bom-9.4.pom (3.2 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/testcontainers/testcontainers-bom/1.17.6/testcontainers-bom-1.17.6.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.6/testcontainers-bom-1.17.6.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/testcontainers/testcontainers-bom/1.17.6/testcontainers-bom-1.17.6.pom (8.3 kB at 130 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-client/10.0.14/websocket-javax-client-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.14/websocket-javax-client-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.14/websocket-javax-client-10.0.14.pom (2.9 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-common/10.0.14/websocket-javax-common-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.14/websocket-javax-common-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.14/websocket-javax-common-10.0.14.pom (1.9 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-client/10.0.14/websocket-core-client-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.14/websocket-core-client-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.14/websocket-core-client-10.0.14.pom (1.5 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-common/10.0.14/websocket-core-common-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.14/websocket-core-common-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.14/websocket-core-common-10.0.14.pom (1.9 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/10.0.14/jetty-io-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.14/jetty-io-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.14/jetty-io-10.0.14.pom (1.8 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/10.0.14/jetty-util-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.14/jetty-util-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.14/jetty-util-10.0.14.pom (3.7 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/10.0.14/jetty-http-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.14/jetty-http-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.14/jetty-http-10.0.14.pom (4.1 kB at 43 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/10.0.14/jetty-client-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.14/jetty-client-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.14/jetty-client-10.0.14.pom (5.6 kB at 69 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-client/10.0.14/jetty-alpn-client-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.14/jetty-alpn-client-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.14/jetty-alpn-client-10.0.14.pom (2.2 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-parent/10.0.14/jetty-alpn-parent-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.14/jetty-alpn-parent-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.14/jetty-alpn-parent-10.0.14.pom (792 B at 8.2 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/10.0.14/websocket-servlet-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.14/websocket-servlet-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.14/websocket-servlet-10.0.14.pom (1.4 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-server/10.0.14/websocket-core-server-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.14/websocket-core-server-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.14/websocket-core-server-10.0.14.pom (954 B at 9.4 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/10.0.14/jetty-server-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.14/jetty-server-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.14/jetty-server-10.0.14.pom (2.6 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/10.0.14/jetty-servlet-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.14/jetty-servlet-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.14/jetty-servlet-10.0.14.pom (2.3 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/10.0.14/jetty-security-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.14/jetty-security-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.14/jetty-security-10.0.14.pom (2.1 kB at 18 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-annotations/10.0.14/jetty-annotations-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.14/jetty-annotations-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.14/jetty-annotations-10.0.14.pom (3.5 kB at 35 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-plus/10.0.14/jetty-plus-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.14/jetty-plus-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.14/jetty-plus-10.0.14.pom (2.3 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-jndi/10.0.14/jetty-jndi-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.14/jetty-jndi-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.14/jetty-jndi-10.0.14.pom (2.6 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/10.0.14/jetty-webapp-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.14/jetty-webapp-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.14/jetty-webapp-10.0.14.pom (3.6 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/10.0.14/jetty-xml-10.0.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.14/jetty-xml-10.0.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.14/jetty-xml-10.0.14.pom (2.2 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-server/10.0.15/websocket-javax-server-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.15/websocket-javax-server-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-server/10.0.15/websocket-javax-server-10.0.15.pom (3.0 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-parent/10.0.15/websocket-parent-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.15/websocket-parent-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-parent/10.0.15/websocket-parent-10.0.15.pom (1.9 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-project/10.0.15/jetty-project-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.15/jetty-project-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-project/10.0.15/jetty-project-10.0.15.pom (101 kB at 990 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 39 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.pom (2.9 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.pom (1.9 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.pom (1.5 kB at 13 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.pom (1.9 kB at 15 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-io/10.0.15/jetty-io-10.0.15.pom (1.8 kB at 17 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-util/10.0.15/jetty-util-10.0.15.pom (3.7 kB at 58 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-http/10.0.15/jetty-http-10.0.15.pom (4.1 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.pom (5.6 kB at 89 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.pom (2.2 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-parent/10.0.15/jetty-alpn-parent-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.15/jetty-alpn-parent-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-parent/10.0.15/jetty-alpn-parent-10.0.15.pom (792 B at 9.1 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-servlet/10.0.15/websocket-servlet-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.15/websocket-servlet-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-servlet/10.0.15/websocket-servlet-10.0.15.pom (1.4 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-server/10.0.15/websocket-core-server-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.15/websocket-core-server-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-server/10.0.15/websocket-core-server-10.0.15.pom (954 B at 8.1 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-server/10.0.15/jetty-server-10.0.15.pom (2.6 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-servlet/10.0.15/jetty-servlet-10.0.15.pom (2.3 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-security/10.0.15/jetty-security-10.0.15.pom (2.1 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.pom (3.5 kB at 33 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.pom (2.3 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.pom (2.6 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-webapp/10.0.15/jetty-webapp-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.15/jetty-webapp-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-webapp/10.0.15/jetty-webapp-10.0.15.pom (3.6 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-xml/10.0.15/jetty-xml-10.0.15.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.15/jetty-xml-10.0.15.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-xml/10.0.15/jetty-xml-10.0.15.pom (2.2 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 36 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 34 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 31 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml (833 B at 46 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml (858 B at 15 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/maven-metadata.xml (1.4 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.0/org.eclipse.lsp4j.websocket-0.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.0/org.eclipse.lsp4j.websocket-0.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.0/org.eclipse.lsp4j.websocket-0.12.0.pom (2.8 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.pom (8.4 kB at 86 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-all/1.0/javax.websocket-all-1.0.pom (9.8 kB at 66 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/net/java/jvnet-parent/4/jvnet-parent-4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/4/jvnet-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 58 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.12.1-20220502.180327-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.12.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.12.1-20220502.180327-4.pom (2.8 kB at 54 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.13.0-20220519.200638-116.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.13.0-20220519.200638-116.pom (2.8 kB at 52 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0/org.eclipse.lsp4j.websocket-0.13.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0/org.eclipse.lsp4j.websocket-0.13.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.13.0/org.eclipse.lsp4j.websocket-0.13.0.pom (2.8 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.14.0-20220526.144530-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.14.0-20220526.144530-3.pom (2.8 kB at 53 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0/org.eclipse.lsp4j.websocket-0.14.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0/org.eclipse.lsp4j.websocket-0.14.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.14.0/org.eclipse.lsp4j.websocket-0.14.0.pom (2.8 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.15.0-20220728.051649-14.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.15.0-20220728.051649-14.pom (2.8 kB at 53 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0/org.eclipse.lsp4j.websocket-0.15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0/org.eclipse.lsp4j.websocket-0.15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.15.0/org.eclipse.lsp4j.websocket-0.15.0.pom (2.8 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.16.0-20221006.131616-7.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.16.0-20221006.131616-7.pom (3.2 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0/org.eclipse.lsp4j.websocket-0.16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0/org.eclipse.lsp4j.websocket-0.16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.16.0/org.eclipse.lsp4j.websocket-0.16.0.pom (3.1 kB at 45 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.17.0-20221014.135146-2.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.17.0-20221014.135146-2.pom (3.2 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0/org.eclipse.lsp4j.websocket-0.17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0/org.eclipse.lsp4j.websocket-0.17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.17.0/org.eclipse.lsp4j.websocket-0.17.0.pom (3.1 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.18.0-20221025.132023-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.18.0-20221025.132023-3.pom (3.2 kB at 63 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0/org.eclipse.lsp4j.websocket-0.18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0/org.eclipse.lsp4j.websocket-0.18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.18.0/org.eclipse.lsp4j.websocket-0.18.0.pom (3.1 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221117.083152-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221117.083152-4.pom (3.2 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0/org.eclipse.lsp4j.websocket-0.19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0/org.eclipse.lsp4j.websocket-0.19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0/org.eclipse.lsp4j.websocket-0.19.0.pom (3.1 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.1-20230411.151256-3.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.1-20230411.151256-3.pom (3.2 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1/org.eclipse.lsp4j.websocket-0.19.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1/org.eclipse.lsp4j.websocket-0.19.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.1/org.eclipse.lsp4j.websocket-0.19.1.pom (3.1 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 22 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.20.0-20230209.172007-4.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.20.0-20230209.172007-4.pom (3.2 kB at 61 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0/org.eclipse.lsp4j.websocket-0.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0/org.eclipse.lsp4j.websocket-0.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.0/org.eclipse.lsp4j.websocket-0.20.0.pom (3.1 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.20.1-20230228.151920-2.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1-SNAPSHOT/org.eclipse.lsp4j.websocket-0.20.1-20230228.151920-2.pom (3.2 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1/org.eclipse.lsp4j.websocket-0.20.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1/org.eclipse.lsp4j.websocket-0.20.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.20.1/org.eclipse.lsp4j.websocket-0.20.1.pom (3.1 kB at 37 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.21.0-20230502.154952-17.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.21.0-20230502.154952-17.pom (3.2 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 35 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/maven-metadata.xml (2.0 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/org.eclipse.glsp.layout-1.1.0-20230508.073349-32.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/org.eclipse.glsp.layout-1.1.0-20230508.073349-32.pom (2.8 kB at 54 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml (621 B at 20 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml (435 B at 7.2 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/maven-metadata.xml (750 B at 10 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/parent/0.8.1/parent-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/parent/0.8.1/parent-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/parent/0.8.1/parent-0.8.1.pom (15 kB at 188 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.pom (1.5 kB at 19 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/15.0/guava-15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom (6.3 kB at 96 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom (7.3 kB at 113 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/16.0-rc1/guava-16.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0-rc1/guava-16.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0-rc1/guava-16.0-rc1.pom (6.1 kB at 86 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/16.0-rc1/guava-parent-16.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0-rc1/guava-parent-16.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0-rc1/guava-parent-16.0-rc1.pom (7.3 kB at 79 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/16.0/guava-16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0/guava-16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/16.0/guava-16.0.pom (6.1 kB at 60 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/16.0/guava-parent-16.0.pom (7.3 kB at 94 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/17.0-rc1/guava-17.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0-rc1/guava-17.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0-rc1/guava-17.0-rc1.pom (5.6 kB at 65 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/17.0-rc1/guava-parent-17.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0-rc1/guava-parent-17.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0-rc1/guava-parent-17.0-rc1.pom (7.8 kB at 94 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/17.0-rc2/guava-17.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0-rc2/guava-17.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0-rc2/guava-17.0-rc2.pom (5.6 kB at 89 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/17.0-rc2/guava-parent-17.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0-rc2/guava-parent-17.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0-rc2/guava-parent-17.0-rc2.pom (7.8 kB at 83 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/17.0/guava-17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0/guava-17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/17.0/guava-17.0.pom (5.6 kB at 89 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (7.8 kB at 112 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/18.0-rc1/guava-18.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0-rc1/guava-18.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0-rc1/guava-18.0-rc1.pom (5.7 kB at 70 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/18.0-rc1/guava-parent-18.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0-rc1/guava-parent-18.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0-rc1/guava-parent-18.0-rc1.pom (7.7 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/18.0-rc2/guava-18.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0-rc2/guava-18.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0-rc2/guava-18.0-rc2.pom (5.7 kB at 58 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/18.0-rc2/guava-parent-18.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0-rc2/guava-parent-18.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0-rc2/guava-parent-18.0-rc2.pom (7.7 kB at 95 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 89 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 120 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/19.0-rc1/guava-19.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc1/guava-19.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc1/guava-19.0-rc1.pom (6.8 kB at 103 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/19.0-rc1/guava-parent-19.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc1/guava-parent-19.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc1/guava-parent-19.0-rc1.pom (9.9 kB at 152 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc2/guava-19.0-rc2.pom (6.8 kB at 103 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc2/guava-parent-19.0-rc2.pom (9.9 kB at 102 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0-rc3/guava-19.0-rc3.pom (6.8 kB at 82 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/19.0-rc3/guava-parent-19.0-rc3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc3/guava-parent-19.0-rc3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0-rc3/guava-parent-19.0-rc3.pom (9.9 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/19.0/guava-19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0/guava-19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 84 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 118 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0-rc1/guava-20.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0-rc1/guava-20.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0-rc1/guava-20.0-rc1.pom (6.8 kB at 68 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/20.0-rc1/guava-parent-20.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0-rc1/guava-parent-20.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0-rc1/guava-parent-20.0-rc1.pom (9.9 kB at 97 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/20.0/guava-20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 107 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 155 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/21.0-rc1/guava-21.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0-rc1/guava-21.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0-rc1/guava-21.0-rc1.pom (7.0 kB at 84 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/21.0-rc1/guava-parent-21.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0-rc1/guava-parent-21.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0-rc1/guava-parent-21.0-rc1.pom (9.7 kB at 103 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0-rc2/guava-21.0-rc2.pom (7.0 kB at 53 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/21.0-rc2/guava-parent-21.0-rc2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0-rc2/guava-parent-21.0-rc2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0-rc2/guava-parent-21.0-rc2.pom (9.7 kB at 144 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0/guava-21.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 109 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 149 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/22.0-rc1/guava-22.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-rc1/guava-22.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-rc1/guava-22.0-rc1.pom (5.7 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/22.0-rc1/guava-parent-22.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-rc1/guava-parent-22.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-rc1/guava-parent-22.0-rc1.pom (8.9 kB at 89 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom (5.0 kB at 64 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 71 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 363 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 70 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/22.0-rc1-android/guava-22.0-rc1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-rc1-android/guava-22.0-rc1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-rc1-android/guava-22.0-rc1-android.pom (5.7 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/22.0-rc1-android/guava-parent-22.0-rc1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-rc1-android/guava-parent-22.0-rc1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-rc1-android/guava-parent-22.0-rc1-android.pom (8.6 kB at 83 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/22.0/guava-22.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0/guava-22.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0/guava-22.0.pom (5.7 kB at 87 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/22.0/guava-parent-22.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0/guava-parent-22.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0/guava-parent-22.0.pom (8.9 kB at 91 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/22.0-android/guava-22.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-android/guava-22.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/22.0-android/guava-22.0-android.pom (5.7 kB at 55 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/22.0-android/guava-parent-22.0-android.pom (8.6 kB at 131 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.0-rc1/guava-23.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-rc1/guava-23.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-rc1/guava-23.0-rc1.pom (5.6 kB at 83 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.0-rc1/guava-parent-23.0-rc1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-rc1/guava-parent-23.0-rc1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-rc1/guava-parent-23.0-rc1.pom (9.3 kB at 95 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.0-rc1-android/guava-23.0-rc1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-rc1-android/guava-23.0-rc1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-rc1-android/guava-23.0-rc1-android.pom (5.6 kB at 67 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.0-rc1-android/guava-parent-23.0-rc1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-rc1-android/guava-parent-23.0-rc1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-rc1-android/guava-parent-23.0-rc1-android.pom (9.1 kB at 109 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.0/guava-23.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0/guava-23.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0/guava-23.0.pom (5.6 kB at 47 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0/guava-parent-23.0.pom (9.3 kB at 94 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.0-android/guava-23.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-android/guava-23.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.0-android/guava-23.0-android.pom (5.6 kB at 68 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.0-android/guava-parent-23.0-android.pom (9.1 kB at 109 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.1-android/guava-23.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.1-android/guava-23.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.1-android/guava-23.1-android.pom (5.6 kB at 71 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.1-android/guava-parent-23.1-android.pom (9.1 kB at 114 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.1-jre/guava-23.1-jre.pom (5.6 kB at 66 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.1-jre/guava-parent-23.1-jre.pom (9.3 kB at 115 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.2-android/guava-23.2-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.2-android/guava-23.2-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.2-android/guava-23.2-android.pom (5.9 kB at 81 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.2-android/guava-parent-23.2-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.2-android/guava-parent-23.2-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.2-android/guava-parent-23.2-android.pom (8.9 kB at 91 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.2-jre/guava-23.2-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.2-jre/guava-23.2-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.2-jre/guava-23.2-jre.pom (5.9 kB at 67 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.2-jre/guava-parent-23.2-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.2-jre/guava-parent-23.2-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.2-jre/guava-parent-23.2-jre.pom (9.1 kB at 116 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.3-android/guava-23.3-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.3-android/guava-23.3-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.3-android/guava-23.3-android.pom (5.9 kB at 59 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.3-android/guava-parent-23.3-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.3-android/guava-parent-23.3-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.3-android/guava-parent-23.3-android.pom (8.9 kB at 106 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.3-jre/guava-23.3-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.3-jre/guava-23.3-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.3-jre/guava-23.3-jre.pom (5.9 kB at 60 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.3-jre/guava-parent-23.3-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.3-jre/guava-parent-23.3-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.3-jre/guava-parent-23.3-jre.pom (9.1 kB at 143 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.4-android/guava-23.4-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.4-android/guava-23.4-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.4-android/guava-23.4-android.pom (6.8 kB at 83 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom (9.8 kB at 119 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.4-jre/guava-23.4-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.4-jre/guava-23.4-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.4-jre/guava-23.4-jre.pom (6.8 kB at 81 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.4-jre/guava-parent-23.4-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.4-jre/guava-parent-23.4-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.4-jre/guava-parent-23.4-jre.pom (10.0 kB at 127 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.5-android/guava-23.5-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.5-android/guava-23.5-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.5-android/guava-23.5-android.pom (7.0 kB at 68 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.5-android/guava-parent-23.5-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.5-android/guava-parent-23.5-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.5-android/guava-parent-23.5-android.pom (9.9 kB at 107 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.0.0/checker-qual-2.0.0.pom (4.2 kB at 54 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.5-jre/guava-23.5-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.5-jre/guava-23.5-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.5-jre/guava-23.5-jre.pom (7.0 kB at 78 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.5-jre/guava-parent-23.5-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.5-jre/guava-parent-23.5-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.5-jre/guava-parent-23.5-jre.pom (10 kB at 118 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.6-android/guava-23.6-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6-android/guava-23.6-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 99 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 67 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 29 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 82 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6-jre/guava-23.6-jre.pom (7.8 kB at 82 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6-jre/guava-parent-23.6-jre.pom (10 kB at 114 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.6.1-android/guava-23.6.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6.1-android/guava-23.6.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6.1-android/guava-23.6.1-android.pom (7.8 kB at 97 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.6.1-android/guava-parent-23.6.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6.1-android/guava-parent-23.6.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6.1-android/guava-parent-23.6.1-android.pom (9.9 kB at 134 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/23.6.1-jre/guava-23.6.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6.1-jre/guava-23.6.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/23.6.1-jre/guava-23.6.1-jre.pom (7.8 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/23.6.1-jre/guava-parent-23.6.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6.1-jre/guava-parent-23.6.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/23.6.1-jre/guava-parent-23.6.1-jre.pom (10 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 24 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-SNAPSHOT/maven-metadata.xml (1.2 kB at 23 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-SNAPSHOT/guava-24.0-20170907.011811-62.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-SNAPSHOT/guava-24.0-20170907.011811-62.pom (5.6 kB at 112 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-SNAPSHOT/maven-metadata.xml (605 B at 12 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-SNAPSHOT/maven-metadata.xml (605 B at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-SNAPSHOT/guava-parent-24.0-20170907.011700-62.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-SNAPSHOT/guava-parent-24.0-20170907.011700-62.pom (9.3 kB at 191 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-android/guava-24.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-android/guava-24.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-android/guava-24.0-android.pom (7.8 kB at 88 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-android/guava-parent-24.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-android/guava-parent-24.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-android/guava-parent-24.0-android.pom (10 kB at 152 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom (7.8 kB at 86 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom (10 kB at 104 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.1-android/guava-24.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1-android/guava-24.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1-android/guava-24.1-android.pom (7.8 kB at 108 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.1-android/guava-parent-24.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1-android/guava-parent-24.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1-android/guava-parent-24.1-android.pom (10 kB at 154 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.1-jre/guava-24.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1-jre/guava-24.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1-jre/guava-24.1-jre.pom (7.8 kB at 82 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.1-jre/guava-parent-24.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1-jre/guava-parent-24.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1-jre/guava-parent-24.1-jre.pom (10 kB at 130 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.1.1-android/guava-24.1.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1.1-android/guava-24.1.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1.1-android/guava-24.1.1-android.pom (7.8 kB at 99 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.1.1-android/guava-parent-24.1.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1.1-android/guava-parent-24.1.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1.1-android/guava-parent-24.1.1-android.pom (10 kB at 114 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/24.1.1-jre/guava-24.1.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1.1-jre/guava-24.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/24.1.1-jre/guava-24.1.1-jre.pom (7.8 kB at 77 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/24.1.1-jre/guava-parent-24.1.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1.1-jre/guava-parent-24.1.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/24.1.1-jre/guava-parent-24.1.1-jre.pom (10 kB at 98 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/25.0-android/guava-25.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.0-android/guava-25.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.0-android/guava-25.0-android.pom (7.8 kB at 122 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/25.0-android/guava-parent-25.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.0-android/guava-parent-25.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.0-android/guava-parent-25.0-android.pom (10 kB at 124 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.0-jre/guava-25.0-jre.pom (7.8 kB at 85 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.0-jre/guava-parent-25.0-jre.pom (10 kB at 105 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 124 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 164 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/25.1-jre/guava-25.1-jre.pom (7.8 kB at 113 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/25.1-jre/guava-parent-25.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-jre/guava-parent-25.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/25.1-jre/guava-parent-25.1-jre.pom (10 kB at 160 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/26.0-android/guava-26.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/26.0-android/guava-26.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/26.0-android/guava-26.0-android.pom (7.8 kB at 101 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom (2.7 kB at 42 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 121 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 155 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.0-android/guava-27.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0-android/guava-27.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0-android/guava-27.0-android.pom (8.1 kB at 129 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.0-android/guava-parent-27.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0-android/guava-parent-27.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0-android/guava-parent-27.0-android.pom (10 kB at 88 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/failureaccess/1.0/failureaccess-1.0.pom (1.7 kB at 26 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0-jre/guava-27.0-jre.pom (8.1 kB at 101 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0-jre/guava-parent-27.0-jre.pom (10 kB at 108 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.0.1-android/guava-27.0.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-android/guava-27.0.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-android/guava-27.0.1-android.pom (8.3 kB at 130 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.0.1-android/guava-parent-27.0.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-android/guava-parent-27.0.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-android/guava-parent-27.0.1-android.pom (10 kB at 107 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.0.1-jre/guava-27.0.1-jre.pom (8.3 kB at 127 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.0.1-jre/guava-parent-27.0.1-jre.pom (10 kB at 121 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/27.1-android/guava-27.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.1-android/guava-27.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/27.1-android/guava-27.1-android.pom (8.4 kB at 100 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/27.1-android/guava-parent-27.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.1-android/guava-parent-27.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/27.1-android/guava-parent-27.1-android.pom (10 kB at 107 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.0-android/guava-28.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.0-android/guava-28.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.0-android/guava-28.0-android.pom (8.7 kB at 97 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.0-android/guava-parent-28.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.0-android/guava-parent-28.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.0-android/guava-parent-28.0-android.pom (13 kB at 176 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 81 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.0-jre/guava-28.0-jre.pom (8.7 kB at 138 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.0-jre/guava-parent-28.0-jre.pom (13 kB at 142 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom (2.4 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.1-android/guava-28.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.1-android/guava-28.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.1-android/guava-28.1-android.pom (8.7 kB at 105 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom (13 kB at 140 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom (2.6 kB at 33 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom (9.1 kB at 106 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 416 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom (8.7 kB at 110 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom (13 kB at 204 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.2-android/guava-28.2-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-android/guava-28.2-android.pom (11 kB at 118 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom (13 kB at 140 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom (11 kB at 115 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom (13 kB at 108 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom (2.4 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/29.0-android/guava-29.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-android/guava-29.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-android/guava-29.0-android.pom (11 kB at 116 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-android/guava-parent-29.0-android.pom (13 kB at 157 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom (11 kB at 152 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom (13 kB at 126 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom (2.4 kB at 38 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.0-android/guava-30.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.0-android/guava-30.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.0-android/guava-30.0-android.pom (11 kB at 161 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.0-android/guava-parent-30.0-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.0-android/guava-parent-30.0-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.0-android/guava-parent-30.0-android.pom (13 kB at 131 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.0-jre/guava-30.0-jre.pom (11 kB at 135 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.0-jre/guava-parent-30.0-jre.pom (13 kB at 139 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava/30.1-android/guava-30.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-android/guava-30.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/30.1-android/guava-30.1-android.pom (12 kB at 127 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/guava/guava-parent/30.1-android/guava-parent-30.1-android.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1-android/guava-parent-30.1-android.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/30.1-android/guava-parent-30.1-android.pom (13 kB at 133 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.pom (1.1 kB at 14 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.pom (1.1 kB at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 41 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/org.eclipse.elk.core-0.9.0-20230508.022838-355.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.9.0-SNAPSHOT/org.eclipse.elk.core-0.9.0-20230508.022838-355.pom (1.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/parent/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/parent/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/parent/0.9.0-SNAPSHOT/maven-metadata.xml (781 B at 12 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/parent/0.9.0-SNAPSHOT/maven-metadata.xml (781 B at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/parent/0.9.0-SNAPSHOT/parent-0.9.0-20230508.022711-357.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/parent/0.9.0-SNAPSHOT/parent-0.9.0-20230508.022711-357.pom (15 kB at 280 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 40 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 38 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/org.eclipse.elk.graph-0.9.0-20230508.022724-356.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.9.0-SNAPSHOT/org.eclipse.elk.graph-0.9.0-20230508.022724-356.pom (1.6 kB at 28 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml (627 B at 22 kB/s)
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml (441 B at 7.7 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/maven-metadata.xml (756 B at 11 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.pom (1.6 kB at 24 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.pom (10 kB at 98 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/xtext-dev-bom/2.20.0/xtext-dev-bom-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/xtext-dev-bom/2.20.0/xtext-dev-bom-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/xtext-dev-bom/2.20.0/xtext-dev-bom-2.20.0.pom (14 kB at 144 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.pom (7.7 kB at 97 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.pom (5.3 kB at 66 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.pom (5.0 kB at 62 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.pom (5.1 kB at 64 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/3.0/guice-3.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/3.0/guice-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice/3.0/guice-3.0.pom (7.3 kB at 82 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom (13 kB at 158 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.pom (1.7 kB at 27 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 25 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom (4.0 kB at 45 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.2/antlr-master-3.2.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-master/3.2/antlr-master-3.2.pom (8.6 kB at 104 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 41 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/maven-metadata.xml (2.5 kB at 40 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/org.eclipse.elk.graph.text-0.9.0-20230508.023339-354.pom
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.9.0-SNAPSHOT/org.eclipse.elk.graph.text-0.9.0-20230508.023339-354.pom (1.6 kB at 30 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 335 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.pom (1.6 kB at 12 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.pom
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.pom (1.6 kB at 20 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/org.eclipse.glsp.server.websocket-1.1.0-20230508.073349-32.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.server.websocket/1.1.0-SNAPSHOT/org.eclipse.glsp.server.websocket-1.1.0-20230508.073349-32.jar (9.6 kB at 172 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.21.0-20230502.154952-17.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/org.eclipse.glsp.layout-1.1.0-20230508.073349-32.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.21.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.21.0-20230502.154952-17.jar (16 kB at 136 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/glsp/org.eclipse.glsp.layout/1.1.0-SNAPSHOT/org.eclipse.glsp.layout-1.1.0-20230508.073349-32.jar (14 kB at 112 kB/s)
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.jar
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-javax-server/10.0.15/websocket-javax-server-10.0.15.jar
[INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/websocket/websocket-javax-server/10.0.15/websocket-javax-server-10.0.15.jar (47 kB at 1.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-annotations/10.0.15/jetty-annotations-10.0.15.jar (95 kB at 1.1 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-client/10.0.15/websocket-core-client-10.0.15.jar (33 kB at 338 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-common/10.0.15/websocket-javax-common-10.0.15.jar (121 kB at 1.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-core-common/10.0.15/websocket-core-common-10.0.15.jar (195 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/websocket/websocket-javax-client/10.0.15/websocket-javax-client-10.0.15.jar (31 kB at 227 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-plus/10.0.15/jetty-plus-10.0.15.jar (69 kB at 393 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 128 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-jndi/10.0.15/jetty-jndi-10.0.15.jar (48 kB at 237 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 549 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 201 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 262 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/toolchain/jetty-javax-websocket-api/1.1.2/jetty-javax-websocket-api-1.1.2.jar (48 kB at 172 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar (37 kB at 118 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/fasterxml/jackson/core/jackson-annotations/2.12.1/jackson-annotations-2.12.1.jar (76 kB at 237 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.core/0.8.1/org.eclipse.elk.core-0.8.1.jar (572 kB at 1.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph/0.8.1/org.eclipse.elk.graph-0.8.1.jar (108 kB at 297 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.graph.text/0.8.1/org.eclipse.elk.graph.text-0.8.1.jar (237 kB at 615 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar (107 kB at 253 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar (312 kB at 735 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar (164 kB at 368 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar (2.7 MB at 5.6 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar (78 kB at 158 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 996 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar (123 kB at 233 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar (1.5 MB at 2.7 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 265 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.common/0.8.1/org.eclipse.elk.alg.common-0.8.1.jar (230 kB at 386 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/elk/org.eclipse.elk.alg.layered/0.8.1/org.eclipse.elk.alg.layered-0.8.1.jar (1.2 MB at 1.9 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.2.1:check (default) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Building jar: /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/org.eclipse.emfcloud.integration.example.glspjavaserver-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 11 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 80 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 50 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 88 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 73 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 72 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 280 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 912 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 23 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 31 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 53 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 64 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 2.7 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.9 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 5.8 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 311 kB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.2 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.5 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 525 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 1.2 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 3.4 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 503 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/org.eclipse.emfcloud.integration.example.glspjavaserver-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-dependencies) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Copying org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar
[INFO] Copying annotations-20.1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/annotations-20.1.0.jar
[INFO] Copying kotlin-stdlib-1.4.10.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-1.4.10.jar
[INFO] Copying kotlin-stdlib-common-1.4.10.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-common-1.4.10.jar
[INFO] Copying okhttp-4.9.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/okhttp-4.9.1.jar
[INFO] Copying okio-2.10.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/okio-2.10.0.jar
[INFO] Copying websocket-api-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-api-9.4.44.v20210927.jar
[INFO] Copying websocket-servlet-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-servlet-9.4.44.v20210927.jar
[INFO] Copying guice-5.0.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guice-5.0.1.jar
[INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.inject-1.jar
[INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/aopalliance-1.0.jar
[INFO] Copying guice-multibindings-4.2.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guice-multibindings-4.2.3.jar
[INFO] Copying guava-30.1-jre.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guava-30.1-jre.jar
[INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/failureaccess-1.0.1.jar
[INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jsr305-3.0.2.jar
[INFO] Copying checker-qual-3.5.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/checker-qual-3.5.0.jar
[INFO] Copying error_prone_annotations-2.3.4.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/error_prone_annotations-2.3.4.jar
[INFO] Copying j2objc-annotations-1.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/j2objc-annotations-1.3.jar
[INFO] Copying jackson-databind-2.12.6.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-databind-2.12.6.1.jar
[INFO] Copying jackson-core-2.12.6.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-core-2.12.6.jar
[INFO] Copying org.eclipse.emf.validation-1.8.0.201405281429.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.validation-1.8.0.201405281429.jar
[INFO] Copying org.eclipse.emf.transaction-1.8.0.201405281451.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.transaction-1.8.0.201405281451.jar
[INFO] Copying jetty-server-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-server-9.4.44.v20210927.jar
[INFO] Copying javax.servlet-api-3.1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.servlet-api-3.1.0.jar
[INFO] Copying jetty-http-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-http-9.4.44.v20210927.jar
[INFO] Copying jetty-io-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-io-9.4.44.v20210927.jar
[INFO] Copying websocket-server-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-server-9.4.44.v20210927.jar
[INFO] Copying websocket-common-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-common-9.4.44.v20210927.jar
[INFO] Copying websocket-client-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-client-9.4.44.v20210927.jar
[INFO] Copying jetty-client-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-client-9.4.44.v20210927.jar
[INFO] Copying jetty-servlet-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-servlet-9.4.44.v20210927.jar
[INFO] Copying jetty-security-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-security-9.4.44.v20210927.jar
[INFO] Copying jetty-util-ajax-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-util-ajax-9.4.44.v20210927.jar
[INFO] Copying jetty-util-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-util-9.4.44.v20210927.jar
[INFO] Copying javalin-4.3.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javalin-4.3.0.jar
[INFO] Copying jetty-webapp-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-webapp-9.4.44.v20210927.jar
[INFO] Copying jetty-xml-9.4.44.v20210927.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-xml-9.4.44.v20210927.jar
[INFO] Copying kotlin-stdlib-jdk8-1.5.31.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-jdk8-1.5.31.jar
[INFO] Copying kotlin-stdlib-jdk7-1.5.31.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-jdk7-1.5.31.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar
[INFO] Copying json-patch-1.13.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/json-patch-1.13.jar
[INFO] Copying msg-simple-1.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/msg-simple-1.2.jar
[INFO] Copying btf-1.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/btf-1.3.jar
[INFO] Copying jackson-coreutils-2.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-coreutils-2.0.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar
[INFO] Copying websocket-javax-server-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-server-10.0.15.jar
[INFO] Copying websocket-javax-client-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-client-10.0.15.jar
[INFO] Copying websocket-javax-common-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-common-10.0.15.jar
[INFO] Copying websocket-core-client-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-core-client-10.0.15.jar
[INFO] Copying websocket-core-common-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-core-common-10.0.15.jar
[INFO] Copying jetty-annotations-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-annotations-10.0.15.jar
[INFO] Copying jetty-plus-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-plus-10.0.15.jar
[INFO] Copying jakarta.transaction-api-1.3.3.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jakarta.transaction-api-1.3.3.jar
[INFO] Copying jetty-jndi-10.0.15.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-jndi-10.0.15.jar
[INFO] Copying jakarta.annotation-api-1.3.5.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jakarta.annotation-api-1.3.5.jar
[INFO] Copying asm-9.5.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-9.5.jar
[INFO] Copying asm-commons-9.5.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-commons-9.5.jar
[INFO] Copying asm-tree-9.5.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-tree-9.5.jar
[INFO] Copying jetty-javax-websocket-api-1.1.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-javax-websocket-api-1.1.2.jar
[INFO] Copying org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar
[INFO] Copying javax.websocket-api-1.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.websocket-api-1.0.jar
[INFO] Copying org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emf.common-2.28.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.common-2.28.0.jar
[INFO] Copying org.eclipse.emf.ecore-2.33.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore-2.33.0.jar
[INFO] Copying gson-2.10.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/gson-2.10.1.jar
[INFO] Copying org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar
[INFO] Copying org.eclipse.emf.ecore.edit-2.14.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.edit-2.14.0.jar
[INFO] Copying org.eclipse.emf.edit-2.18.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.edit-2.18.0.jar
[INFO] Copying commons-cli-1.5.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/commons-cli-1.5.0.jar
[INFO] Copying org.eclipse.emf.ecore.xmi-2.16.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.xmi-2.16.0.jar
[INFO] Copying org.eclipse.emf.ecore.change-2.14.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.change-2.14.0.jar
[INFO] Copying emfjson-jackson-2.0.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/emfjson-jackson-2.0.0.jar
[INFO] Copying jackson-annotations-2.12.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-annotations-2.12.1.jar
[INFO] Copying org.eclipse.core.runtime-3.7.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.runtime-3.7.0.jar
[INFO] Copying org.eclipse.osgi-3.7.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.osgi-3.7.1.jar
[INFO] Copying org.eclipse.equinox.common-3.6.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.common-3.6.0.jar
[INFO] Copying org.eclipse.core.jobs-3.5.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.jobs-3.5.100.jar
[INFO] Copying org.eclipse.equinox.registry-3.5.101.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.registry-3.5.101.jar
[INFO] Copying org.eclipse.equinox.preferences-3.4.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.preferences-3.4.1.jar
[INFO] Copying org.eclipse.core.contenttype-3.4.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.contenttype-3.4.100.jar
[INFO] Copying org.eclipse.equinox.app-1.3.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.app-1.3.100.jar
[INFO] Copying org.eclipse.core.resources-3.7.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.resources-3.7.100.jar
[INFO] Copying org.eclipse.core.expressions-3.4.300.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.expressions-3.4.300.jar
[INFO] Copying org.eclipse.core.filesystem-1.3.100.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.filesystem-1.3.100.jar
[INFO] Copying log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-core-2.17.1.jar
[INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-api-2.17.1.jar
[INFO] Copying log4j-web-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-web-2.17.1.jar
[INFO] Copying log4j-slf4j-impl-2.17.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-slf4j-impl-2.17.1.jar
[INFO] Copying slf4j-api-1.7.25.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/slf4j-api-1.7.25.jar
[INFO] Copying org.eclipse.elk.core-0.8.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.core-0.8.1.jar
[INFO] Copying org.eclipse.elk.graph-0.8.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.graph-0.8.1.jar
[INFO] Copying org.eclipse.elk.graph.text-0.8.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.graph.text-0.8.1.jar
[INFO] Copying org.eclipse.xtext-2.20.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext-2.20.0.jar
[INFO] Copying org.eclipse.xtext.util-2.20.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext.util-2.20.0.jar
[INFO] Copying org.eclipse.xtend.lib-2.20.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtend.lib-2.20.0.jar
[INFO] Copying org.eclipse.xtext.xbase.lib-2.20.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext.xbase.lib-2.20.0.jar
[INFO] Copying org.eclipse.xtend.lib.macro-2.20.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtend.lib.macro-2.20.0.jar
[INFO] Copying log4j-1.2.17.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-1.2.17.jar
[INFO] Copying org.eclipse.equinox.common-3.10.500.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.common-3.10.500.jar
[INFO] Copying org.eclipse.osgi-3.15.0.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.osgi-3.15.0.jar
[INFO] Copying antlr-runtime-3.2.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/antlr-runtime-3.2.jar
[INFO] Copying org.eclipse.elk.alg.layered-0.8.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.alg.layered-0.8.1.jar
[INFO] Copying org.eclipse.elk.alg.common-0.8.1.jar to /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.alg.common-0.8.1.jar
[INFO] 
[INFO] --- addjars-maven-plugin:1.0.5:add-jars (default) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/annotations-20.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar12444506457476304915.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/antlr-runtime-3.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar16215126613572674821.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/aopalliance-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar10722103473394727066.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-9.5.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar8840355441247544095.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-commons-9.5.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar2232301907497489359.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/asm-tree-9.5.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar16754861061084490405.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/btf-1.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar10792183705040553029.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/checker-qual-3.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar604956375822892350.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/commons-cli-1.5.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar3190745870485168865.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/emfjson-jackson-2.0.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar3479550701028923315.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/error_prone_annotations-2.3.4.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar10639576619101606040.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/failureaccess-1.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar17844257848328570530.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/gson-2.10.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar14437431372480220365.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guava-30.1-jre.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar2557774957411044457.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guice-5.0.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar14279802833487697726.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/guice-multibindings-4.2.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar380472756069312772.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/j2objc-annotations-1.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar859005473668254182.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-annotations-2.12.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar10007583823294185667.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-core-2.12.6.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar6126480292036346871.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-coreutils-2.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar2291053121581113558.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jackson-databind-2.12.6.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar13741724941121319844.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jakarta.annotation-api-1.3.5.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar1931698286668433655.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jakarta.transaction-api-1.3.3.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar17102987662194026725.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javalin-4.3.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar1924408118764263061.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.inject-1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar8516429428133089468.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.servlet-api-3.1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar14104955133210620259.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/javax.websocket-api-1.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar15439677037224844773.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-annotations-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar12055983131624574656.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-client-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar5090718410366704196.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-http-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar7966071840911228757.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-io-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar11020104107470188208.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-javax-websocket-api-1.1.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar7272499462060727644.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-jndi-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar14745411060016376274.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-plus-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar10098051628609832883.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-security-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar9769487169325054637.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-server-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar3796377933003158649.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-servlet-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar12354306900925069602.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-util-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar11385305480793858488.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-util-ajax-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar3426381959406911321.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-webapp-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar9952556001201504913.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jetty-xml-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar11630177556536431576.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/json-patch-1.13.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar10274428249544731225.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/jsr305-3.0.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar16880583766029556971.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-1.4.10.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar13825380908138146984.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-common-1.4.10.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar11722365153296987.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-jdk7-1.5.31.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar525124463714673340.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/kotlin-stdlib-jdk8-1.5.31.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar5378991309413814171.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar2087326699558082037.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-1.2.17.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar14169032511541184370.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-api-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar11087163891393833005.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-core-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar11346110735973745920.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-slf4j-impl-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar10965887623295434838.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/log4j-web-2.17.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar8524584357627879617.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/msg-simple-1.2.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar1814260994273342359.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/okhttp-4.9.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar5349627872285227594.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/okio-2.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar12994767787175603055.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.contenttype-3.4.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar13343827442511132007.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.expressions-3.4.300.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar5715440491954663890.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.filesystem-1.3.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar2142667593471270229.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.jobs-3.5.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar14399866837880829785.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.resources-3.7.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar3671248024352996149.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.core.runtime-3.7.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar12997692439636408036.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.alg.common-0.8.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar6928852436427977268.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.alg.layered-0.8.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar3894181453527770401.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.core-0.8.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar16892054488339802359.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.graph-0.8.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar18043696590765387186.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.elk.graph.text-0.8.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar2521912937666745764.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.common-2.28.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar8644749859029025208.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore-2.33.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar13246917793147754173.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.change-2.14.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar7682142001364712405.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.edit-2.14.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar5916543715561900763.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.ecore.xmi-2.16.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar3452048412216256049.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.edit-2.18.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar9102667783626605421.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.transaction-1.8.0.201405281451.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar14637765884911107123.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emf.validation-1.8.0.201405281429.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar8589437365202122163.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar6033223803394865547.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar17208549372688990355.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar15456424114610826109.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar6740909815699688165.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar13490695143059156519.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar1788255685644838994.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar5144193822651592363.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar10573287595218006784.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar4986713761489770751.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.app-1.3.100.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar15475322224606227507.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.common-3.10.500.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar14283395065356678445.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.common-3.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar4870861818434229453.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.preferences-3.4.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar10211488577738529894.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.equinox.registry-3.5.101.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar4028641261339913241.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar5092388157033787936.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar9322264945027173986.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar14215058817992210308.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar9939575477288220339.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar768616949903652408.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar10910838642550257151.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar17501320759823989766.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.osgi-3.15.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar7177749049072576106.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.osgi-3.7.1.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar9866682763736824664.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtend.lib-2.20.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar14007777921775516512.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtend.lib.macro-2.20.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar14731607153553436406.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext-2.20.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar7240366383481355885.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext.util-2.20.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar9268606037948142622.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/org.eclipse.xtext.xbase.lib-2.20.0.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar14528790414639299902.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/slf4j-api-1.7.25.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar4568060166823495275.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-api-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar6641550846294466331.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-client-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar11277383418606491685.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-common-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar15197255922807772773.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-core-client-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar11678712313000766791.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-core-common-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar2785583346580614799.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-client-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar12101549592342034593.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-common-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar9545012457949245008.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-javax-server-10.0.15.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar17096506208855520415.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-server-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar2844614497724087047.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/libs/websocket-servlet-9.4.44.v20210927.jar to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar
[INFO] Installing /tmp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar5327285558537099029.pom to /home/jenkins/.m2/repository/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.pom
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/emfcloud/modelserver/glsp/org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar/0.7.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/guice-7.0.1-20230508.173309-3.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.jar
[INFO] Downloading from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.jar
[INFO] Downloaded from oss.sonatype.org-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/google/inject/guice/7.0.1-SNAPSHOT/guice-7.0.1-20230508.173309-3.jar (804 kB at 2.0 MB/s)
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.jar
[INFO] Downloading from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.jar
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar (16 kB at 165 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 110 kB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-client/10.0.15/jetty-client-10.0.15.jar (393 kB at 3.7 MB/s)
[INFO] Downloaded from sonatype: https://oss.sonatype.org/content/groups/public/org/eclipse/jetty/jetty-alpn-client/10.0.15/jetty-alpn-client-10.0.15.jar (17 kB at 146 kB/s)
[INFO] 
[INFO] --- maven-shade-plugin:3.3.0:shade (default) @ org.eclipse.emfcloud.integration.example.glspjavaserver ---
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.resources:jar:3.7.100 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.expressions:jar:3.4.300 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.filesystem:jar:1.3.100 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.example.model:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-core:jar:2.17.1 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-api:jar:2.17.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.emf:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.server:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:0.21.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.inject:guice:jar:7.0.1-SNAPSHOT in the shaded jar.
[INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar.
[INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] Including com.google.errorprone:error_prone_annotations:jar:2.18.0 in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.edit:jar:2.14.0 in the shaded jar.
[INFO] Including commons-cli:commons-cli:jar:1.5.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.client:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.lib:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.jetbrains:annotations:jar:20.1.0 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.10 in the shaded jar.
[INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.1 in the shaded jar.
[INFO] Including com.squareup.okio:okio:jar:2.10.0 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-api:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-servlet:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.server.websocket:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-javax-server:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-javax-client:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-javax-common:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-core-client:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-core-common:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-client:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-alpn-client:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-annotations:jar:10.0.15 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-plus:jar:10.0.15 in the shaded jar.
[INFO] Including jakarta.transaction:jakarta.transaction-api:jar:1.3.3 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-jndi:jar:10.0.15 in the shaded jar.
[INFO] Including jakarta.annotation:jakarta.annotation-api:jar:1.3.5 in the shaded jar.
[INFO] Including org.ow2.asm:asm:jar:9.5 in the shaded jar.
[INFO] Including org.ow2.asm:asm-commons:jar:9.5 in the shaded jar.
[INFO] Including org.ow2.asm:asm-tree:jar:9.5 in the shaded jar.
[INFO] Including org.eclipse.jetty.toolchain:jetty-javax-websocket-api:jar:1.1.2 in the shaded jar.
[INFO] Including org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:0.21.0-SNAPSHOT in the shaded jar.
[INFO] Including javax.websocket:javax.websocket-api:jar:1.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.modelserver:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.inject.extensions:guice-multibindings:jar:4.2.3 in the shaded jar.
[INFO] Including com.google.guava:guava:jar:30.1-jre in the shaded jar.
[INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar.
[INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar.
[INFO] Including com.google.code.findbugs:jsr305:jar:3.0.2 in the shaded jar.
[INFO] Including org.checkerframework:checker-qual:jar:3.5.0 in the shaded jar.
[INFO] Including com.google.j2objc:j2objc-annotations:jar:1.3 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.12.6.1 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.12.6 in the shaded jar.
[INFO] Including org.eclipse:org.eclipse.emf.validation:jar:1.8.0.201405281429 in the shaded jar.
[INFO] Including org.eclipse:org.eclipse.emf.transaction:jar:1.8.0.201405281451 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-server:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including javax.servlet:javax.servlet-api:jar:3.1.0 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-http:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-io:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-server:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-common:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty.websocket:websocket-client:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-security:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-util-ajax:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-util:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including io.javalin:javalin:jar:4.3.0 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.eclipse.jetty:jetty-xml:jar:9.4.44.v20210927 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.5.31 in the shaded jar.
[INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.5.31 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.change:jar:2.14.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.graph:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.10.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.emf:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including com.github.java-json-tools:json-patch:jar:1.13 in the shaded jar.
[INFO] Including com.github.java-json-tools:msg-simple:jar:1.2 in the shaded jar.
[INFO] Including com.github.java-json-tools:btf:jar:1.3 in the shaded jar.
[INFO] Including com.github.java-json-tools:jackson-coreutils:jar:2.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-slf4j-impl:jar:2.17.1 in the shaded jar.
[INFO] Including org.slf4j:slf4j-api:jar:1.7.25 in the shaded jar.
[INFO] Including org.eclipse.elk:org.eclipse.elk.core:jar:0.8.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.runtime:jar:3.7.0 in the shaded jar.
[INFO] Including org.eclipse.osgi:org.eclipse.osgi:jar:3.7.1 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.jobs:jar:3.5.100 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.registry:jar:3.5.101 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.preferences:jar:3.4.1 in the shaded jar.
[INFO] Including org.eclipse.core:org.eclipse.core.contenttype:jar:3.4.100 in the shaded jar.
[INFO] Including org.eclipse.equinox:org.eclipse.equinox.app:jar:1.3.100 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.integration:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.edit:jar:2.18.0 in the shaded jar.
[INFO] Including org.eclipse.elk:org.eclipse.elk.graph.text:jar:0.8.1 in the shaded jar.
[INFO] Including org.eclipse.xtext:org.eclipse.xtext:jar:2.20.0 in the shaded jar.
[INFO] Including org.eclipse.xtext:org.eclipse.xtext.util:jar:2.20.0 in the shaded jar.
[INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib:jar:2.20.0 in the shaded jar.
[INFO] Including org.eclipse.xtext:org.eclipse.xtext.xbase.lib:jar:2.20.0 in the shaded jar.
[INFO] Including org.eclipse.xtend:org.eclipse.xtend.lib.macro:jar:2.20.0 in the shaded jar.
[INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] Including org.eclipse.platform:org.eclipse.equinox.common:jar:3.10.500 in the shaded jar.
[INFO] Including org.eclipse.platform:org.eclipse.osgi:jar:3.15.0 in the shaded jar.
[INFO] Including org.antlr:antlr-runtime:jar:3.2 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.modelserver.glsp.notation.commands:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.edit:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.glsp:org.eclipse.glsp.layout:jar:1.1.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.elk:org.eclipse.elk.alg.layered:jar:0.8.1 in the shaded jar.
[INFO] Including org.eclipse.elk:org.eclipse.elk.alg.common:jar:0.8.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver:org.eclipse.emfcloud.modelserver.common:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.elk:org.eclipse.elk.graph:jar:0.8.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-javax.inject-1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud:emfjson-jackson:jar:2.0.0 in the shaded jar.
[INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore.xmi:jar:2.16.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.common:jar:2.28.0 in the shaded jar.
[INFO] Including org.apache.logging.log4j:log4j-web:jar:2.17.1 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emf:org.eclipse.emf.ecore:jar:2.33.0 in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Including org.eclipse.emfcloud.modelserver.glsp:org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar:jar:0.7.0-SNAPSHOT in the shaded jar.
[INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/server/glsp-server/target/com.googlecode.addjars.mojo.AddJarsMojo/dependency-reduced-pom.xml
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
[WARNING] jetty-client-10.0.15.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 192 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool$EntryHolder
[WARNING]   - org.eclipse.jetty.client.AbstractConnectionPool$FutureConnection
[WARNING]   - org.eclipse.jetty.client.AbstractConnectorHttpClientTransport
[WARNING]   - org.eclipse.jetty.client.AbstractHttpClientTransport
[WARNING]   - org.eclipse.jetty.client.AsyncContentProvider
[WARNING]   - org.eclipse.jetty.client.AsyncContentProvider$Listener
[WARNING]   - org.eclipse.jetty.client.AuthenticationProtocolHandler
[WARNING]   - 182 more...
[WARNING] jetty-jndi-10.0.15.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar-0.7.0-SNAPSHOT.jar define 21 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-jndi/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-jndi/pom.xml
[WARNING]   - jndi.properties
[WARNING]   - org.eclipse.jetty.jndi.BindingEnumeration
[WARNING]   - org.eclipse.jetty.jndi.ContextFactory
[WARNING]   - org.eclipse.jetty.jndi.DataSourceCloser
[WARNING]   - org.eclipse.jetty.jndi.InitialContextFactory
[WARNING]   - org.eclipse.jetty.jndi.InitialContextFactory$DefaultParser
[WARNING]   - org.eclipse.jetty.jndi.NameEnumeration
[WARNING]   - org.eclipse.jetty.jndi.NamingContext
[WARNING]   - 11 more...
[WARNING] jakarta.annotation-api-1.3.5.jar, jetty-javax-websocket-api-1.1.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.md
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-javax-server-10.0.15.jar define 19 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-server/pom.xml
[WARNING]   - META-INF/services/javax.websocket.server.ServerEndpointConfig$Configurator
[WARNING]   - org.eclipse.jetty.websocket.javax.server.config.ContainerDefaultConfigurator
[WARNING]   - org.eclipse.jetty.websocket.javax.server.config.JavaxWebSocketConfiguration
[WARNING]   - org.eclipse.jetty.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer
[WARNING]   - org.eclipse.jetty.websocket.javax.server.config.JavaxWebSocketServletContainerInitializer$Configurator
[WARNING]   - org.eclipse.jetty.websocket.javax.server.internal.AnnotatedServerEndpointConfig
[WARNING]   - org.eclipse.jetty.websocket.javax.server.internal.BasicServerEndpointConfig
[WARNING]   - org.eclipse.jetty.websocket.javax.server.internal.JavaxServerUpgradeRequest
[WARNING]   - 9 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.common-3.10.500.jar define 5 overlapping classes: 
[WARNING]   - org.eclipse.core.internal.runtime.TracingOptions
[WARNING]   - org.eclipse.core.internal.runtime.TracingOptions$1
[WARNING]   - org.eclipse.core.runtime.Adapters
[WARNING]   - org.eclipse.core.runtime.ICoreRunnable
[WARNING]   - org.eclipse.core.runtime.ListenerList$ListenerListIterator
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.osgi-3.15.0.jar define 440 overlapping classes and resources: 
[WARNING]   - org.apache.felix.resolver.Candidates
[WARNING]   - org.apache.felix.resolver.Candidates$1
[WARNING]   - org.apache.felix.resolver.Candidates$DynamicImportFailed
[WARNING]   - org.apache.felix.resolver.Candidates$FragmentNotSelectedError
[WARNING]   - org.apache.felix.resolver.Candidates$MissingRequirementError
[WARNING]   - org.apache.felix.resolver.Candidates$PopulateResult
[WARNING]   - org.apache.felix.resolver.Logger
[WARNING]   - org.apache.felix.resolver.ResolutionError
[WARNING]   - org.apache.felix.resolver.ResolverImpl
[WARNING]   - org.apache.felix.resolver.ResolverImpl$1
[WARNING]   - 430 more...
[WARNING] error_prone_annotations-2.18.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-error_prone_annotations-2.3.4.jar-0.7.0-SNAPSHOT.jar define 24 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties
[WARNING]   - META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml
[WARNING]   - com.google.errorprone.annotations.CanIgnoreReturnValue
[WARNING]   - com.google.errorprone.annotations.CheckReturnValue
[WARNING]   - com.google.errorprone.annotations.CompatibleWith
[WARNING]   - com.google.errorprone.annotations.CompileTimeConstant
[WARNING]   - com.google.errorprone.annotations.DoNotCall
[WARNING]   - com.google.errorprone.annotations.DoNotMock
[WARNING]   - com.google.errorprone.annotations.ForOverride
[WARNING]   - com.google.errorprone.annotations.FormatMethod
[WARNING]   - 14 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.server.emf-1.1.0-SNAPSHOT.jar define 54 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.emf/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.emf/pom.xml
[WARNING]   - model/notation.ecore
[WARNING]   - model/notation.genmodel
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateEdgeOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateNodeOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.AbstractEMFOperationHandler
[WARNING]   - org.eclipse.glsp.server.emf.DefaultEditingDomainFactory
[WARNING]   - org.eclipse.glsp.server.emf.EMFCompoundOperationHandler
[WARNING]   - 44 more...
[WARNING] jetty-servlet-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 72 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.xml
[WARNING]   - org.eclipse.jetty.servlet.BaseHolder
[WARNING]   - org.eclipse.jetty.servlet.BaseHolder$Wrapped
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener$1
[WARNING]   - org.eclipse.jetty.servlet.DecoratingListener$DynamicDecorator
[WARNING]   - org.eclipse.jetty.servlet.DefaultServlet
[WARNING]   - org.eclipse.jetty.servlet.ErrorPageErrorHandler
[WARNING]   - org.eclipse.jetty.servlet.ErrorPageErrorHandler$1
[WARNING]   - 62 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.layout-1.1.0-SNAPSHOT.jar define 5 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.layout/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.layout/pom.xml
[WARNING]   - org.eclipse.glsp.layout.ElkLayoutEngine
[WARNING]   - org.eclipse.glsp.layout.ElkLayoutEngine$LayoutContext
[WARNING]   - org.eclipse.glsp.layout.GLSPLayoutConfigurator
[WARNING] j2objc-annotations-1.3.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-j2objc-annotations-1.3.jar-0.7.0-SNAPSHOT.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.j2objc/j2objc-annotations/pom.properties
[WARNING]   - META-INF/maven/com.google.j2objc/j2objc-annotations/pom.xml
[WARNING]   - com.google.j2objc.annotations.AutoreleasePool
[WARNING]   - com.google.j2objc.annotations.J2ObjCIncompatible
[WARNING]   - com.google.j2objc.annotations.LoopTranslation
[WARNING]   - com.google.j2objc.annotations.LoopTranslation$LoopStyle
[WARNING]   - com.google.j2objc.annotations.ObjectiveCName
[WARNING]   - com.google.j2objc.annotations.Property
[WARNING]   - com.google.j2objc.annotations.ReflectionSupport
[WARNING]   - com.google.j2objc.annotations.ReflectionSupport$Level
[WARNING]   - 4 more...
[WARNING] jackson-databind-2.12.6.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-databind-2.12.6.1.jar-0.7.0-SNAPSHOT.jar define 703 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml
[WARNING]   - META-INF/services/com.fasterxml.jackson.core.ObjectCodec
[WARNING]   - com.fasterxml.jackson.databind.AbstractTypeResolver
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty
[WARNING]   - com.fasterxml.jackson.databind.AnnotationIntrospector$ReferenceProperty$Type
[WARNING]   - com.fasterxml.jackson.databind.BeanDescription
[WARNING]   - com.fasterxml.jackson.databind.BeanProperty
[WARNING]   - com.fasterxml.jackson.databind.BeanProperty$Bogus
[WARNING]   - 693 more...
[WARNING] jetty-io-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 112 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-io/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml
[WARNING]   - org.eclipse.jetty.io.AbstractByteBufferPool
[WARNING]   - org.eclipse.jetty.io.AbstractConnection
[WARNING]   - org.eclipse.jetty.io.AbstractConnection$1
[WARNING]   - org.eclipse.jetty.io.AbstractConnection$ReadCallback
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$1
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$2
[WARNING]   - org.eclipse.jetty.io.AbstractEndPoint$3
[WARNING]   - 102 more...
[WARNING] log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 16 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-web/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-web/pom.xml
[WARNING]   - META-INF/web-fragment.xml
[WARNING]   - org.apache.logging.log4j.web.Log4jServletContainerInitializer
[WARNING]   - org.apache.logging.log4j.web.Log4jServletContextListener
[WARNING]   - org.apache.logging.log4j.web.Log4jServletFilter
[WARNING]   - org.apache.logging.log4j.web.Log4jShutdownOnContextDestroyedListener
[WARNING]   - org.apache.logging.log4j.web.Log4jWebInitializerImpl
[WARNING]   - org.apache.logging.log4j.web.Log4jWebLifeCycle
[WARNING]   - org.apache.logging.log4j.web.Log4jWebSupport
[WARNING]   - 6 more...
[WARNING] org.eclipse.elk.graph.text-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph.text-0.8.1.jar-0.7.0-SNAPSHOT.jar define 94 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.graph.text/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.graph.text/pom.xml
[WARNING]   - org.eclipse.elk.graph.text.AbstractElkGraphRuntimeModule
[WARNING]   - org.eclipse.elk.graph.text.ElkGraphRuntimeModule
[WARNING]   - org.eclipse.elk.graph.text.ElkGraphStandaloneSetup
[WARNING]   - org.eclipse.elk.graph.text.ElkGraphStandaloneSetupGenerated
[WARNING]   - org.eclipse.elk.graph.text.ElkGraphTextUtil
[WARNING]   - org.eclipse.elk.graph.text.conversion.ElkGraphValueConverterService
[WARNING]   - org.eclipse.elk.graph.text.conversion.NumberValueConverter
[WARNING]   - org.eclipse.elk.graph.text.conversion.PropertyKeyValueConverter
[WARNING]   - 84 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.util-2.20.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.xtext.util-2.20.0.jar define 195 overlapping classes: 
[WARNING]   - org.eclipse.xtext.util.AbstractLinkedStack
[WARNING]   - org.eclipse.xtext.util.AbstractLinkedStack$Element
[WARNING]   - org.eclipse.xtext.util.AbstractLinkedStack$ElementIterator
[WARNING]   - org.eclipse.xtext.util.Arrays
[WARNING]   - org.eclipse.xtext.util.BufferedCancelIndicator
[WARNING]   - org.eclipse.xtext.util.CancelIndicator
[WARNING]   - org.eclipse.xtext.util.CancelIndicator$1
[WARNING]   - org.eclipse.xtext.util.CollectionBasedAcceptor
[WARNING]   - org.eclipse.xtext.util.DiffUtil
[WARNING]   - org.eclipse.xtext.util.DisposableRegistry
[WARNING]   - 185 more...
[WARNING] commons-cli-1.5.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar define 31 overlapping classes and resources: 
[WARNING]   - META-INF/maven/commons-cli/commons-cli/pom.properties
[WARNING]   - META-INF/maven/commons-cli/commons-cli/pom.xml
[WARNING]   - org.apache.commons.cli.AlreadySelectedException
[WARNING]   - org.apache.commons.cli.AmbiguousOptionException
[WARNING]   - org.apache.commons.cli.BasicParser
[WARNING]   - org.apache.commons.cli.CommandLine
[WARNING]   - org.apache.commons.cli.CommandLine$Builder
[WARNING]   - org.apache.commons.cli.CommandLineParser
[WARNING]   - org.apache.commons.cli.DefaultParser
[WARNING]   - org.apache.commons.cli.DefaultParser$1
[WARNING]   - 21 more...
[WARNING] jetty-annotations-10.0.15.jar, jetty-plus-10.0.15.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-javax-server-10.0.15.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.eclipse.jetty.webapp.Configuration
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.integration-0.7.0-SNAPSHOT.jar define 46 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.integration/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.integration/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPDiagramModule
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPServer
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGLSPServerModule
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSGModelFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelServerAccess
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelState
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSModelStateImpl
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.EMSSourceModelStorage
[WARNING]   - 36 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-client-9.4.44.v20210927.jar define 18 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-client/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.client.ClientUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.client.ClientUpgradeResponse
[WARNING]   - org.eclipse.jetty.websocket.client.DefaultHttpClientProvider
[WARNING]   - org.eclipse.jetty.websocket.client.HttpClientProvider
[WARNING]   - org.eclipse.jetty.websocket.client.NoOpEndpoint
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketClient
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.client.WebSocketUpgradeRequest$ClientUpgradeRequestFacade
[WARNING]   - 8 more...
[WARNING] org.eclipse.elk.alg.common-0.8.1.jar, org.eclipse.elk.alg.layered-0.8.1.jar, org.eclipse.elk.core-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/org.eclipse.elk.core.data.ILayoutMetaDataProvider
[WARNING] log4j-1.2.17.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-1.2.17.jar-0.7.0-SNAPSHOT.jar define 321 overlapping classes and resources: 
[WARNING]   - META-INF/maven/log4j/log4j/pom.properties
[WARNING]   - META-INF/maven/log4j/log4j/pom.xml
[WARNING]   - org.apache.log4j.Appender
[WARNING]   - org.apache.log4j.AppenderSkeleton
[WARNING]   - org.apache.log4j.AsyncAppender
[WARNING]   - org.apache.log4j.AsyncAppender$DiscardSummary
[WARNING]   - org.apache.log4j.AsyncAppender$Dispatcher
[WARNING]   - org.apache.log4j.BasicConfigurator
[WARNING]   - org.apache.log4j.Category
[WARNING]   - org.apache.log4j.CategoryKey
[WARNING]   - 311 more...
[WARNING] org.eclipse.emf.ecore.edit-2.14.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.edit-2.14.0.jar-0.7.0-SNAPSHOT.jar define 132 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.edit/pom.xml
[WARNING]   - icons/full/ctool16/CreateEAnnotation_details_EStringToStringMapEntry.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eGenericSuperTypes_EGenericType.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eOperations_EOperation.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eStructuralFeatures_EAttribute.gif
[WARNING]   - icons/full/ctool16/CreateEClass_eStructuralFeatures_EReference.gif
[WARNING]   - icons/full/ctool16/CreateEClassifier_eTypeParameters_ETypeParameter.gif
[WARNING]   - icons/full/ctool16/CreateEDataType_eTypeArguments_EGenericType.gif
[WARNING]   - icons/full/ctool16/CreateEEnum_eLiterals_EEnumLiteral.gif
[WARNING]   - 122 more...
[WARNING] jetty-webapp-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 57 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.xml
[WARNING]   - org.eclipse.jetty.webapp.AbsoluteOrdering
[WARNING]   - org.eclipse.jetty.webapp.AbstractConfiguration
[WARNING]   - org.eclipse.jetty.webapp.CachingWebAppClassLoader
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByClass
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByLocation
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByLocationOrModule
[WARNING]   - org.eclipse.jetty.webapp.ClasspathPattern$ByModule
[WARNING]   - 47 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext.xbase.lib-2.20.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.xtext.xbase.lib-2.20.0.jar define 120 overlapping classes: 
[WARNING]   - org.eclipse.xtend2.lib.DefaultLineDelimiter
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenation
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenation$1
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenation$IndentedTarget
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenation$SimpleTarget
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenationClient
[WARNING]   - org.eclipse.xtend2.lib.StringConcatenationClient$TargetStringConcatenation
[WARNING]   - org.eclipse.xtend2.lib.WhitespaceMatcher
[WARNING]   - org.eclipse.xtext.xbase.lib.ArrayExtensions
[WARNING]   - org.eclipse.xtext.xbase.lib.ArrayLiterals
[WARNING]   - 110 more...
[WARNING] gson-2.10.1.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-jdk7-1.5.31.jar, kotlin-stdlib-jdk8-1.5.31.jar, log4j-api-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping classes: 
[WARNING]   - META-INF.versions.9.module-info
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.registry-3.5.101.jar define 95 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.adapter.AdapterFactoryProxy
[WARNING]   - org.eclipse.core.internal.adapter.AdapterManagerListener
[WARNING]   - org.eclipse.core.internal.registry.BaseExtensionHandle
[WARNING]   - org.eclipse.core.internal.registry.BaseExtensionPointHandle
[WARNING]   - org.eclipse.core.internal.registry.BufferedRandomInputStream
[WARNING]   - org.eclipse.core.internal.registry.CombinedEventDelta
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElement
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElementHandle
[WARNING]   - org.eclipse.core.internal.registry.ConfigurationElementMulti
[WARNING]   - org.eclipse.core.internal.registry.Contribution
[WARNING]   - 85 more...
[WARNING] org.eclipse.core.jobs-3.5.100.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar define 49 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.jobs.Counter
[WARNING]   - org.eclipse.core.internal.jobs.Deadlock
[WARNING]   - org.eclipse.core.internal.jobs.DeadlockDetector
[WARNING]   - org.eclipse.core.internal.jobs.ImplicitJobs
[WARNING]   - org.eclipse.core.internal.jobs.InternalJob
[WARNING]   - org.eclipse.core.internal.jobs.InternalWorker
[WARNING]   - org.eclipse.core.internal.jobs.JobActivator
[WARNING]   - org.eclipse.core.internal.jobs.JobChangeEvent
[WARNING]   - org.eclipse.core.internal.jobs.JobListeners
[WARNING]   - org.eclipse.core.internal.jobs.JobListeners$1
[WARNING]   - 39 more...
[WARNING] jackson-core-2.12.6.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-core-2.12.6.jar-0.7.0-SNAPSHOT.jar define 127 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml
[WARNING]   - META-INF/services/com.fasterxml.jackson.core.JsonFactory
[WARNING]   - com.fasterxml.jackson.core.Base64Variant
[WARNING]   - com.fasterxml.jackson.core.Base64Variant$PaddingReadBehaviour
[WARNING]   - com.fasterxml.jackson.core.Base64Variants
[WARNING]   - com.fasterxml.jackson.core.FormatFeature
[WARNING]   - com.fasterxml.jackson.core.FormatSchema
[WARNING]   - com.fasterxml.jackson.core.JacksonException
[WARNING]   - com.fasterxml.jackson.core.JsonEncoding
[WARNING]   - 117 more...
[WARNING] javax.websocket-api-1.0.jar, jetty-javax-websocket-api-1.1.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar-0.7.0-SNAPSHOT.jar define 54 overlapping classes: 
[WARNING]   - javax.websocket.ClientEndpoint
[WARNING]   - javax.websocket.ClientEndpointConfig
[WARNING]   - javax.websocket.ClientEndpointConfig$Builder
[WARNING]   - javax.websocket.ClientEndpointConfig$Builder$1
[WARNING]   - javax.websocket.ClientEndpointConfig$Configurator
[WARNING]   - javax.websocket.CloseReason
[WARNING]   - javax.websocket.CloseReason$CloseCode
[WARNING]   - javax.websocket.CloseReason$CloseCodes
[WARNING]   - javax.websocket.CloseReason$CloseCodes$1
[WARNING]   - javax.websocket.ContainerProvider
[WARNING]   - 44 more...
[WARNING] javalin-4.3.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar define 320 overlapping classes and resources: 
[WARNING]   - META-INF/javalin.kotlin_module
[WARNING]   - META-INF/maven/io.javalin/javalin/pom.properties
[WARNING]   - META-INF/maven/io.javalin/javalin/pom.xml
[WARNING]   - io.javalin.Javalin
[WARNING]   - io.javalin.apibuilder.ApiBuilder
[WARNING]   - io.javalin.apibuilder.CrudFunction
[WARNING]   - io.javalin.apibuilder.CrudFunction$1
[WARNING]   - io.javalin.apibuilder.CrudFunction$2
[WARNING]   - io.javalin.apibuilder.CrudFunction$3
[WARNING]   - io.javalin.apibuilder.CrudFunction$4
[WARNING]   - 310 more...
[WARNING] org.eclipse.emf.edit-2.18.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.edit-2.18.0.jar-0.7.0-SNAPSHOT.jar define 184 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.edit/pom.xml
[WARNING]   - icons/full/ctool16/CreateChild.gif
[WARNING]   - icons/full/obj16/BooleanValue.gif
[WARNING]   - icons/full/obj16/GenericValue.gif
[WARNING]   - icons/full/obj16/IntegralValue.gif
[WARNING]   - icons/full/obj16/Item.gif
[WARNING]   - icons/full/obj16/ModelFile.gif
[WARNING]   - icons/full/obj16/NoValue.gif
[WARNING]   - icons/full/obj16/RealValue.gif
[WARNING]   - 174 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-slf4j-api-1.7.25.jar-0.7.0-SNAPSHOT.jar, slf4j-api-1.7.25.jar define 36 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.slf4j/slf4j-api/pom.properties
[WARNING]   - META-INF/maven/org.slf4j/slf4j-api/pom.xml
[WARNING]   - org.slf4j.ILoggerFactory
[WARNING]   - org.slf4j.IMarkerFactory
[WARNING]   - org.slf4j.Logger
[WARNING]   - org.slf4j.LoggerFactory
[WARNING]   - org.slf4j.MDC
[WARNING]   - org.slf4j.MDC$1
[WARNING]   - org.slf4j.MDC$MDCCloseable
[WARNING]   - org.slf4j.Marker
[WARNING]   - 26 more...
[WARNING] commons-cli-1.5.0.jar, jetty-alpn-client-10.0.15.jar, jetty-annotations-10.0.15.jar, jetty-client-10.0.15.jar, jetty-http-9.4.44.v20210927.jar, jetty-io-9.4.44.v20210927.jar, jetty-jndi-10.0.15.jar, jetty-plus-10.0.15.jar, jetty-security-9.4.44.v20210927.jar, jetty-server-9.4.44.v20210927.jar, jetty-servlet-9.4.44.v20210927.jar, jetty-util-9.4.44.v20210927.jar, jetty-util-ajax-9.4.44.v20210927.jar, jetty-webapp-9.4.44.v20210927.jar, jetty-xml-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-io-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-jndi-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-webapp-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-client-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-api-9.4.44.v20210927.jar, websocket-client-9.4.44.v20210927.jar, websocket-common-9.4.44.v20210927.jar, websocket-core-client-10.0.15.jar, websocket-core-common-10.0.15.jar, websocket-javax-client-10.0.15.jar, websocket-javax-common-10.0.15.jar, websocket-javax-server-10.0.15.jar, websocket-server-9.4.44.v20210927.jar, websocket-servlet-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.txt
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-common-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-javax-common-10.0.15.jar define 69 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-common/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.javax.common.ClientEndpointConfigWrapper
[WARNING]   - org.eclipse.jetty.websocket.javax.common.ConfiguredEndpoint
[WARNING]   - org.eclipse.jetty.websocket.javax.common.EndpointConfigWrapper
[WARNING]   - org.eclipse.jetty.websocket.javax.common.InitException
[WARNING]   - org.eclipse.jetty.websocket.javax.common.JavaxWebSocketAsyncRemote
[WARNING]   - org.eclipse.jetty.websocket.javax.common.JavaxWebSocketBasicRemote
[WARNING]   - org.eclipse.jetty.websocket.javax.common.JavaxWebSocketContainer
[WARNING]   - org.eclipse.jetty.websocket.javax.common.JavaxWebSocketExtension
[WARNING]   - 59 more...
[WARNING] jsr305-3.0.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jsr305-3.0.2.jar-0.7.0-SNAPSHOT.jar define 37 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.code.findbugs/jsr305/pom.properties
[WARNING]   - META-INF/maven/com.google.code.findbugs/jsr305/pom.xml
[WARNING]   - javax.annotation.CheckForNull
[WARNING]   - javax.annotation.CheckForSigned
[WARNING]   - javax.annotation.CheckReturnValue
[WARNING]   - javax.annotation.Detainted
[WARNING]   - javax.annotation.MatchesPattern
[WARNING]   - javax.annotation.MatchesPattern$Checker
[WARNING]   - javax.annotation.Nonnegative
[WARNING]   - javax.annotation.Nonnegative$Checker
[WARNING]   - 27 more...
[WARNING] json-patch-1.13.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar define 30 overlapping class and resource: 
[WARNING]   - com.github.fge.jsonpatch.AddOperation
[WARNING]   - com.github.fge.jsonpatch.CopyOperation
[WARNING]   - com.github.fge.jsonpatch.DualPathOperation
[WARNING]   - com.github.fge.jsonpatch.Iterables
[WARNING]   - com.github.fge.jsonpatch.JsonPatch
[WARNING]   - com.github.fge.jsonpatch.JsonPatchException
[WARNING]   - com.github.fge.jsonpatch.JsonPatchMessages
[WARNING]   - com.github.fge.jsonpatch.JsonPatchOperation
[WARNING]   - com.github.fge.jsonpatch.MoveOperation
[WARNING]   - com.github.fge.jsonpatch.Patch
[WARNING]   - 20 more...
[WARNING] okio-2.10.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-okio-2.10.0.jar-0.7.0-SNAPSHOT.jar define 75 overlapping classes and resources: 
[WARNING]   - META-INF/okio.kotlin_module
[WARNING]   - META-INF/proguard/okio.pro
[WARNING]   - okio.-Base64
[WARNING]   - okio.-DeflaterSinkExtensions
[WARNING]   - okio.-DeprecatedOkio
[WARNING]   - okio.-DeprecatedUpgrade
[WARNING]   - okio.-DeprecatedUtf8
[WARNING]   - okio.-GzipSinkExtensions
[WARNING]   - okio.-GzipSourceExtensions
[WARNING]   - okio.-InflaterSourceExtensions
[WARNING]   - 65 more...
[WARNING] jakarta.transaction-api-1.3.3.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.transaction-api-1.3.3.jar-0.7.0-SNAPSHOT.jar define 22 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.transaction/jakarta.transaction-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.transaction/jakarta.transaction-api/pom.xml
[WARNING]   - javax.transaction.HeuristicCommitException
[WARNING]   - javax.transaction.HeuristicMixedException
[WARNING]   - javax.transaction.HeuristicRollbackException
[WARNING]   - javax.transaction.InvalidTransactionException
[WARNING]   - javax.transaction.NotSupportedException
[WARNING]   - javax.transaction.RollbackException
[WARNING]   - javax.transaction.Status
[WARNING]   - javax.transaction.Synchronization
[WARNING]   - 12 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtext-2.20.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.xtext-2.20.0.jar define 1730 overlapping classes and resources: 
[WARNING]   - log4j.properties
[WARNING]   - org.eclipse.xtext.AbstractElement
[WARNING]   - org.eclipse.xtext.AbstractMetamodelDeclaration
[WARNING]   - org.eclipse.xtext.AbstractNegatedToken
[WARNING]   - org.eclipse.xtext.AbstractRule
[WARNING]   - org.eclipse.xtext.AbstractXtextRuntimeModule
[WARNING]   - org.eclipse.xtext.Action
[WARNING]   - org.eclipse.xtext.Alternatives
[WARNING]   - org.eclipse.xtext.Annotation
[WARNING]   - org.eclipse.xtext.Assignment
[WARNING]   - 1720 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-common-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-common-9.4.44.v20210927.jar define 124 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-common/pom.xml
[WARNING]   - META-INF/services/org.eclipse.jetty.websocket.api.extensions.Extension
[WARNING]   - org.eclipse.jetty.websocket.common.AcceptHash
[WARNING]   - org.eclipse.jetty.websocket.common.BlockingWriteCallback
[WARNING]   - org.eclipse.jetty.websocket.common.BlockingWriteCallback$WriteBlocker
[WARNING]   - org.eclipse.jetty.websocket.common.CloseInfo
[WARNING]   - org.eclipse.jetty.websocket.common.Generator
[WARNING]   - org.eclipse.jetty.websocket.common.LogicalConnection
[WARNING]   - org.eclipse.jetty.websocket.common.OpCode
[WARNING]   - 114 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.modelserver-0.7.0-SNAPSHOT.jar define 23 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.integration.example.modelserver/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.integration.example.modelserver/pom.xml
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.TaskListModelResourceManager
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.TaskListModelServerModule
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.TaskListPackageConfiguration
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.TaskListResource
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.TaskListResourceSetFactory
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.commands.compound.AddTaskCompoundCommand
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.commands.compound.AddTransitionCompoundCommand
[WARNING]   - org.eclipse.emfcloud.integration.example.modelserver.commands.compound.RemoveTaskCompoundCommand
[WARNING]   - 13 more...
[WARNING] org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.core.expressions-3.4.300.jar, org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.core.jobs-3.5.100.jar, org.eclipse.core.resources-3.7.100.jar, org.eclipse.core.runtime-3.7.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.jobs-3.5.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.registry-3.5.101.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.app-1.3.100.jar, org.eclipse.equinox.common-3.6.0.jar, org.eclipse.equinox.preferences-3.4.1.jar, org.eclipse.equinox.registry-3.5.101.jar, org.eclipse.osgi-3.7.1.jar define 1 overlapping resource: 
[WARNING]   - META-INF/eclipse.inf
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-servlet-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-servlet-9.4.44.v20210927.jar define 9 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.servlet.ServletUpgradeResponse
[WARNING]   - org.eclipse.jetty.websocket.servlet.UpgradeHttpServletRequest
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServlet
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServletFactory
[WARNING]   - org.eclipse.jetty.websocket.servlet.WebSocketServletFactory$Loader
[WARNING] jetty-util-ajax-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-ajax-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 35 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util-ajax/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util-ajax/pom.xml
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$1
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Context
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Factory
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Factory$CachedString
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$Frame
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$FrameStack
[WARNING]   - org.eclipse.jetty.util.ajax.AsyncJSON$NumberBuilder
[WARNING]   - 25 more...
[WARNING] javax.servlet-api-3.1.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar define 92 overlapping classes and resources: 
[WARNING]   - META-INF/maven/javax.servlet/javax.servlet-api/pom.properties
[WARNING]   - META-INF/maven/javax.servlet/javax.servlet-api/pom.xml
[WARNING]   - javax.servlet.AsyncContext
[WARNING]   - javax.servlet.AsyncEvent
[WARNING]   - javax.servlet.AsyncListener
[WARNING]   - javax.servlet.DispatcherType
[WARNING]   - javax.servlet.Filter
[WARNING]   - javax.servlet.FilterChain
[WARNING]   - javax.servlet.FilterConfig
[WARNING]   - javax.servlet.FilterRegistration
[WARNING]   - 82 more...
[WARNING] org.eclipse.emf.ecore.xmi-2.16.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.xmi-2.16.0.jar-0.7.0-SNAPSHOT.jar define 109 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.xmi/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.xmi/pom.xml
[WARNING]   - org.eclipse.emf.ecore.xmi.ClassNotFoundException
[WARNING]   - org.eclipse.emf.ecore.xmi.DOMHandler
[WARNING]   - org.eclipse.emf.ecore.xmi.DOMHelper
[WARNING]   - org.eclipse.emf.ecore.xmi.DanglingHREFException
[WARNING]   - org.eclipse.emf.ecore.xmi.EcoreBuilder
[WARNING]   - org.eclipse.emf.ecore.xmi.FeatureNotFoundException
[WARNING]   - org.eclipse.emf.ecore.xmi.IllegalValueException
[WARNING]   - org.eclipse.emf.ecore.xmi.NameInfo
[WARNING]   - 99 more...
[WARNING] asm-9.5.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-asm-9.5.jar-0.7.0-SNAPSHOT.jar define 37 overlapping classes: 
[WARNING]   - org.objectweb.asm.AnnotationVisitor
[WARNING]   - org.objectweb.asm.AnnotationWriter
[WARNING]   - org.objectweb.asm.Attribute
[WARNING]   - org.objectweb.asm.Attribute$Set
[WARNING]   - org.objectweb.asm.ByteVector
[WARNING]   - org.objectweb.asm.ClassReader
[WARNING]   - org.objectweb.asm.ClassTooLargeException
[WARNING]   - org.objectweb.asm.ClassVisitor
[WARNING]   - org.objectweb.asm.ClassWriter
[WARNING]   - org.objectweb.asm.ConstantDynamic
[WARNING]   - 27 more...
[WARNING] jetty-util-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-util-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 330 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml
[WARNING]   - org.eclipse.jetty.util.AbstractTrie
[WARNING]   - org.eclipse.jetty.util.ArrayTernaryTrie
[WARNING]   - org.eclipse.jetty.util.ArrayTernaryTrie$Growing
[WARNING]   - org.eclipse.jetty.util.ArrayTrie
[WARNING]   - org.eclipse.jetty.util.ArrayUtil
[WARNING]   - org.eclipse.jetty.util.AtomicBiInteger
[WARNING]   - org.eclipse.jetty.util.Atomics
[WARNING]   - org.eclipse.jetty.util.Attachable
[WARNING]   - 320 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.server.websocket-1.1.0-SNAPSHOT.jar define 6 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.websocket/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server.websocket/pom.xml
[WARNING]   - org.eclipse.glsp.server.websocket.GLSPConfigurator
[WARNING]   - org.eclipse.glsp.server.websocket.GLSPServerEndpoint
[WARNING]   - org.eclipse.glsp.server.websocket.WebsocketModule
[WARNING]   - org.eclipse.glsp.server.websocket.WebsocketServerLauncher
[WARNING] emfjson-jackson-2.0.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-emfjson-jackson-2.0.0.jar-0.7.0-SNAPSHOT.jar define 60 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud/emfjson-jackson/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud/emfjson-jackson/pom.xml
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreIdentityInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreReferenceInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo$1
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.EcoreTypeInfo$USE
[WARNING]   - org.eclipse.emfcloud.jackson.annotations.JsonAnnotations
[WARNING]   - org.eclipse.emfcloud.jackson.databind.EMFContext
[WARNING]   - org.eclipse.emfcloud.jackson.databind.EMFContext$Attributes
[WARNING]   - 50 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.lsp4j.jsonrpc-0.21.0-SNAPSHOT.jar define 81 overlapping classes: 
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CancelChecker
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CompletableFutures
[WARNING]   - org.eclipse.lsp4j.jsonrpc.CompletableFutures$FutureCancelChecker
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Endpoint
[WARNING]   - org.eclipse.lsp4j.jsonrpc.JsonRpcException
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Launcher
[WARNING]   - org.eclipse.lsp4j.jsonrpc.Launcher$Builder
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageConsumer
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageIssueException
[WARNING]   - org.eclipse.lsp4j.jsonrpc.MessageIssueHandler
[WARNING]   - 71 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib.macro-2.20.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.xtend.lib.macro-2.20.0.jar define 88 overlapping classes: 
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractAnnotationTypeProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractClassProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractConstructorProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractEnumerationTypeProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractFieldProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractInterfaceProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.AbstractMethodProcessor
[WARNING]   - org.eclipse.xtend.lib.macro.Active
[WARNING]   - org.eclipse.xtend.lib.macro.CodeGenerationContext
[WARNING]   - org.eclipse.xtend.lib.macro.CodeGenerationParticipant
[WARNING]   - 78 more...
[WARNING] org.eclipse.emf.ecore-2.33.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore-2.33.0.jar-0.7.0-SNAPSHOT.jar define 680 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore/pom.xml
[WARNING]   - model/DateConversionDelegateAnnotation.ecore
[WARNING]   - model/Ecore.ecore
[WARNING]   - model/Ecore.genmodel
[WARNING]   - model/Ecore.xsd
[WARNING]   - model/EcoreAnnotation.ecore
[WARNING]   - model/EcoreXMI.xsd
[WARNING]   - model/ExtendedMetaData.ecore
[WARNING]   - model/XMI.xsd
[WARNING]   - 670 more...
[WARNING] org.eclipse.core.filesystem-1.3.100.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.filesystem-1.3.100.jar-0.7.0-SNAPSHOT.jar define 28 overlapping class and resource: 
[WARNING]   - org.eclipse.core.filesystem.EFS
[WARNING]   - org.eclipse.core.filesystem.IFileInfo
[WARNING]   - org.eclipse.core.filesystem.IFileStore
[WARNING]   - org.eclipse.core.filesystem.IFileSystem
[WARNING]   - org.eclipse.core.filesystem.IFileTree
[WARNING]   - org.eclipse.core.filesystem.URIUtil
[WARNING]   - org.eclipse.core.filesystem.provider.FileInfo
[WARNING]   - org.eclipse.core.filesystem.provider.FileStore
[WARNING]   - org.eclipse.core.filesystem.provider.FileSystem
[WARNING]   - org.eclipse.core.filesystem.provider.FileTree
[WARNING]   - 18 more...
[WARNING] guava-30.1-jre.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-guava-30.1-jre.jar-0.7.0-SNAPSHOT.jar define 2031 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.guava/guava/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/guava/pom.xml
[WARNING]   - com.google.common.annotations.Beta
[WARNING]   - com.google.common.annotations.GwtCompatible
[WARNING]   - com.google.common.annotations.GwtIncompatible
[WARNING]   - com.google.common.annotations.VisibleForTesting
[WARNING]   - com.google.common.base.Absent
[WARNING]   - com.google.common.base.AbstractIterator
[WARNING]   - com.google.common.base.AbstractIterator$1
[WARNING]   - com.google.common.base.AbstractIterator$State
[WARNING]   - 2021 more...
[WARNING] jackson-annotations-2.12.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-annotations-2.12.1.jar-0.7.0-SNAPSHOT.jar define 73 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties
[WARNING]   - META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotation
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotationValue
[WARNING]   - com.fasterxml.jackson.annotation.JacksonAnnotationsInside
[WARNING]   - com.fasterxml.jackson.annotation.JacksonInject
[WARNING]   - com.fasterxml.jackson.annotation.JacksonInject$Value
[WARNING]   - com.fasterxml.jackson.annotation.JsonAlias
[WARNING]   - com.fasterxml.jackson.annotation.JsonAnyGetter
[WARNING]   - com.fasterxml.jackson.annotation.JsonAnySetter
[WARNING]   - 63 more...
[WARNING] org.eclipse.elk.alg.layered-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.layered-0.8.1.jar-0.7.0-SNAPSHOT.jar define 350 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.alg.layered/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.alg.layered/pom.xml
[WARNING]   - docs/slopedEdgeZoneWidth.md
[WARNING]   - docs/transformation.md
[WARNING]   - images/Layered.svg
[WARNING]   - images/example.elkt
[WARNING]   - images/layered_layout.png
[WARNING]   - images/options/edgeRouting_polyline_slopedEdgeZoneWidth_off.png
[WARNING]   - images/options/edgeRouting_polyline_slopedEdgeZoneWidth_on.png
[WARNING]   - images/options/transformation_readingdirection_based.png
[WARNING]   - 340 more...
[WARNING] log4j-slf4j-impl-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-slf4j-impl-2.17.1.jar-0.7.0-SNAPSHOT.jar define 12 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-slf4j-impl/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-slf4j-impl/pom.xml
[WARNING]   - org.apache.logging.slf4j.EventDataConverter
[WARNING]   - org.apache.logging.slf4j.Log4jLogger
[WARNING]   - org.apache.logging.slf4j.Log4jLoggerFactory
[WARNING]   - org.apache.logging.slf4j.Log4jMDCAdapter
[WARNING]   - org.apache.logging.slf4j.Log4jMarker
[WARNING]   - org.apache.logging.slf4j.Log4jMarkerFactory
[WARNING]   - org.apache.logging.slf4j.SLF4JLoggingException
[WARNING]   - org.slf4j.impl.StaticLoggerBinder
[WARNING]   - 2 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.10.500.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.common-3.6.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.common-3.10.500.jar, org.eclipse.equinox.common-3.6.0.jar define 60 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLBaseConnection
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLConnection
[WARNING]   - org.eclipse.core.internal.boot.PlatformURLHandler
[WARNING]   - org.eclipse.core.internal.runtime.Activator
[WARNING]   - org.eclipse.core.internal.runtime.AdapterManager
[WARNING]   - org.eclipse.core.internal.runtime.CommonMessages
[WARNING]   - org.eclipse.core.internal.runtime.DataArea
[WARNING]   - org.eclipse.core.internal.runtime.DevClassPathHelper
[WARNING]   - org.eclipse.core.internal.runtime.FindSupport
[WARNING]   - org.eclipse.core.internal.runtime.IAdapterFactoryExt
[WARNING]   - 50 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.graph-1.1.0-SNAPSHOT.jar define 117 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.graph/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.graph/pom.xml
[WARNING]   - model/.gitkeep
[WARNING]   - model/glsp-graph.ecore
[WARNING]   - model/glsp-graph.genmodel
[WARNING]   - org.eclipse.glsp.graph.DefaultTypes
[WARNING]   - org.eclipse.glsp.graph.GAlignable
[WARNING]   - org.eclipse.glsp.graph.GArgumentable
[WARNING]   - org.eclipse.glsp.graph.GBounds
[WARNING]   - org.eclipse.glsp.graph.GBoundsAware
[WARNING]   - 107 more...
[WARNING] org.eclipse.elk.graph-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.graph-0.8.1.jar-0.7.0-SNAPSHOT.jar define 56 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.graph/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.graph/pom.xml
[WARNING]   - model/elkgraph.ecore
[WARNING]   - model/elkgraph.genmodel
[WARNING]   - org.eclipse.elk.graph.EMapPropertyHolder
[WARNING]   - org.eclipse.elk.graph.ElkBendPoint
[WARNING]   - org.eclipse.elk.graph.ElkConnectableShape
[WARNING]   - org.eclipse.elk.graph.ElkEdge
[WARNING]   - org.eclipse.elk.graph.ElkEdgeSection
[WARNING]   - org.eclipse.elk.graph.ElkGraphElement
[WARNING]   - 46 more...
[WARNING] jetty-http-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 106 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-http/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml
[WARNING]   - META-INF/services/org.eclipse.jetty.http.HttpFieldPreEncoder
[WARNING]   - org.eclipse.jetty.http.BadMessageException
[WARNING]   - org.eclipse.jetty.http.CompressedContentFormat
[WARNING]   - org.eclipse.jetty.http.CookieCompliance
[WARNING]   - org.eclipse.jetty.http.DateGenerator
[WARNING]   - org.eclipse.jetty.http.DateGenerator$1
[WARNING]   - org.eclipse.jetty.http.DateParser
[WARNING]   - org.eclipse.jetty.http.DateParser$1
[WARNING]   - 96 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.15.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.osgi-3.15.0.jar, org.eclipse.osgi-3.7.1.jar define 312 overlapping classes and resources: 
[WARNING]   - META-INF/services/org.osgi.framework.launch.FrameworkFactory
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$1
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$InitialBundle
[WARNING]   - org.eclipse.core.runtime.adaptor.EclipseStarter$StartupEventListener
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.DefaultStartupMonitor
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher
[WARNING]   - org.eclipse.equinox.log.ExtendedLogEntry
[WARNING]   - org.eclipse.equinox.log.ExtendedLogReaderService
[WARNING]   - org.eclipse.equinox.log.ExtendedLogService
[WARNING]   - 302 more...
[WARNING] aopalliance-1.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-aopalliance-1.0.jar-0.7.0-SNAPSHOT.jar define 9 overlapping classes: 
[WARNING]   - org.aopalliance.aop.Advice
[WARNING]   - org.aopalliance.aop.AspectException
[WARNING]   - org.aopalliance.intercept.ConstructorInterceptor
[WARNING]   - org.aopalliance.intercept.ConstructorInvocation
[WARNING]   - org.aopalliance.intercept.Interceptor
[WARNING]   - org.aopalliance.intercept.Invocation
[WARNING]   - org.aopalliance.intercept.Joinpoint
[WARNING]   - org.aopalliance.intercept.MethodInterceptor
[WARNING]   - org.aopalliance.intercept.MethodInvocation
[WARNING] jetty-server-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 351 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-server/pom.xml
[WARNING]   - jetty-dir.css
[WARNING]   - org.eclipse.jetty.server.AbstractConnectionFactory
[WARNING]   - org.eclipse.jetty.server.AbstractConnector
[WARNING]   - org.eclipse.jetty.server.AbstractConnector$1
[WARNING]   - org.eclipse.jetty.server.AbstractConnector$Acceptor
[WARNING]   - org.eclipse.jetty.server.AbstractNCSARequestLog
[WARNING]   - org.eclipse.jetty.server.AbstractNetworkConnector
[WARNING]   - org.eclipse.jetty.server.AcceptRateLimit
[WARNING]   - 341 more...
[WARNING] okhttp-4.9.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-okhttp-4.9.1.jar-0.7.0-SNAPSHOT.jar define 325 overlapping classes and resources: 
[WARNING]   - META-INF/okhttp.kotlin_module
[WARNING]   - META-INF/proguard/okhttp3.pro
[WARNING]   - okhttp3.Address
[WARNING]   - okhttp3.Authenticator
[WARNING]   - okhttp3.Authenticator$Companion
[WARNING]   - okhttp3.Authenticator$Companion$AuthenticatorNone
[WARNING]   - okhttp3.Cache
[WARNING]   - okhttp3.Cache$CacheResponseBody
[WARNING]   - okhttp3.Cache$CacheResponseBody$1
[WARNING]   - okhttp3.Cache$Companion
[WARNING]   - 315 more...
[WARNING] failureaccess-1.0.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-failureaccess-1.0.1.jar-0.7.0-SNAPSHOT.jar define 4 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.guava/failureaccess/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/failureaccess/pom.xml
[WARNING]   - com.google.common.util.concurrent.internal.InternalFutureFailureAccess
[WARNING]   - com.google.common.util.concurrent.internal.InternalFutures
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-client-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-core-client-10.0.15.jar define 10 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-core-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-core-client/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.core.client.CoreClientUpgradeRequest$1
[WARNING]   - org.eclipse.jetty.websocket.core.client.UpgradeListener
[WARNING]   - org.eclipse.jetty.websocket.core.client.WebSocketCoreClient
[WARNING]   - org.eclipse.jetty.websocket.core.client.internal.HttpClientProvider
[WARNING]   - org.eclipse.jetty.websocket.core.client.internal.HttpUpgraderOverHTTP
[WARNING]   - org.eclipse.jetty.websocket.core.client.internal.HttpUpgraderOverHTTP2
[WARNING]   - org.eclipse.jetty.websocket.core.client.internal.XmlHttpClientProvider
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-core-common-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-core-common-10.0.15.jar define 105 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.xml
[WARNING]   - META-INF/services/org.eclipse.jetty.websocket.core.Extension
[WARNING]   - org.eclipse.jetty.websocket.core.AbstractExtension
[WARNING]   - org.eclipse.jetty.websocket.core.Behavior
[WARNING]   - org.eclipse.jetty.websocket.core.CloseStatus
[WARNING]   - org.eclipse.jetty.websocket.core.CloseStatus$CloseFrame
[WARNING]   - org.eclipse.jetty.websocket.core.CloseStatus$Supplier
[WARNING]   - org.eclipse.jetty.websocket.core.Configuration
[WARNING]   - org.eclipse.jetty.websocket.core.Configuration$ConfigurationCustomizer
[WARNING]   - 95 more...
[WARNING] btf-1.3.jar, jackson-coreutils-2.0.jar, json-patch-1.13.jar, msg-simple-1.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-json-patch-1.13.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/ASL-2.0.txt
[WARNING]   - META-INF/LGPL-3.0.txt
[WARNING] org.eclipse.core.contenttype-3.4.100.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.contenttype-3.4.100.jar-0.7.0-SNAPSHOT.jar define 53 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.content.Activator
[WARNING]   - org.eclipse.core.internal.content.BasicDescription
[WARNING]   - org.eclipse.core.internal.content.ContentDescription
[WARNING]   - org.eclipse.core.internal.content.ContentMessages
[WARNING]   - org.eclipse.core.internal.content.ContentType
[WARNING]   - org.eclipse.core.internal.content.ContentType$InvalidDescriber
[WARNING]   - org.eclipse.core.internal.content.ContentTypeBuilder
[WARNING]   - org.eclipse.core.internal.content.ContentTypeBuilder$1
[WARNING]   - org.eclipse.core.internal.content.ContentTypeCatalog
[WARNING]   - org.eclipse.core.internal.content.ContentTypeCatalog$1
[WARNING]   - 43 more...
[WARNING] jetty-xml-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-xml-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 21 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-xml/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-xml/pom.xml
[WARNING]   - org.eclipse.jetty.xml.ConfigurationProcessor
[WARNING]   - org.eclipse.jetty.xml.ConfigurationProcessorFactory
[WARNING]   - org.eclipse.jetty.xml.XmlAppendable
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$1
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$ConfigurationParser
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration
[WARNING]   - org.eclipse.jetty.xml.XmlConfiguration$JettyXmlConfiguration$Args
[WARNING]   - 11 more...
[WARNING] kotlin-stdlib-common-1.4.10.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-common-1.4.10.jar-0.7.0-SNAPSHOT.jar define 303 overlapping resources: 
[WARNING]   - META-INF/kotlin-stdlib-common.kotlin_module
[WARNING]   - kotlin/ArithmeticException.kotlin_metadata
[WARNING]   - kotlin/AssertionError.kotlin_metadata
[WARNING]   - kotlin/BuilderInference.kotlin_metadata
[WARNING]   - kotlin/ClassCastException.kotlin_metadata
[WARNING]   - kotlin/Comparator.kotlin_metadata
[WARNING]   - kotlin/ConcurrentModificationException.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveFunction.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveKt.kotlin_metadata
[WARNING]   - kotlin/DeepRecursiveScope.kotlin_metadata
[WARNING]   - 293 more...
[WARNING] annotations-20.1.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-annotations-20.1.0.jar-0.7.0-SNAPSHOT.jar define 52 overlapping classes: 
[WARNING]   - org.intellij.lang.annotations.Flow
[WARNING]   - org.intellij.lang.annotations.Identifier
[WARNING]   - org.intellij.lang.annotations.JdkConstants
[WARNING]   - org.intellij.lang.annotations.JdkConstants$AdjustableOrientation
[WARNING]   - org.intellij.lang.annotations.JdkConstants$BoxLayoutAxis
[WARNING]   - org.intellij.lang.annotations.JdkConstants$CalendarMonth
[WARNING]   - org.intellij.lang.annotations.JdkConstants$CursorType
[WARNING]   - org.intellij.lang.annotations.JdkConstants$FlowLayoutAlignment
[WARNING]   - org.intellij.lang.annotations.JdkConstants$FontStyle
[WARNING]   - org.intellij.lang.annotations.JdkConstants$HorizontalAlignment
[WARNING]   - 42 more...
[WARNING] jetty-plus-10.0.15.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-plus-10.0.15.jar-0.7.0-SNAPSHOT.jar define 27 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-plus/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-plus/pom.xml
[WARNING]   - org.eclipse.jetty.plus.annotation.ContainerInitializer
[WARNING]   - org.eclipse.jetty.plus.annotation.Injection
[WARNING]   - org.eclipse.jetty.plus.annotation.InjectionCollection
[WARNING]   - org.eclipse.jetty.plus.annotation.LifeCycleCallback
[WARNING]   - org.eclipse.jetty.plus.annotation.LifeCycleCallbackCollection
[WARNING]   - org.eclipse.jetty.plus.annotation.PostConstructCallback
[WARNING]   - org.eclipse.jetty.plus.annotation.PreDestroyCallback
[WARNING]   - org.eclipse.jetty.plus.annotation.RunAs
[WARNING]   - 17 more...
[WARNING] javax.websocket-api-1.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javax.websocket-api-1.0.jar-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/javax.websocket/javax.websocket-api/pom.properties
[WARNING]   - META-INF/maven/javax.websocket/javax.websocket-api/pom.xml
[WARNING] log4j-core-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1138 overlapping classes and resources: 
[WARNING]   - Log4j-config.xsd
[WARNING]   - Log4j-events.dtd
[WARNING]   - Log4j-events.xsd
[WARNING]   - Log4j-levels.xsd
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.core.util.SystemClock
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-core/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-core/pom.xml
[WARNING]   - META-INF/services/javax.annotation.processing.Processor
[WARNING]   - META-INF/services/org.apache.logging.log4j.core.util.ContextDataProvider
[WARNING]   - META-INF/services/org.apache.logging.log4j.message.ThreadDumpMessage$ThreadInfoFactory
[WARNING]   - 1128 more...
[WARNING] org.eclipse.core.runtime-3.7.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.runtime-3.7.0.jar-0.7.0-SNAPSHOT.jar define 30 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.preferences.legacy.InitLegacyPreferences
[WARNING]   - org.eclipse.core.internal.preferences.legacy.PreferenceForwarder
[WARNING]   - org.eclipse.core.internal.preferences.legacy.ProductPreferencesService
[WARNING]   - org.eclipse.core.internal.runtime.CompatibilityHelper
[WARNING]   - org.eclipse.core.internal.runtime.InternalPlatform
[WARNING]   - org.eclipse.core.internal.runtime.Log
[WARNING]   - org.eclipse.core.internal.runtime.Log$1
[WARNING]   - org.eclipse.core.internal.runtime.Messages
[WARNING]   - org.eclipse.core.internal.runtime.PerformanceStatsProcessor
[WARNING]   - org.eclipse.core.internal.runtime.PlatformActivator
[WARNING]   - 20 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.lsp4j.websocket-0.21.0-SNAPSHOT.jar define 5 overlapping classes: 
[WARNING]   - org.eclipse.lsp4j.websocket.WebSocketEndpoint
[WARNING]   - org.eclipse.lsp4j.websocket.WebSocketLauncherBuilder
[WARNING]   - org.eclipse.lsp4j.websocket.WebSocketMessageConsumer
[WARNING]   - org.eclipse.lsp4j.websocket.WebSocketMessageConsumer$WebSocketSendHandler
[WARNING]   - org.eclipse.lsp4j.websocket.WebSocketMessageHandler
[WARNING] kotlin-stdlib-1.4.10.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-1.4.10.jar-0.7.0-SNAPSHOT.jar define 860 overlapping classes and resources: 
[WARNING]   - META-INF/kotlin-stdlib.kotlin_module
[WARNING]   - kotlin.ArrayIntrinsicsKt
[WARNING]   - kotlin.BuilderInference
[WARNING]   - kotlin.DeepRecursiveFunction
[WARNING]   - kotlin.DeepRecursiveKt
[WARNING]   - kotlin.DeepRecursiveScope
[WARNING]   - kotlin.DeepRecursiveScopeImpl
[WARNING]   - kotlin.DeepRecursiveScopeImpl$crossFunctionCompletion$$inlined$Continuation$1
[WARNING]   - kotlin.Deprecated
[WARNING]   - kotlin.DeprecatedSinceKotlin
[WARNING]   - 850 more...
[WARNING] checker-qual-3.5.0.jar, commons-cli-1.5.0.jar, jakarta.inject-api-2.0.1.jar, javax.servlet-api-3.1.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-commons-cli-1.5.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javax.servlet-api-3.1.0.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/LICENSE.txt
[WARNING] jackson-coreutils-2.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jackson-coreutils-2.0.jar-0.7.0-SNAPSHOT.jar define 16 overlapping classes and resources: 
[WARNING]   - com.github.fge.jackson.JacksonUtils
[WARNING]   - com.github.fge.jackson.JsonLoader
[WARNING]   - com.github.fge.jackson.JsonNodeReader
[WARNING]   - com.github.fge.jackson.JsonNodeReader$1
[WARNING]   - com.github.fge.jackson.JsonNodeReader$JsonParseExceptionBuilder
[WARNING]   - com.github.fge.jackson.JsonNumEquals
[WARNING]   - com.github.fge.jackson.NodeType
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonNodeResolver
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonPointer
[WARNING]   - com.github.fge.jackson.jsonpointer.JsonPointerException
[WARNING]   - 6 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.preferences-3.4.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.preferences-3.4.1.jar define 61 overlapping class and resource: 
[WARNING]   - org.eclipse.core.internal.preferences.AbstractScope
[WARNING]   - org.eclipse.core.internal.preferences.Activator
[WARNING]   - org.eclipse.core.internal.preferences.Base64
[WARNING]   - org.eclipse.core.internal.preferences.BundleDefaultPreferences
[WARNING]   - org.eclipse.core.internal.preferences.ConfigurationPreferences
[WARNING]   - org.eclipse.core.internal.preferences.DefaultPreferences
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$1
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$2
[WARNING]   - org.eclipse.core.internal.preferences.EclipsePreferences$3
[WARNING]   - 51 more...
[WARNING] log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-server-10.0.15.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-javax-client-10.0.15.jar, websocket-javax-server-10.0.15.jar, websocket-server-9.4.44.v20210927.jar define 1 overlapping resource: 
[WARNING]   - META-INF/services/javax.servlet.ServletContainerInitializer
[WARNING] listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/com.google.guava/listenablefuture/pom.properties
[WARNING]   - META-INF/maven/com.google.guava/listenablefuture/pom.xml
[WARNING] org.eclipse.emf.common-2.28.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.common-2.28.0.jar-0.7.0-SNAPSHOT.jar define 231 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.common/pom.xml
[WARNING]   - org.eclipse.emf.common.CommonPlugin
[WARNING]   - org.eclipse.emf.common.CommonPlugin$ElementRecord
[WARNING]   - org.eclipse.emf.common.CommonPlugin$Implementation
[WARNING]   - org.eclipse.emf.common.CommonPlugin$Implementation$Activator
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$1
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$2
[WARNING]   - org.eclipse.emf.common.CommonPlugin$PDEHelper$ActiveModelVisitor
[WARNING]   - 221 more...
[WARNING] antlr-runtime-3.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-antlr-runtime-3.2.jar-0.7.0-SNAPSHOT.jar define 111 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.antlr/antlr-runtime/pom.properties
[WARNING]   - META-INF/maven/org.antlr/antlr-runtime/pom.xml
[WARNING]   - org.antlr.runtime.ANTLRFileStream
[WARNING]   - org.antlr.runtime.ANTLRInputStream
[WARNING]   - org.antlr.runtime.ANTLRReaderStream
[WARNING]   - org.antlr.runtime.ANTLRStringStream
[WARNING]   - org.antlr.runtime.BaseRecognizer
[WARNING]   - org.antlr.runtime.BitSet
[WARNING]   - org.antlr.runtime.CharStream
[WARNING]   - org.antlr.runtime.CharStreamState
[WARNING]   - 101 more...
[WARNING] jetty-annotations-10.0.15.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-annotations-10.0.15.jar-0.7.0-SNAPSHOT.jar define 42 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-annotations/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-annotations/pom.xml
[WARNING]   - org.eclipse.jetty.annotations.AbstractDiscoverableAnnotationHandler
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$1
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$ClassInheritanceMap
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$DiscoveredServletContainerInitializerHolder
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$ParserTask
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$ServletContainerInitializerComparator
[WARNING]   - org.eclipse.jetty.annotations.AnnotationConfiguration$ServletContainerInitializerOrdering
[WARNING]   - 32 more...
[WARNING] jakarta.annotation-api-1.3.5.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar-0.7.0-SNAPSHOT.jar define 17 overlapping classes and resources: 
[WARNING]   - META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.properties
[WARNING]   - META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.xml
[WARNING]   - javax.annotation.Generated
[WARNING]   - javax.annotation.ManagedBean
[WARNING]   - javax.annotation.PostConstruct
[WARNING]   - javax.annotation.PreDestroy
[WARNING]   - javax.annotation.Priority
[WARNING]   - javax.annotation.Resource
[WARNING]   - javax.annotation.Resource$AuthenticationType
[WARNING]   - javax.annotation.Resources
[WARNING]   - 7 more...
[WARNING] org.eclipse.emf.transaction-1.8.0.201405281451.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.transaction-1.8.0.201405281451.jar-0.7.0-SNAPSHOT.jar define 111 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf.transaction.plugins/org.eclipse.emf.transaction/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf.transaction.plugins/org.eclipse.emf.transaction/pom.xml
[WARNING]   - org.eclipse.emf.transaction.DemultiplexingListener
[WARNING]   - org.eclipse.emf.transaction.ExceptionHandler
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$1
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$10
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$11
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$12
[WARNING]   - org.eclipse.emf.transaction.NotificationFilter$13
[WARNING]   - 101 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.lib-0.7.0-SNAPSHOT.jar define 2 overlapping resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.lib/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.lib/pom.xml
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.client-0.7.0-SNAPSHOT.jar define 32 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.client/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EObjectSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EObjectSubscriptionListener$ListenerState
[WARNING]   - org.eclipse.emfcloud.modelserver.client.EditingContext
[WARNING]   - org.eclipse.emfcloud.modelserver.client.JsonToEObjectSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.JsonToStringSubscriptionListener
[WARNING]   - org.eclipse.emfcloud.modelserver.client.Model
[WARNING]   - org.eclipse.emfcloud.modelserver.client.ModelServerClient
[WARNING]   - org.eclipse.emfcloud.modelserver.client.ModelServerClientApi
[WARNING]   - 22 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-server-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-server-9.4.44.v20210927.jar define 20 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-server/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.server.HandshakeRFC6455
[WARNING]   - org.eclipse.jetty.websocket.server.MappedWebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration$PersistedWebSocketCreator
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer
[WARNING]   - org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer$Configurator
[WARNING]   - org.eclipse.jetty.websocket.server.ServletWebSocketRequest
[WARNING]   - org.eclipse.jetty.websocket.server.ServletWebSocketResponse
[WARNING]   - 10 more...
[WARNING] javalin-4.3.0.jar, jetty-http-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-javalin-4.3.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-http-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - org/eclipse/jetty/http/encoding.properties
[WARNING] checker-qual-3.5.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-checker-qual-3.5.0.jar-0.7.0-SNAPSHOT.jar define 321 overlapping classes: 
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.CompilerMessageKey
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.CompilerMessageKeyBottom
[WARNING]   - org.checkerframework.checker.compilermsgs.qual.UnknownCompilerMessageKey
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtAlphaCompositingRule
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtColorSpace
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtCursorType
[WARNING]   - org.checkerframework.checker.fenum.qual.AwtFlowLayout
[WARNING]   - org.checkerframework.checker.fenum.qual.Fenum
[WARNING]   - org.checkerframework.checker.fenum.qual.FenumBottom
[WARNING]   - org.checkerframework.checker.fenum.qual.FenumTop
[WARNING]   - 311 more...
[WARNING] kotlin-stdlib-jdk7-1.5.31.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk7-1.5.31.jar-0.7.0-SNAPSHOT.jar define 8 overlapping class and resource: 
[WARNING]   - META-INF/kotlin-stdlib-jdk7.kotlin_module
[WARNING]   - kotlin.internal.jdk7.JDK7PlatformImplementations
[WARNING]   - kotlin.io.path.ExperimentalPathApi
[WARNING]   - kotlin.io.path.PathRelativizer
[WARNING]   - kotlin.io.path.PathsKt
[WARNING]   - kotlin.io.path.PathsKt__PathReadWriteKt
[WARNING]   - kotlin.io.path.PathsKt__PathUtilsKt
[WARNING]   - kotlin.jdk7.AutoCloseableKt
[WARNING] guice-multibindings-4.2.3.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-guice-multibindings-4.2.3.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - README
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.example.model-0.7.0-SNAPSHOT.jar define 20 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.example.model/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Identifiable
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelPackage
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.ModelPackage$Literals
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Task
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.TaskList
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.Transition
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.example.model.impl.IdentifiableImpl
[WARNING]   - 10 more...
[WARNING] asm-tree-9.5.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-asm-tree-9.5.jar-0.7.0-SNAPSHOT.jar define 38 overlapping classes: 
[WARNING]   - org.objectweb.asm.tree.AbstractInsnNode
[WARNING]   - org.objectweb.asm.tree.AnnotationNode
[WARNING]   - org.objectweb.asm.tree.ClassNode
[WARNING]   - org.objectweb.asm.tree.FieldInsnNode
[WARNING]   - org.objectweb.asm.tree.FieldNode
[WARNING]   - org.objectweb.asm.tree.FrameNode
[WARNING]   - org.objectweb.asm.tree.IincInsnNode
[WARNING]   - org.objectweb.asm.tree.InnerClassNode
[WARNING]   - org.objectweb.asm.tree.InsnList
[WARNING]   - org.objectweb.asm.tree.InsnList$InsnListIterator
[WARNING]   - 28 more...
[WARNING] org.eclipse.core.expressions-3.4.300.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.expressions-3.4.300.jar-0.7.0-SNAPSHOT.jar define 53 overlapping class and resource: 
[WARNING]   - org.eclipse.core.expressions.ElementHandler
[WARNING]   - org.eclipse.core.expressions.EvaluationContext
[WARNING]   - org.eclipse.core.expressions.EvaluationResult
[WARNING]   - org.eclipse.core.expressions.Expression
[WARNING]   - org.eclipse.core.expressions.Expression$1
[WARNING]   - org.eclipse.core.expressions.Expression$2
[WARNING]   - org.eclipse.core.expressions.ExpressionConverter
[WARNING]   - org.eclipse.core.expressions.ExpressionInfo
[WARNING]   - org.eclipse.core.expressions.ExpressionTagNames
[WARNING]   - org.eclipse.core.expressions.ICountable
[WARNING]   - 43 more...
[WARNING] kotlin-stdlib-jdk8-1.5.31.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-kotlin-stdlib-jdk8-1.5.31.jar-0.7.0-SNAPSHOT.jar define 12 overlapping class and resource: 
[WARNING]   - META-INF/kotlin-stdlib-jdk8.kotlin_module
[WARNING]   - kotlin.collections.jdk8.CollectionsJDK8Kt
[WARNING]   - kotlin.internal.jdk8.JDK8PlatformImplementations
[WARNING]   - kotlin.random.jdk8.PlatformThreadLocalRandom
[WARNING]   - kotlin.streams.jdk8.StreamsKt
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$1
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$2
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$3
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asSequence$$inlined$Sequence$4
[WARNING]   - kotlin.streams.jdk8.StreamsKt$asStream$1
[WARNING]   - 2 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.equinox.app-1.3.100.jar-0.7.0-SNAPSHOT.jar, org.eclipse.equinox.app-1.3.100.jar define 33 overlapping class and resource: 
[WARNING]   - org.eclipse.equinox.app.IApplication
[WARNING]   - org.eclipse.equinox.app.IApplicationContext
[WARNING]   - org.eclipse.equinox.internal.app.Activator
[WARNING]   - org.eclipse.equinox.internal.app.Activator$1
[WARNING]   - org.eclipse.equinox.internal.app.Activator$2
[WARNING]   - org.eclipse.equinox.internal.app.Activator$3
[WARNING]   - org.eclipse.equinox.internal.app.AnyThreadAppLauncher
[WARNING]   - org.eclipse.equinox.internal.app.AppCommands
[WARNING]   - org.eclipse.equinox.internal.app.AppPersistence
[WARNING]   - org.eclipse.equinox.internal.app.AppPersistence$AppTimer
[WARNING]   - 23 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.glsp.server-1.1.0-SNAPSHOT.jar define 242 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.glsp/org.eclipse.glsp.server/pom.xml
[WARNING]   - org.eclipse.glsp.server.actions.AbstractActionHandler
[WARNING]   - org.eclipse.glsp.server.actions.Action
[WARNING]   - org.eclipse.glsp.server.actions.ActionDispatcher
[WARNING]   - org.eclipse.glsp.server.actions.ActionHandler
[WARNING]   - org.eclipse.glsp.server.actions.ActionHandlerRegistry
[WARNING]   - org.eclipse.glsp.server.actions.ActionMessage
[WARNING]   - org.eclipse.glsp.server.actions.ActionRegistry
[WARNING]   - org.eclipse.glsp.server.actions.BasicActionHandler
[WARNING]   - 232 more...
[WARNING] jetty-security-9.4.44.v20210927.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-security-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar define 64 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-security/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty/jetty-security/pom.xml
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService$RolePrincipal
[WARNING]   - org.eclipse.jetty.security.AbstractLoginService$UserPrincipal
[WARNING]   - org.eclipse.jetty.security.AbstractUserAuthentication
[WARNING]   - org.eclipse.jetty.security.Authenticator
[WARNING]   - org.eclipse.jetty.security.Authenticator$AuthConfiguration
[WARNING]   - org.eclipse.jetty.security.Authenticator$Factory
[WARNING]   - org.eclipse.jetty.security.ConfigurableSpnegoLoginService
[WARNING]   - 54 more...
[WARNING] asm-commons-9.5.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-asm-commons-9.5.jar-0.7.0-SNAPSHOT.jar define 27 overlapping classes: 
[WARNING]   - org.objectweb.asm.commons.AdviceAdapter
[WARNING]   - org.objectweb.asm.commons.AnalyzerAdapter
[WARNING]   - org.objectweb.asm.commons.AnnotationRemapper
[WARNING]   - org.objectweb.asm.commons.ClassRemapper
[WARNING]   - org.objectweb.asm.commons.CodeSizeEvaluator
[WARNING]   - org.objectweb.asm.commons.FieldRemapper
[WARNING]   - org.objectweb.asm.commons.GeneratorAdapter
[WARNING]   - org.objectweb.asm.commons.InstructionAdapter
[WARNING]   - org.objectweb.asm.commons.JSRInlinerAdapter
[WARNING]   - org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
[WARNING]   - 17 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.emf-0.7.0-SNAPSHOT.jar define 126 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.emf/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.emf/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultFacetConfig
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelController
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelRepository
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager$1
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelResourceManager$CommandExecutionContext
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelSynchronizer
[WARNING]   - org.eclipse.emfcloud.modelserver.emf.common.DefaultModelURIConverter
[WARNING]   - 116 more...
[WARNING] jakarta.annotation-api-1.3.5.jar, jakarta.inject-api-2.0.1.jar, jetty-javax-websocket-api-1.1.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jakarta.annotation-api-1.3.5.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-jetty-javax-websocket-api-1.1.2.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/NOTICE.md
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-javax-client-10.0.15.jar-0.7.0-SNAPSHOT.jar, websocket-javax-client-10.0.15.jar define 12 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-client/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-javax-client/pom.xml
[WARNING]   - META-INF/services/javax.websocket.ContainerProvider
[WARNING]   - org.eclipse.jetty.websocket.javax.client.JavaxWebSocketClientContainerProvider
[WARNING]   - org.eclipse.jetty.websocket.javax.client.JavaxWebSocketShutdownContainer
[WARNING]   - org.eclipse.jetty.websocket.javax.client.internal.AnnotatedClientEndpointConfig
[WARNING]   - org.eclipse.jetty.websocket.javax.client.internal.BasicClientEndpointConfig
[WARNING]   - org.eclipse.jetty.websocket.javax.client.internal.EmptyConfigurator
[WARNING]   - org.eclipse.jetty.websocket.javax.client.internal.JavaxClientUpgradeRequest
[WARNING]   - org.eclipse.jetty.websocket.javax.client.internal.JavaxWebSocketClientContainer
[WARNING]   - 2 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.glsp.notation.commands-0.7.0-SNAPSHOT.jar define 14 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver.glsp/org.eclipse.emfcloud.modelserver.glsp.notation.commands/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddEdgeCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.AddShapeCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeBoundsCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.ChangeRoutingPointsCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.NotationElementCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.RemoveNotationElementCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeBoundsCommandContribution
[WARNING]   - org.eclipse.emfcloud.modelserver.glsp.notation.commands.contribution.ChangeRoutingPointsCommandContribution
[WARNING]   - 4 more...
[WARNING] guice-7.0.1-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-guice-5.0.1.jar-0.7.0-SNAPSHOT.jar define 482 overlapping classes: 
[WARNING]   - com.google.inject.AbstractModule
[WARNING]   - com.google.inject.Binder
[WARNING]   - com.google.inject.Binding
[WARNING]   - com.google.inject.BindingAnnotation
[WARNING]   - com.google.inject.ConfigurationException
[WARNING]   - com.google.inject.CreationException
[WARNING]   - com.google.inject.Exposed
[WARNING]   - com.google.inject.Guice
[WARNING]   - com.google.inject.ImplementedBy
[WARNING]   - com.google.inject.Inject
[WARNING]   - 472 more...
[WARNING] msg-simple-1.2.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-msg-simple-1.2.jar-0.7.0-SNAPSHOT.jar define 23 overlapping classes: 
[WARNING]   - com.github.fge.msgsimple.InternalBundle
[WARNING]   - com.github.fge.msgsimple.bundle.MessageBundle
[WARNING]   - com.github.fge.msgsimple.bundle.MessageBundleBuilder
[WARNING]   - com.github.fge.msgsimple.bundle.PropertiesBundle
[WARNING]   - com.github.fge.msgsimple.bundle.PropertiesBundle$1
[WARNING]   - com.github.fge.msgsimple.load.MessageBundleLoader
[WARNING]   - com.github.fge.msgsimple.load.MessageBundles
[WARNING]   - com.github.fge.msgsimple.locale.LocaleUtils
[WARNING]   - com.github.fge.msgsimple.provider.LoadingMessageSourceProvider
[WARNING]   - com.github.fge.msgsimple.provider.LoadingMessageSourceProvider$1
[WARNING]   - 13 more...
[WARNING] org.eclipse.emf.ecore.change-2.14.0.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.ecore.change-2.14.0.jar-0.7.0-SNAPSHOT.jar define 41 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.change/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf/org.eclipse.emf.ecore.change/pom.xml
[WARNING]   - model/Change.ecore
[WARNING]   - model/Change.genmodel
[WARNING]   - org.eclipse.emf.ecore.change.ChangeDescription
[WARNING]   - org.eclipse.emf.ecore.change.ChangeFactory
[WARNING]   - org.eclipse.emf.ecore.change.ChangeKind
[WARNING]   - org.eclipse.emf.ecore.change.ChangePackage
[WARNING]   - org.eclipse.emf.ecore.change.ChangePackage$Literals
[WARNING]   - org.eclipse.emf.ecore.change.ChangePlugin
[WARNING]   - 31 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.common-0.7.0-SNAPSHOT.jar define 41 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.common/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.common.APIVersion
[WARNING]   - org.eclipse.emfcloud.modelserver.common.APIVersionRange
[WARNING]   - org.eclipse.emfcloud.modelserver.common.AppEntryPoint
[WARNING]   - org.eclipse.emfcloud.modelserver.common.EntryPointType
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParameters
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParametersV1
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPathParametersV2
[WARNING]   - org.eclipse.emfcloud.modelserver.common.ModelServerPaths
[WARNING]   - 31 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.osgi-3.7.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.osgi-3.7.1.jar define 333 overlapping classes and resources: 
[WARNING]   - hookconfigurators.properties
[WARNING]   - org.eclipse.core.runtime.adaptor.LocationManager
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BasicLocation
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BasicLocation$MockLocker
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.BundleLocalizationImpl
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.CachedManifest
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.ClasspathManifest
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.ContextFinder
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.ContextFinder$1
[WARNING]   - org.eclipse.core.runtime.internal.adaptor.ContextFinder$2
[WARNING]   - 323 more...
[WARNING] org.eclipse.elk.alg.common-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.alg.common-0.8.1.jar-0.7.0-SNAPSHOT.jar define 109 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.alg.common/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.alg.common/pom.xml
[WARNING]   - org.eclipse.elk.alg.common.BowyerWatsonTriangulation
[WARNING]   - org.eclipse.elk.alg.common.ICostFunction
[WARNING]   - org.eclipse.elk.alg.common.NaiveMinST
[WARNING]   - org.eclipse.elk.alg.common.NodeMicroLayout
[WARNING]   - org.eclipse.elk.alg.common.Point
[WARNING]   - org.eclipse.elk.alg.common.Point$Quadrant
[WARNING]   - org.eclipse.elk.alg.common.RectilinearConvexHull
[WARNING]   - org.eclipse.elk.alg.common.RectilinearConvexHull$MaximalElementsEventHandler
[WARNING]   - 99 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.modelserver.edit-0.7.0-SNAPSHOT.jar define 78 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.edit/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emfcloud.modelserver/org.eclipse.emfcloud.modelserver.edit/pom.xml
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandExecutionResult
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandFactory
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandPackage
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCommandPackage$Literals
[WARNING]   - org.eclipse.emfcloud.modelserver.command.CCompoundCommand
[WARNING]   - org.eclipse.emfcloud.modelserver.command.impl.CCommandExecutionResultImpl
[WARNING]   - org.eclipse.emfcloud.modelserver.command.impl.CCommandFactoryImpl
[WARNING]   - 68 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-websocket-api-9.4.44.v20210927.jar-0.7.0-SNAPSHOT.jar, websocket-api-9.4.44.v20210927.jar define 48 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-api/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.jetty.websocket/websocket-api/pom.xml
[WARNING]   - org.eclipse.jetty.websocket.api.BadPayloadException
[WARNING]   - org.eclipse.jetty.websocket.api.BatchMode
[WARNING]   - org.eclipse.jetty.websocket.api.CloseException
[WARNING]   - org.eclipse.jetty.websocket.api.CloseStatus
[WARNING]   - org.eclipse.jetty.websocket.api.InvalidWebSocketException
[WARNING]   - org.eclipse.jetty.websocket.api.MessageTooLargeException
[WARNING]   - org.eclipse.jetty.websocket.api.PolicyViolationException
[WARNING]   - org.eclipse.jetty.websocket.api.ProtocolException
[WARNING]   - 38 more...
[WARNING] org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.xtend.lib-2.20.0.jar-0.7.0-SNAPSHOT.jar, org.eclipse.xtend.lib-2.20.0.jar define 51 overlapping classes: 
[WARNING]   - org.eclipse.xtend.lib.Data
[WARNING]   - org.eclipse.xtend.lib.DataProcessor
[WARNING]   - org.eclipse.xtend.lib.DataProcessor$Util
[WARNING]   - org.eclipse.xtend.lib.DataProcessor$Util$1
[WARNING]   - org.eclipse.xtend.lib.Property
[WARNING]   - org.eclipse.xtend.lib.PropertyProcessor
[WARNING]   - org.eclipse.xtend.lib.annotations.AccessorType
[WARNING]   - org.eclipse.xtend.lib.annotations.Accessors
[WARNING]   - org.eclipse.xtend.lib.annotations.AccessorsProcessor
[WARNING]   - org.eclipse.xtend.lib.annotations.AccessorsProcessor$1
[WARNING]   - 41 more...
[WARNING] org.eclipse.elk.core-0.8.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.elk.core-0.8.1.jar-0.7.0-SNAPSHOT.jar define 190 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.core/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.elk/org.eclipse.elk.core/pom.xml
[WARNING]   - images/Box.svg
[WARNING]   - images/Random.svg
[WARNING]   - images/box_layout.png
[WARNING]   - images/exampleBox.elkt
[WARNING]   - images/exampleRandomizer.elkt
[WARNING]   - images/options/node_size_constraints_full.png
[WARNING]   - images/options/node_size_constraints_full.svg
[WARNING]   - images/options/node_size_constraints_nodelabels.png
[WARNING]   - 180 more...
[WARNING] log4j-core-2.17.1.jar, log4j-web-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-core-2.17.1.jar-0.7.0-SNAPSHOT.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-web-2.17.1.jar-0.7.0-SNAPSHOT.jar define 1 overlapping resource: 
[WARNING]   - META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat
[WARNING] btf-1.3.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-btf-1.3.jar-0.7.0-SNAPSHOT.jar define 3 overlapping classes: 
[WARNING]   - com.github.fge.Builder
[WARNING]   - com.github.fge.Frozen
[WARNING]   - com.github.fge.Thawed
[WARNING] gson-2.10.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-gson-2.10.1.jar-0.7.0-SNAPSHOT.jar define 219 overlapping classes and resources: 
[WARNING]   - META-INF/maven/com.google.code.gson/gson/pom.properties
[WARNING]   - META-INF/maven/com.google.code.gson/gson/pom.xml
[WARNING]   - com.google.gson.ExclusionStrategy
[WARNING]   - com.google.gson.FieldAttributes
[WARNING]   - com.google.gson.FieldNamingPolicy
[WARNING]   - com.google.gson.FieldNamingPolicy$1
[WARNING]   - com.google.gson.FieldNamingPolicy$2
[WARNING]   - com.google.gson.FieldNamingPolicy$3
[WARNING]   - com.google.gson.FieldNamingPolicy$4
[WARNING]   - com.google.gson.FieldNamingPolicy$5
[WARNING]   - 209 more...
[WARNING] org.eclipse.emf.validation-1.8.0.201405281429.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.emf.validation-1.8.0.201405281429.jar-0.7.0-SNAPSHOT.jar define 229 overlapping classes and resources: 
[WARNING]   - META-INF/maven/org.eclipse.emf.validation.plugins/org.eclipse.emf.validation/pom.properties
[WARNING]   - META-INF/maven/org.eclipse.emf.validation.plugins/org.eclipse.emf.validation/pom.xml
[WARNING]   - build.properties
[WARNING]   - model/validation.ecore
[WARNING]   - model/validation.ecorediag
[WARNING]   - model/validation.genmodel
[WARNING]   - org.eclipse.emf.validation.AbstractModelConstraint
[WARNING]   - org.eclipse.emf.validation.EMFEventType
[WARNING]   - org.eclipse.emf.validation.IValidationContext
[WARNING]   - org.eclipse.emf.validation.internal.EMFModelValidationDebugOptions
[WARNING]   - 219 more...
[WARNING] org.eclipse.core.resources-3.7.100.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-org.eclipse.core.resources-3.7.100.jar-0.7.0-SNAPSHOT.jar define 380 overlapping classes and resources: 
[WARNING]   - ant_tasks/resources-ant.jar
[WARNING]   - org.eclipse.core.internal.dtree.AbstractDataTree
[WARNING]   - org.eclipse.core.internal.dtree.AbstractDataTreeNode
[WARNING]   - org.eclipse.core.internal.dtree.DataDeltaNode
[WARNING]   - org.eclipse.core.internal.dtree.DataTree
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeLookup
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeNode
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeReader
[WARNING]   - org.eclipse.core.internal.dtree.DataTreeWriter
[WARNING]   - org.eclipse.core.internal.dtree.DeletedNode
[WARNING]   - 370 more...
[WARNING] log4j-api-2.17.1.jar, org.eclipse.emfcloud.integration.example.glspjavaserver-log4j-api-2.17.1.jar-0.7.0-SNAPSHOT.jar define 183 overlapping classes and resources: 
[WARNING]   - Log4j-charsets.properties
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.Base64Util
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.ProcessIdUtil
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.StackLocator
[WARNING]   - META-INF.versions.9.org.apache.logging.log4j.util.internal.DefaultObjectInputFilter
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-api/pom.properties
[WARNING]   - META-INF/maven/org.apache.logging.log4j/log4j-api/pom.xml
[WARNING]   - META-INF/services/org.apache.logging.log4j.util.PropertySource
[WARNING]   - org.apache.logging.log4j.CloseableThreadContext
[WARNING]   - org.apache.logging.log4j.CloseableThreadContext$1
[WARNING]   - 173 more...
[WARNING] maven-shade-plugin has detected that some class files are
[WARNING] present in two or more JARs. When this happens, only one
[WARNING] single version of the class is copied to the uber jar.
[WARNING] Usually this is not harmful and you can skip these warnings,
[WARNING] otherwise try to manually exclude artifacts based on
[WARNING] mvn dependency:tree -Ddetail=true and the above output.
[WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
[INFO] Attaching shaded artifact.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.emfcloud.integration.example.parent 0.7.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.emfcloud.integration.example.parent .... SUCCESS [  1.902 s]
[INFO] org.eclipse.emfcloud.integration.example.modelserver SUCCESS [01:16 min]
[INFO] org.eclipse.emfcloud.integration.example.glspjavaserver SUCCESS [ 51.400 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:10 min
[INFO] Finished at: 2023-05-08T20:25:02Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: modelserver-glsp-integration example - client)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
Install dependencies
[Pipeline] sh
+ yarn simpleInstall
yarn run v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
$ yarn install --ignore-scripts
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
warning @puppeteer/browsers@0.4.1: Invalid bin entry for "@puppeteer/browsers" (in "@puppeteer/browsers").
[4/5] Linking dependencies...
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.0.0" has unmet peer dependency "reflect-metadata@>=0.1.13".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/core@^1.33.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/process@^1.33.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/workspace@^1.33.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC07" has unmet peer dependency "@theia/core@^1.34.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC07" has unmet peer dependency "@theia/filesystem@^1.34.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC07" has unmet peer dependency "@theia/messages@^1.34.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC07" has unmet peer dependency "@theia/monaco@^1.34.0".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > @eclipse-emfcloud/tasklist-glsp > @eclipse-glsp/client > @eclipse-glsp/protocol@1.1.0-RC07" has unmet peer dependency "inversify@^5.1.1".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > tasklist-browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > tasklist-browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-b0ec15c8-ab36-49d0-a7e3-94da4e77e5d5 > tasklist-browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0".
[5/5] Building fresh packages...
warning Ignored scripts due to flag.
Done in 43.52s.
[Pipeline] echo
Upgrade versions
[Pipeline] sh
+ yarn upgrade:latest
yarn run v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
$ lerna run upgrade:latest
lerna notice cli v6.4.1
lerna info ci enabled
lerna info Executing command in 3 packages: "yarn run upgrade:latest"
@eclipse-emfcloud/tasklist-glsp: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-glsp: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-glsp: $ ncu @eclipse-glsp* --target @rc -u
@eclipse-emfcloud/tasklist-glsp: Using yarn
@eclipse-emfcloud/tasklist-glsp: Upgrading /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client/tasklist-glsp/package.json
@eclipse-emfcloud/tasklist-glsp:  @eclipse-glsp/client  1.1.0-RC07  →  1.1.0-RC08
@eclipse-emfcloud/tasklist-glsp: Run yarn install to install new versions.
@eclipse-emfcloud/tasklist-theia: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-theia: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-theia: $ ncu @eclipse-emfcloud/modelserver-* --target @next -u && ncu @eclipse-glsp* --target @rc -u
@eclipse-emfcloud/tasklist-theia: Using yarn
@eclipse-emfcloud/tasklist-theia: Upgrading /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client/tasklist-theia/package.json
@eclipse-emfcloud/tasklist-theia: All dependencies match the @next package versions :)
@eclipse-emfcloud/tasklist-theia: Using yarn
@eclipse-emfcloud/tasklist-theia: Upgrading /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client/tasklist-theia/package.json
@eclipse-emfcloud/tasklist-theia:  @eclipse-glsp/client             1.1.0-RC07  →  1.1.0-RC08
@eclipse-emfcloud/tasklist-theia:  @eclipse-glsp/theia-integration  1.1.0-RC07  →  1.1.0-RC08
@eclipse-emfcloud/tasklist-theia: Run yarn install to install new versions.
tasklist-browser-app: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
tasklist-browser-app: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
tasklist-browser-app: $ ncu @theia* --target @latest -u
tasklist-browser-app: Using yarn
tasklist-browser-app: Upgrading /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client/tasklist-browser-app/package.json
tasklist-browser-app:  @theia/cli          ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/core         ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/editor       ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/filesystem   ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/markers      ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/messages     ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/monaco       ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/navigator    ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/preferences  ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/process      ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/terminal     ^1.36.0  →  ^1.37.0
tasklist-browser-app:  @theia/workspace    ^1.36.0  →  ^1.37.0
tasklist-browser-app: Run yarn install to install new versions.
lerna success run Ran npm script 'upgrade:latest' in 3 packages in 13.2s:
lerna success - tasklist-browser-app
lerna success - @eclipse-emfcloud/tasklist-glsp
lerna success - @eclipse-emfcloud/tasklist-theia
Done in 13.82s.
[Pipeline] echo
Build client
[Pipeline] sh
+ yarn
yarn install v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.0.0" has unmet peer dependency "reflect-metadata@>=0.1.13".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/core@^1.33.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/process@^1.33.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-emfcloud/modelserver-theia@0.8.0-next.f465139.96" has unmet peer dependency "@theia/workspace@^1.33.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC08" has unmet peer dependency "@theia/core@^1.34.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC08" has unmet peer dependency "@theia/filesystem@^1.34.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC08" has unmet peer dependency "@theia/messages@^1.34.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-theia > @eclipse-glsp/theia-integration@1.1.0-RC08" has unmet peer dependency "@theia/monaco@^1.34.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > tasklist-browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > tasklist-browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > tasklist-browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-cdca3120-257f-4ee2-9b2f-c6fa5c130370 > @eclipse-emfcloud/tasklist-glsp > @eclipse-glsp/client > @eclipse-glsp/protocol@1.1.0-RC08" has unmet peer dependency "inversify@^5.1.1".
[5/5] Building fresh packages...
success Saved lockfile.
$ lerna run prepare
lerna notice cli v6.4.1
lerna info ci enabled
lerna info Executing command in 3 packages: "yarn run prepare"
@eclipse-emfcloud/tasklist-glsp: yarn run v1.22.19
@eclipse-emfcloud/tasklist-glsp: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-glsp: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-glsp: $ yarn clean && yarn build && yarn lint
@eclipse-emfcloud/tasklist-glsp: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-glsp: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-glsp: $ rimraf tsconfig.tsbuildinfo lib
@eclipse-emfcloud/tasklist-glsp: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-glsp: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-glsp: $ tsc
@eclipse-emfcloud/tasklist-glsp: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-glsp: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-glsp: $ eslint -c ../.eslintrc.js --ext .ts,.tsx ./src
@eclipse-emfcloud/tasklist-glsp: Done in 9.61s.
@eclipse-emfcloud/tasklist-theia: yarn run v1.22.19
@eclipse-emfcloud/tasklist-theia: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-theia: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-theia: $ yarn  clean && yarn build && yarn lint
@eclipse-emfcloud/tasklist-theia: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-theia: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-theia: $ rimraf tsconfig.tsbuildinfo lib
@eclipse-emfcloud/tasklist-theia: warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
@eclipse-emfcloud/tasklist-theia: warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
@eclipse-emfcloud/tasklist-theia: $ tsc
@eclipse-emfcloud/tasklist-theia: src/browser/diagram/diagram-configuration.ts(18,14): error TS2515: Non-abstract class 'TaskListDiagramConfiguration' does not implement inherited abstract member 'configureContainer' from class 'GLSPDiagramConfiguration'.
@eclipse-emfcloud/tasklist-theia: error Command failed with exit code 2.
@eclipse-emfcloud/tasklist-theia: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@eclipse-emfcloud/tasklist-theia: error Command failed with exit code 2.
@eclipse-emfcloud/tasklist-theia: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
lerna ERR! yarn run prepare exited 2 in '@eclipse-emfcloud/tasklist-theia'
error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Model Server GLSP Integration Build result FAILURE: Send email notification to emfcloud-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: emfcloud-build@xxxxxxxxxxx

Back to the top