Started by upstream project "orbit-simrel-maven-osgi" build number 314 originally caused by: Started by user Ed Merks Running as Ed Merks Obtained orbit-aggregation/OrbitAggregation.jenkinsfile from git https://github.com/eclipse-orbit/orbit-simrel.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-f548k is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-f548k" namespace: "orbit" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.orbit.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-f548k" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-f548k" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-orbit" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on basic-f548k in /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] echo BUILD_TYPE=nightly PROMOTE=true ORBIT_LEGACY=https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest MAVEN_OSGI=https://download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/latest MAVEN_BND=https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest MAVEN_SIGN=https://download.eclipse.org/tools/orbit/simrel/maven-sign/nightly/latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Using shallow clone with depth 1 Using no checkout clone with sparse checkout. Cloning repository https://github.com/eclipse-orbit/orbit-simrel.git > git init /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation # timeout=10 Fetching upstream changes from https://github.com/eclipse-orbit/orbit-simrel.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-orbit/orbit-simrel.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a5f57c15f8f043383fb1e1315885a46ef1ad92ad (refs/remotes/origin/main) > git config remote.origin.url https://github.com/eclipse-orbit/orbit-simrel.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git config core.sparsecheckout true # timeout=10 > git read-tree -mu HEAD # timeout=10 > git checkout -f a5f57c15f8f043383fb1e1315885a46ef1ad92ad # timeout=10 Commit message: "Update commons-logging to 1.3.1" First time build. Skipping changelog. [Pipeline] echo [GIT_BRANCH:origin/main, GIT_COMMIT:a5f57c15f8f043383fb1e1315885a46ef1ad92ad, GIT_PREVIOUS_COMMIT:f0ecaa1a425534c0ec9700158583410d0f9b0430, GIT_PREVIOUS_SUCCESSFUL_COMMIT:f0ecaa1a425534c0ec9700158583410d0f9b0430, GIT_URL:https://github.com/eclipse-orbit/orbit-simrel.git] [Pipeline] } [Pipeline] // script [Pipeline] } > git rev-list --no-walk f0ecaa1a425534c0ec9700158583410d0f9b0430 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Modify Aggregation) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] readFile [Pipeline] echo [Pipeline] writeFile [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Orbit Aggregation) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.orbit (ssh://genie.orbit@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-7xYBRDOfbCOu/agent.143 SSH_AGENT_PID=145 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation@tmp/private_key_13322997111068911705.key (/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation@tmp/private_key_13322997111068911705.key) [ssh-agent] Started. [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KEYRING or $KEYRING_PASSPHRASE [Pipeline] { [Pipeline] sh + [[ true == false ]] + mvn --no-transfer-progress -Pgpg-sign '-Dgpg.passphrase=****' -Dtycho.pgp.signer.bc.secretKeys=**** -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-aggregation/ -Dorg.eclipse.justj.p2.manager.relative=simrel/orbit-aggregation -Dgit.commit=a5f57c15f8f043383fb1e1315885a46ef1ad92ad -Dbuild.id=349 -Dbuild.type=nightly clean verify Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] [INFO] --< org.eclipse.orbit.aggregation:org.eclipse.orbit.aggregation.parent >-- [INFO] Building org.eclipse.orbit.aggregation.parent 1.0.0-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.aggregation.parent --- [INFO] [INFO] --- tycho-eclipse:4.0.7:eclipse-run (build-repo) @ org.eclipse.orbit.aggregation.parent --- [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Adding repository https://download.eclipse.org/cbi/updates/p2-aggregator/products/nightly/latest [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Xms256M, -Xmx2048M, -Duser.home=/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target, -Dorg.eclipse.cbi.p2repo.maven-bnd=, -Dorg.eclipse.cbi.p2repo.maven-osgi=, -Dorg.eclipse.cbi.p2repo.orbit-legacy=, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240330-1250/org.eclipse.equinox.launcher-1.6.800.v20240330-1250.jar, -install, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work/data, -application, org.eclipse.cbi.p2repo.cli.headless, aggregate, --buildModel, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/orbit.aggr, --buildRoot, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository, --eclipseLogLevel, INFO, --logLevel, INFO, --action, CLEAN_BUILD] Loading all repositories Starting generation of composite repository Adding child meta-data repository https://download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/latest Adding child meta-data repository https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest Adding child meta-data repository https://download.eclipse.org/tools/orbit/simrel/maven-sign/nightly/latest Adding child meta-data repository https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest Done. Took 0 seconds Starting generation of verification feature for validationSet: orbit Done. Took 0 seconds Starting planner verification for validationSet: orbit Verifying config linux,gtk,aarch64... Verifying config linux,gtk,ppc64le... Verifying config linux,gtk,x86_64... Verifying config macosx,cocoa,x86_64... Verifying config macosx,cocoa,aarch64... Verifying config win32,win32,x86_64... Verified config linux,gtk,aarch64... Verified config linux,gtk,ppc64le... Verified config linux,gtk,x86_64... Verified config macosx,cocoa,x86_64... Verified config macosx,cocoa,aarch64... Verified config win32,win32,x86_64... Verification successful Done. Took 8 seconds Starting mirroring of meta-data for validationSet: orbit Mirroring meta-data consisting of 524 units from https://download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/latest Mirroring meta-data consisting of 332 units from https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest Mirroring meta-data consisting of 12 units from https://download.eclipse.org/tools/orbit/simrel/maven-sign/nightly/latest Mirroring meta-data consisting of 10 units from https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest Done. Took 0 seconds Starting generation of categories Done. Took 0 seconds Starting artifacts mirroring Mirroring artifacts from https://download.eclipse.org/tools/orbit/simrel/maven-osgi/nightly/latest - mirroring artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 - mirroring artifact osgi.bundle,org.mandas.docker-client,5.2.2 - mirroring artifact osgi.bundle,org.apache.logging.log4j.api,2.23.1 - mirroring artifact osgi.bundle,com.github.oshi.oshi-core.source,6.6.0 - mirroring artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 - mirroring artifact osgi.bundle,slf4j.nop,2.0.13 - mirroring artifact osgi.bundle,org.apiguardian.api,1.1.2 - mirroring artifact osgi.bundle,com.google.errorprone.annotations.source,2.27.1 - mirroring artifact osgi.bundle,jakarta.activation-api,1.2.2 - mirroring artifact osgi.bundle,bcprov,1.78.1 - mirroring artifact osgi.bundle,com.github.librepdf.openpdf,1.4.2 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-impl,4.0.5 - mirroring artifact osgi.bundle,junit-jupiter-api.source,5.10.2 - mirroring artifact osgi.bundle,org.glassfish.hk2.utils,2.6.1 - mirroring artifact osgi.bundle,junit-platform-suite-commons,1.10.2 - mirroring artifact osgi.bundle,org.apache.commons.math3.source,3.6.1 - mirroring artifact osgi.bundle,org.osgi.dto,1.1.1.202007221806 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.5 - mirroring artifact osgi.bundle,com.github.jnr.constants,0.10.4 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,3.1.6 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.17.1 - mirroring artifact osgi.bundle,com.github.jnr.constants.source,0.10.4 - mirroring artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 - mirroring artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.osgi.service.log,1.5.0.202007221806 - mirroring artifact osgi.bundle,com.google.errorprone.annotations,2.27.1 - mirroring artifact osgi.bundle,org.glassfish.hk2.locator,3.1.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.17.1 - mirroring artifact osgi.bundle,org.apache.sshd.sftp,2.12.1 - mirroring artifact osgi.bundle,bndtools.api,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.mandas.docker-client,7.0.8 - mirroring artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.17.1 - mirroring artifact osgi.bundle,javax.servlet.jsp-api.source,2.3.3 - mirroring artifact osgi.bundle,jakarta.ejb-api.source,3.2.6 - mirroring artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.43.0 - mirroring artifact osgi.bundle,org.apache.commons.cli.source,1.7.0 - mirroring artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 - mirroring artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 - mirroring artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 - mirroring artifact osgi.bundle,org.easymock.source,5.2.0 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server.source,5.0.0 - mirroring artifact osgi.bundle,org.glassfish.hk2.utils.source,3.1.0 - mirroring artifact osgi.bundle,com.google.gson.source,2.10.1 - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.17.1 - mirroring artifact osgi.bundle,org.objectweb.asm.source,9.7.0 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,10.1.16 - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912 - mirroring artifact osgi.bundle,com.google.inject.source,7.0.0 - mirroring artifact osgi.bundle,org.xbill.dns.source,3.5.3 - mirroring artifact osgi.bundle,org.apache.commons.discovery,0.5.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common.source,3.1.6 - mirroring artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,jakarta.jws-api,2.1.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet.source,2.43.0 - mirroring artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 - mirroring artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 - mirroring artifact osgi.bundle,org.apache.felix.http.servlet-api.source,1.2.0 - mirroring artifact osgi.bundle,org.apache.velocity.source,1.7.0 - mirroring artifact osgi.bundle,slf4j.nop.source,1.7.36 - mirroring artifact osgi.bundle,org.snakeyaml.engine,2.7.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.17.1 - mirroring artifact osgi.bundle,javax.el-api.source,3.0.3 - mirroring artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core,2.43.0 - mirroring artifact osgi.bundle,org.mockito.junit-jupiter,5.12.0 - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 - mirroring artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 - mirroring artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 - mirroring artifact osgi.bundle,junit-platform-runner.source,1.10.2 - mirroring artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-codec.source,1.17.0 - mirroring artifact osgi.bundle,org.osgi.util.tracker.source,1.5.4.202109301733 - mirroring artifact osgi.bundle,ca.odell.glazedlists.source,1.11.0 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.15 - mirroring artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.jsoup.source,1.17.2 - mirroring artifact osgi.bundle,jakarta.xml.ws-api,2.3.3 - mirroring artifact osgi.bundle,com.github.jnr.jffi.source,1.3.13 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.5 - mirroring artifact osgi.bundle,org.apache.commons.text.source,1.12.0 - mirroring artifact osgi.bundle,jakarta.activation-api.source,2.1.3 - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 - mirroring artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.17.1 - mirroring artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 - mirroring artifact osgi.bundle,org.xbill.dns,3.5.3 - mirroring artifact osgi.bundle,jakarta.servlet.jsp-api,3.1.1 - mirroring artifact osgi.bundle,org.hamcrest,2.2.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4 - mirroring artifact osgi.bundle,org.jacoco.agent,0.8.12.202403310830 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 - mirroring artifact osgi.bundle,org.apache.commons.collections,3.2.2 - mirroring artifact osgi.bundle,slf4j.api,1.7.36 - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 - mirroring artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 - mirroring artifact osgi.bundle,jakarta.el-api,4.0.0 - mirroring artifact osgi.bundle,jakarta.el-api,5.0.1 - mirroring artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 - mirroring artifact osgi.bundle,jakarta.activation-api.source,1.2.2 - mirroring artifact osgi.bundle,ch.qos.logback.core.source,1.5.6 - mirroring artifact osgi.bundle,biz.aQute.bnd.annotation,7.0.0.202310060912 - mirroring artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 - mirroring artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 - mirroring artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.1 - mirroring artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server,5.0.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations.source,2.17.1 - mirroring artifact osgi.bundle,slf4j.simple.source,1.7.36 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el.source,10.1.16 - mirroring artifact osgi.bundle,jakarta.xml.ws-api.source,2.3.3 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 - mirrored artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 - mirroring artifact osgi.bundle,org.burningwave.jvm-driver,8.16.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.43.0 - mirroring artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable - mirroring artifact osgi.bundle,org.mockito.mockito-core.source,5.12.0 - mirroring artifact osgi.bundle,org.mockito.junit-jupiter.source,5.12.0 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 - mirroring artifact osgi.bundle,org.apache.commons.collections.source,3.2.2 - mirroring artifact osgi.bundle,org.glassfish.hk2.api,2.6.1 - mirroring artifact osgi.bundle,jakarta.xml.soap-api,1.4.2 - mirroring artifact osgi.bundle,org.kohsuke.args4j.source,2.37.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.6 - mirroring artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 - mirroring artifact osgi.bundle,org.apache.velocity,1.7.0 - mirroring artifact osgi.bundle,json.source,20230227.0.0 - mirroring artifact osgi.bundle,org.apache.commons.lang,2.6.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.43.0 - mirroring artifact osgi.bundle,org.glassfish.hk2.api.source,2.6.1 - mirroring artifact osgi.bundle,org.osgi.service.http,1.2.2.202109301733 - mirroring artifact osgi.bundle,jakarta.jws-api.source,2.1.0 - mirroring artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.17.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.43.0 - mirroring artifact osgi.bundle,biz.aQute.bnd.embedded-repo.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,jakarta.security.auth.message-api.source,3.0.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,3.1.6 - mirroring artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.6 - mirroring artifact osgi.bundle,slf4j.nop,1.7.36 - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,2.43.0 - mirroring artifact osgi.bundle,jakarta.security.auth.message-api,2.0.0 - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 - mirroring artifact osgi.bundle,jakarta.ejb-api,3.2.6 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 - mirroring artifact osgi.bundle,bcpg.source,1.78.1 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common,5.0.0 - mirroring artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 - mirroring artifact osgi.bundle,javax.websocket-api,1.1.2 - mirroring artifact osgi.bundle,org.mvel2.source,2.5.2.Final - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,2.43.0 - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 - mirroring artifact osgi.bundle,junit-platform-suite-engine,1.10.2 - mirroring artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.5 - mirroring artifact osgi.bundle,org.mandas.docker-client.source,7.0.8 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client,5.0.0 - mirroring artifact osgi.bundle,bcutil.source,1.78.1 - mirroring artifact osgi.bundle,junit-platform-suite-api,1.10.2 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,2.3.9 - mirroring artifact osgi.bundle,org.jacoco.agent.source,0.8.12.202403310830 - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 - mirroring artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.jacoco.core,0.8.12.202403310830 - mirroring artifact osgi.bundle,slf4j.reload4j,2.0.13 - mirroring artifact osgi.bundle,com.google.guava,33.2.0.jre - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 - mirroring artifact osgi.bundle,jakarta.xml.bind-api,4.0.2 - mirroring artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 - mirroring artifact osgi.bundle,org.objectweb.asm,9.7.0 - mirroring artifact osgi.bundle,org.hamcrest.source,2.2.0 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,10.1.16 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-impl.source,4.0.5 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.15 - mirroring artifact osgi.bundle,jakarta.servlet.jsp-api.source,3.1.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,3.1.6 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.43.0 - mirroring artifact osgi.bundle,javax.servlet-api,3.1.0 - mirroring artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.7.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.6 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 - mirroring artifact osgi.bundle,org.conscrypt.source,2.5.2 - mirroring artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 - mirroring artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,3.1.6 - mirroring artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.mandas.docker-client.source,5.2.2 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api,4.1.0 - mirroring artifact osgi.bundle,junit-platform-runner,1.10.2 - mirroring artifact osgi.bundle,com.google.inject,7.0.0 - mirroring artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api.source,4.1.0 - mirroring artifact osgi.bundle,javassist.source,3.30.2.GA - mirroring artifact osgi.bundle,org.yaml.snakeyaml.source,2.2.0 - mirroring artifact osgi.bundle,org.osgi.service.http.source,1.2.2.202109301733 - mirroring artifact osgi.bundle,com.google.guava.source,33.2.0.jre - mirroring artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 - mirroring artifact osgi.bundle,com.ethlo.time.itu,1.10.2 - mirroring artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 - mirroring artifact osgi.bundle,org.apache.commons.commons-logging.source,1.3.2 - mirroring artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,2.43.0 - mirroring artifact osgi.bundle,org.glassfish.hk2.api,3.1.0 - mirroring artifact osgi.bundle,org.glassfish.hk2.api.source,3.1.0 - mirroring artifact osgi.bundle,org.osgi.service.resolver.source,1.1.1.202007221806 - mirroring artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api.source,3.0.1 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 - mirroring artifact osgi.bundle,jakarta.enterprise.cdi-api,3.0.1 - mirroring artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 - mirroring artifact osgi.bundle,jaxen.source,2.0.0 - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2 - mirroring artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 - mirroring artifact osgi.bundle,javax.servlet-api.source,3.1.0 - mirroring artifact osgi.bundle,com.github.jnr.posix.source,3.1.19 - mirroring artifact osgi.bundle,org.mockito.mockito-core,5.12.0 - mirroring artifact osgi.bundle,org.osgi.service.packageadmin.source,1.2.1.202007221806 - mirroring artifact osgi.bundle,junit-platform-launcher.source,1.10.2 - mirroring artifact osgi.bundle,jakarta.annotation-api,1.3.5 - mirroring artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 - mirroring artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 - mirroring artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 - mirroring artifact osgi.bundle,stax2-api,4.2.2 - mirroring artifact osgi.bundle,org.apache.commons.commons-compress,1.26.1 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 - mirroring artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source,5.0.0 - mirroring artifact osgi.bundle,org.freemarker.freemarker.source,2.3.32.stable - mirroring artifact osgi.bundle,jakarta.websocket-api.source,2.1.1 - mirroring artifact osgi.bundle,org.osgi.dto.source,1.1.1.202007221806 - mirroring artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 - mirroring artifact osgi.bundle,jakarta.servlet-api,4.0.0 - mirroring artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 - mirroring artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 - mirroring artifact osgi.bundle,org.apache.tika.core.source,2.9.2 - mirroring artifact osgi.bundle,org.apache.tika.core,2.9.2 - mirroring artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-core,4.0.5 - mirroring artifact osgi.bundle,jakarta.activation-api,2.1.3 - mirroring artifact osgi.bundle,jakarta.interceptor-api.source,2.2.0 - mirroring artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 - mirroring artifact osgi.bundle,org.objectweb.asm.util,9.7.0 - mirroring artifact osgi.bundle,org.apache.commons.cli,1.7.0 - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3 - mirroring artifact osgi.bundle,jakarta.persistence-api,2.2.3 - mirroring artifact osgi.bundle,org.apache.commons.discovery.source,0.5.0 - mirroring artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 - mirroring artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.172 - mirroring artifact osgi.bundle,org.glassfish.hk2.utils,3.1.0 - mirroring artifact osgi.bundle,com.github.jnr.unixsocket.source,0.38.22 - mirroring artifact osgi.bundle,org.apache.commons.lang.source,2.6.0 - mirroring artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 - mirroring artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core.source,6.6.2 - mirroring artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 - mirroring artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all.source,4.32.0.v20240515-1500 - mirroring artifact osgi.bundle,org.osgi.util.tracker,1.5.4.202109301733 - mirroring artifact osgi.bundle,ch.qos.logback.classic.source,1.5.6 - mirroring artifact osgi.bundle,com.ethlo.time.itu.source,1.10.2 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.17.1 - mirroring artifact osgi.bundle,slf4j.simple.source,2.0.13 - mirroring artifact osgi.bundle,junit-jupiter-engine,5.10.2 - mirroring artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 - mirroring artifact osgi.bundle,com.miglayout.swing.source,11.3.0 - mirroring artifact osgi.bundle,jakarta.el-api.source,5.0.1 - mirroring artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml,2.17.1 - mirroring artifact osgi.bundle,com.github.librepdf.openpdf.source,1.4.2 - mirroring artifact osgi.bundle,org.osgi.service.resolver,1.1.1.202007221806 - mirroring artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 - mirroring artifact osgi.bundle,javax.websocket-api.source,1.1.2 - mirroring artifact osgi.bundle,slf4j.api,2.0.13 - mirroring artifact osgi.bundle,bcprov.source,1.78.1 - mirroring artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 - mirroring artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0 - mirroring artifact osgi.bundle,jaxen,2.0.0 - mirroring artifact osgi.bundle,io.github.classgraph.classgraph,4.8.172 - mirroring artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 - mirroring artifact osgi.bundle,org.apache.commons.jxpath,1.3.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,2.43.0 - mirroring artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 - mirroring artifact osgi.bundle,org.glassfish.hk2.locator.source,2.6.1 - mirroring artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16 - mirroring artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.easymock,5.2.0 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.15 - mirroring artifact osgi.bundle,org.apache.commons.logging,1.2.0 - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,2.3.3 - mirroring artifact osgi.bundle,assertj-core.source,3.25.3 - mirroring artifact osgi.bundle,org.osgi.resource.source,1.0.1.202007221806 - mirroring artifact osgi.bundle,org.jacoco.report,0.8.12.202403310830 - mirroring artifact osgi.bundle,jakarta.ws.rs-api.source,2.1.6 - mirroring artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 - mirroring artifact osgi.bundle,jakarta.websocket-api,2.1.1 - mirroring artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 - mirroring artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 - mirroring artifact osgi.bundle,slf4j.simple,2.0.13 - mirroring artifact osgi.bundle,com.google.gson,2.10.1 - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.1.0 - mirroring artifact osgi.bundle,bcutil,1.78.1 - mirroring artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 - mirroring artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 - mirroring artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 - mirroring artifact osgi.bundle,com.sun.jna.platform,5.14.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-beanutils,1.9.4 - mirroring artifact osgi.bundle,org.osgi.service.url.source,1.0.1.202007221806 - mirroring artifact osgi.bundle,json,20230227.0.0 - mirroring artifact osgi.bundle,junit-platform-engine.source,1.10.2 - mirroring artifact osgi.bundle,org.apache.commons.logging.source,1.2.0 - mirroring artifact osgi.bundle,org.osgi.framework,1.10.0.202007221806 - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,2.43.0 - mirroring artifact osgi.bundle,org.tukaani.xz,1.9.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.17.1 - mirroring artifact osgi.bundle,org.mongodb.mongo-java-driver,3.12.14 - mirroring artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 - mirroring artifact osgi.bundle,org.osgi.service.log.source,1.5.0.202007221806 - mirroring artifact osgi.bundle,junit-jupiter-params,5.10.2 - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model,4.1.0 - mirroring artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 - mirroring artifact osgi.bundle,org.apache.commons.commons-io,2.16.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,3.1.6 - mirroring artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client.source,5.0.0 - mirroring artifact osgi.bundle,org.antlr.antlr4-runtime,4.13.1 - mirroring artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024 - mirroring artifact osgi.bundle,bcpkix.source,1.78.1 - mirroring artifact osgi.bundle,slf4j.api.source,1.7.36 - mirroring artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml,2.17.1 - mirroring artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core,6.6.2 - mirroring artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.17.1 - mirroring artifact osgi.bundle,org.osgi.service.url,1.0.1.202007221806 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.32.0.v20240515-1500 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,2.3.9 - mirroring artifact osgi.bundle,org.objenesis.source,3.4.0 - mirroring artifact osgi.bundle,org.opentest4j.source,1.3.0 - mirroring artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 - mirroring artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source,2.17.1 - mirroring artifact osgi.bundle,jakarta.mail-api,1.6.7 - mirroring artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024 - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 - mirroring artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 - mirroring artifact osgi.bundle,jakarta.ws.rs-api,2.1.6 - mirroring artifact osgi.bundle,jakarta.servlet-api.source,5.0.0 - mirroring artifact osgi.bundle,jakarta.xml.bind-api,2.3.3 - mirroring artifact osgi.bundle,org.opentest4j,1.3.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.17.1 - mirroring artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 - mirroring artifact osgi.bundle,javax.xml.rpc-api.source,1.1.4 - mirroring artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 - mirroring artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.15 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 - mirroring artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 - mirroring artifact osgi.bundle,com.networknt.json-schema-validator.source,1.4.0 - mirroring artifact osgi.bundle,bcpg,1.78.1 - mirroring artifact osgi.bundle,com.github.oshi.oshi-core,6.6.0 - mirroring artifact osgi.bundle,org.apache.commons.lang3,3.14.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-logging,1.3.2 - mirroring artifact osgi.bundle,org.objenesis,3.4.0 - mirroring artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.1 - mirroring artifact osgi.bundle,com.github.jnr.enxio,0.32.17 - mirroring artifact osgi.bundle,org.osgi.service.packageadmin,1.2.1.202007221806 - mirroring artifact osgi.bundle,org.glassfish.hk2.utils.source,2.6.1 - mirroring artifact osgi.bundle,com.miglayout.core.source,11.3.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0 - mirroring artifact osgi.bundle,jakarta.servlet-api,5.0.0 - mirroring artifact osgi.bundle,com.sun.xml.bind.jaxb-core.source,4.0.5 - mirroring artifact osgi.bundle,org.osgi.framework.source,1.10.0.202007221806 - mirroring artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 - mirroring artifact osgi.bundle,junit-platform-engine,1.10.2 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.17.1 - mirroring artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 - mirroring artifact osgi.bundle,org.objectweb.asm.commons,9.7.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.43.0 - mirroring artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.1 - mirroring artifact osgi.bundle,com.ibm.icu,75.1.0 - mirroring artifact osgi.bundle,slf4j.simple,1.7.36 - mirroring artifact osgi.bundle,org.mozilla.rhino.source,1.7.15 - mirroring artifact osgi.bundle,org.burningwave.core.source,12.65.1 - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.6 - mirroring artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 - mirroring artifact osgi.bundle,com.google.inject.assistedinject.source,7.0.0 - mirroring artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 - mirroring artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 - mirroring artifact osgi.bundle,junit-platform-launcher,1.10.2 - mirroring artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 - mirroring artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,10.1.16 - mirroring artifact osgi.bundle,com.github.jnr.ffi.source,2.2.16 - mirroring artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 - mirroring artifact osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.17.1 - mirroring artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 - mirroring artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024 - mirroring artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 - mirroring artifact osgi.bundle,junit-vintage-engine,5.10.2 - mirroring artifact osgi.bundle,org.kohsuke.args4j,2.37.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.6 - mirroring artifact osgi.bundle,javax.el-api,3.0.3 - mirroring artifact osgi.bundle,com.miglayout.core,11.3.0 - mirroring artifact osgi.bundle,com.github.ben-manes.caffeine.source,3.1.8 - mirroring artifact osgi.bundle,org.apache.commons.math3,3.6.1 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,com.networknt.json-schema-validator,1.4.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 - mirroring artifact osgi.bundle,slf4j.reload4j.source,2.0.13 - mirroring artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.17.1 - mirroring artifact osgi.bundle,junit-jupiter-api,5.10.2 - mirroring artifact osgi.bundle,org.apache.log4j.source,1.2.25 - mirroring artifact osgi.bundle,biz.aQute.bnd.embedded-repo,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.jacoco.report.source,0.8.12.202403310830 - mirroring artifact osgi.bundle,assertj-core,3.25.3 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,3.1.6 - mirroring artifact osgi.bundle,org.jacoco.core.source,0.8.12.202403310830 - mirroring artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 - mirroring artifact osgi.bundle,org.osgi.service.startlevel.source,1.1.1.202007221806 - mirroring artifact osgi.bundle,ca.odell.glazedlists,1.11.0 - mirroring artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.7.1 - mirroring artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.17.1 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.5 - mirroring artifact osgi.bundle,org.conscrypt,2.5.2 - mirroring artifact osgi.bundle,junit-platform-commons,1.10.2 - mirroring artifact osgi.bundle,org.apache.felix.http.servlet-api,1.2.0 - mirroring artifact osgi.bundle,jakarta.ws.rs-api.source,3.1.0 - mirroring artifact osgi.bundle,org.jsoup,1.17.2 - mirroring artifact osgi.bundle,org.mongodb.mongo-java-driver.source,3.12.14 - mirroring artifact osgi.bundle,javassist,3.30.2.GA - mirroring artifact osgi.bundle,org.antlr.antlr4-runtime.source,4.13.1 - mirroring artifact osgi.bundle,org.apache.logging.log4j.api.source,2.23.1 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,slf4j.api.source,2.0.13 - mirroring artifact osgi.bundle,com.github.jnr.ffi,2.2.16 - mirroring artifact osgi.bundle,com.github.jnr.posix,3.1.19 - mirroring artifact osgi.bundle,jakarta.annotation-api,2.1.1 - mirroring artifact osgi.bundle,org.glassfish.hk2.locator,2.6.1 - mirroring artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 - mirroring artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 - mirroring artifact osgi.bundle,jakarta.persistence-api.source,2.2.3 - mirroring artifact osgi.bundle,org.mvel2,2.5.2.Final - mirroring artifact osgi.bundle,bcpkix,1.78.1 - mirroring artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024 - mirroring artifact osgi.bundle,org.burningwave.jvm-driver.source,8.16.1 - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 - mirroring artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.43.0 - mirroring artifact osgi.bundle,org.apache.log4j,1.2.25 - mirroring artifact osgi.bundle,jakarta.transaction-api,1.3.3 - mirroring artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.apache.felix.scr,2.2.10 - mirroring artifact osgi.bundle,org.objectweb.asm.tree,9.7.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet,2.43.0 - mirroring artifact osgi.bundle,junit-vintage-engine.source,5.10.2 - mirroring artifact osgi.bundle,ch.qos.logback.classic,1.5.6 - mirroring artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 - mirroring artifact osgi.bundle,jakarta.xml.soap-api.source,1.4.2 - mirrored artifact osgi.bundle,org.apache.logging.log4j.api,2.23.1 - mirroring artifact osgi.bundle,org.osgi.service.startlevel,1.1.1.202007221806 - mirroring artifact osgi.bundle,jakarta.transaction-api.source,2.0.1 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.6 - mirroring artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 - mirroring artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 - mirroring artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 - mirroring artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 - mirroring artifact osgi.bundle,javax.servlet.jsp-api,2.3.3 - mirroring artifact osgi.bundle,org.apiguardian.api.source,1.1.2 - mirroring artifact osgi.bundle,jakarta.interceptor-api,2.2.0 - mirroring artifact osgi.bundle,junit-jupiter-params.source,5.10.2 - mirroring artifact osgi.bundle,jakarta.interceptor-api,1.2.5 - mirroring artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 - mirroring artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 - mirroring artifact osgi.bundle,slf4j.nop.source,2.0.13 - mirroring artifact osgi.bundle,com.miglayout.swing,11.3.0 - mirroring artifact osgi.bundle,org.burningwave.core,12.65.1 - mirroring artifact osgi.bundle,com.github.jnr.enxio.source,0.32.17 - mirroring artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 - mirroring artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 - mirroring artifact osgi.bundle,stax2-api.source,4.2.2 - mirroring artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 - mirroring artifact osgi.bundle,com.sun.el.javax.el,3.0.4 - mirroring artifact osgi.bundle,jakarta.servlet-api,6.0.0 - mirroring artifact osgi.bundle,org.mozilla.rhino,1.7.15 - mirroring artifact osgi.bundle,org.apache.commons.commons-codec,1.17.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,2.43.0 - mirroring artifact osgi.bundle,junit-platform-commons.source,1.10.2 - mirroring artifact osgi.bundle,org.osgi.resource,1.0.1.202007221806 - mirroring artifact osgi.bundle,com.github.jnr.jffi,1.3.13 - mirroring artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 - mirroring artifact osgi.bundle,com.ibm.icu.source,75.1.0 - mirroring artifact osgi.bundle,jakarta.transaction-api,2.0.1 - mirroring artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912 - mirroring artifact osgi.bundle,javax.xml.rpc-api,1.1.4 - mirroring artifact osgi.bundle,jakarta.mail-api.source,1.6.7 - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 - mirroring artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 - mirroring artifact osgi.bundle,org.tukaani.xz.source,1.9.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.6 - mirroring artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 - mirroring artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 - mirroring artifact osgi.bundle,biz.aQute.bnd.annotation.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,org.glassfish.hk2.locator.source,3.1.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,2.43.0 - mirroring artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 - mirroring artifact osgi.bundle,jakarta.el-api.source,4.0.0 - mirroring artifact osgi.bundle,jakarta.security.auth.message-api.source,2.0.0 - mirroring artifact osgi.bundle,ch.qos.logback.core,1.5.6 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 - mirroring artifact osgi.bundle,jakarta.security.auth.message-api,3.0.0 - mirroring artifact osgi.bundle,org.apache.commons.text,1.12.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core.source,2.43.0 - mirrored artifact osgi.bundle,org.mandas.docker-client,5.2.2 - mirrored artifact osgi.bundle,com.github.oshi.oshi-core.source,6.6.0 - mirrored artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 - mirrored artifact osgi.bundle,slf4j.nop,2.0.13 - mirrored artifact osgi.bundle,org.apiguardian.api,1.1.2 - mirrored artifact osgi.bundle,com.google.errorprone.annotations.source,2.27.1 - mirrored artifact osgi.bundle,jakarta.activation-api,1.2.2 - mirrored artifact osgi.bundle,com.github.librepdf.openpdf,1.4.2 - mirrored artifact osgi.bundle,bcprov,1.78.1 - mirrored artifact osgi.bundle,junit-jupiter-api.source,5.10.2 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-impl,4.0.5 - mirrored artifact osgi.bundle,junit-platform-suite-commons,1.10.2 - mirrored artifact osgi.bundle,org.glassfish.hk2.utils,2.6.1 - mirrored artifact osgi.bundle,org.osgi.dto,1.1.1.202007221806 - mirrored artifact osgi.bundle,org.apache.commons.math3.source,3.6.1 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.5 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,3.1.6 - mirrored artifact osgi.bundle,com.github.jnr.constants,0.10.4 - mirrored artifact osgi.bundle,com.github.jnr.constants.source,0.10.4 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.17.1 - mirrored artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 - mirrored artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.osgi.service.log,1.5.0.202007221806 - mirrored artifact osgi.bundle,com.google.errorprone.annotations,2.27.1 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.17.1 - mirrored artifact osgi.bundle,org.glassfish.hk2.locator,3.1.0 - mirrored artifact osgi.bundle,bndtools.api,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.sshd.sftp,2.12.1 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.17.1 - mirrored artifact osgi.bundle,javax.servlet.jsp-api.source,2.3.3 - mirrored artifact osgi.bundle,jakarta.ejb-api.source,3.2.6 - mirrored artifact osgi.bundle,org.mandas.docker-client,7.0.8 - mirrored artifact osgi.bundle,org.osgi.util.measurement,1.0.2.201802012109 - mirrored artifact osgi.bundle,org.apache.commons.cli.source,1.7.0 - mirrored artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 - mirrored artifact osgi.bundle,jakarta.websocket-client-api,2.1.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.43.0 - mirrored artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server.source,5.0.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.utils.source,3.1.0 - mirrored artifact osgi.bundle,com.google.gson.source,2.10.1 - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.17.1 - mirrored artifact osgi.bundle,org.easymock.source,5.2.0 - mirrored artifact osgi.bundle,org.objectweb.asm.source,9.7.0 - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,10.1.16 - mirrored artifact osgi.bundle,com.google.inject.source,7.0.0 - mirrored artifact osgi.bundle,org.apache.commons.discovery,0.5.0 - mirrored artifact osgi.bundle,org.xbill.dns.source,3.5.3 - mirrored artifact osgi.bundle,bndtools.api.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.jws-api,2.1.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet.source,2.43.0 - mirrored artifact osgi.bundle,org.osgi.service.repository.source,1.1.0.201505202024 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common.source,3.1.6 - mirrored artifact osgi.bundle,org.apache.felix.http.servlet-api.source,1.2.0 - mirrored artifact osgi.bundle,org.apache.velocity.source,1.7.0 - mirrored artifact osgi.bundle,slf4j.nop.source,1.7.36 - mirrored artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 - mirrored artifact osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.17.1 - mirrored artifact osgi.bundle,org.snakeyaml.engine,2.7.0 - mirrored artifact osgi.bundle,javax.el-api.source,3.0.3 - mirrored artifact osgi.bundle,org.mockito.junit-jupiter,5.12.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core,2.43.0 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 - mirrored artifact osgi.bundle,org.apache.felix.scr.source,2.2.10 - mirrored artifact osgi.bundle,junit-platform-runner.source,1.10.2 - mirrored artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0 - mirrored artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.commons.commons-codec.source,1.17.0 - mirrored artifact osgi.bundle,org.osgi.util.tracker.source,1.5.4.202109301733 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.14.15 - mirrored artifact osgi.bundle,ca.odell.glazedlists.source,1.11.0 - mirrored artifact osgi.bundle,org.jsoup.source,1.17.2 - mirrored artifact osgi.bundle,biz.aQute.bndlib.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.xml.ws-api,2.3.3 - mirrored artifact osgi.bundle,com.github.jnr.jffi.source,1.3.13 - mirrored artifact osgi.bundle,org.apache.commons.text.source,1.12.0 - mirrored artifact osgi.bundle,jakarta.activation-api.source,2.1.3 - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.17.1 - mirrored artifact osgi.bundle,org.osgi.service.wireadmin.source,1.0.2.202109301733 - mirrored artifact osgi.bundle,org.xbill.dns,3.5.3 - mirrored artifact osgi.bundle,jakarta.servlet.jsp-api,3.1.1 - mirrored artifact osgi.bundle,org.hamcrest,2.2.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-beanutils.source,1.9.4 - mirrored artifact osgi.bundle,org.jacoco.agent,0.8.12.202403310830 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,1.0.5 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.5 - mirrored artifact osgi.bundle,org.apache.commons.collections,3.2.2 - mirrored artifact osgi.bundle,slf4j.api,1.7.36 - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.83 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 - mirrored artifact osgi.bundle,jakarta.el-api,4.0.0 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.83 - mirrored artifact osgi.bundle,jakarta.el-api,5.0.1 - mirrored artifact osgi.bundle,jakarta.activation-api.source,1.2.2 - mirrored artifact osgi.bundle,ch.qos.logback.core.source,1.5.6 - mirrored artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 - mirrored artifact osgi.bundle,biz.aQute.bnd.annotation,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 - mirrored artifact osgi.bundle,junit-platform-suite-engine.source,1.10.2 - mirrored artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server,5.0.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations.source,2.17.1 - mirrored artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.1 - mirrored artifact osgi.bundle,slf4j.simple.source,1.7.36 - mirrored artifact osgi.bundle,jakarta.xml.ws-api.source,2.3.3 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,10.1.16 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.43.0 - mirrored artifact osgi.bundle,org.burningwave.jvm-driver,8.16.1 - mirrored artifact osgi.bundle,org.mockito.mockito-core.source,5.12.0 - mirrored artifact osgi.bundle,org.mockito.junit-jupiter.source,5.12.0 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,1.0.5 - mirrored artifact osgi.bundle,org.apache.commons.collections.source,3.2.2 - mirrored artifact osgi.bundle,org.freemarker.freemarker,2.3.32.stable - mirrored artifact osgi.bundle,jakarta.xml.soap-api,1.4.2 - mirrored artifact osgi.bundle,org.glassfish.hk2.api,2.6.1 - mirrored artifact osgi.bundle,org.kohsuke.args4j.source,2.37.0 - mirrored artifact osgi.bundle,com.github.jnr.unixsocket,0.38.22 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.6 - mirrored artifact osgi.bundle,json.source,20230227.0.0 - mirrored artifact osgi.bundle,org.apache.velocity,1.7.0 - mirrored artifact osgi.bundle,org.apache.commons.lang,2.6.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.43.0 - mirrored artifact osgi.bundle,org.osgi.service.http,1.2.2.202109301733 - mirrored artifact osgi.bundle,org.glassfish.hk2.api.source,2.6.1 - mirrored artifact osgi.bundle,jakarta.jws-api.source,2.1.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.17.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.43.0 - mirrored artifact osgi.bundle,biz.aQute.bnd.embedded-repo.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api.source,3.0.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,3.1.6 - mirrored artifact osgi.bundle,junit-platform-suite-api.source,1.10.2 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,3.1.6 - mirrored artifact osgi.bundle,slf4j.nop,1.7.36 - mirrored artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api,2.0.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,2.43.0 - mirrored artifact osgi.bundle,jakarta.ejb-api,3.2.6 - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 - mirrored artifact osgi.bundle,org.osgi.service.event.source,1.4.1.202109301733 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common,5.0.0 - mirrored artifact osgi.bundle,bcpg.source,1.78.1 - mirrored artifact osgi.bundle,com.google.guava.failureaccess.source,1.0.2 - mirrored artifact osgi.bundle,javax.websocket-api,1.1.2 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,2.43.0 - mirrored artifact osgi.bundle,org.mvel2.source,2.5.2.Final - mirrored artifact osgi.bundle,junit-platform-suite-engine,1.10.2 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 - mirrored artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.5 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client,5.0.0 - mirrored artifact osgi.bundle,org.mandas.docker-client.source,7.0.8 - mirrored artifact osgi.bundle,junit-platform-suite-api,1.10.2 - mirrored artifact osgi.bundle,bcutil.source,1.78.1 - mirrored artifact osgi.bundle,org.jacoco.agent.source,0.8.12.202403310830 - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 - mirrored artifact osgi.bundle,biz.aQute.resolve.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.jacoco.core,0.8.12.202403310830 - mirrored artifact osgi.bundle,slf4j.reload4j,2.0.13 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,2.3.9 - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 - mirrored artifact osgi.bundle,jakarta.xml.bind-api,4.0.2 - mirrored artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 - mirrored artifact osgi.bundle,org.objectweb.asm,9.7.0 - mirrored artifact osgi.bundle,org.hamcrest.source,2.2.0 - mirrored artifact osgi.bundle,com.google.guava,33.2.0.jre - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,10.1.16 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-impl.source,4.0.5 - mirrored artifact osgi.bundle,jakarta.servlet.jsp-api.source,3.1.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,3.1.6 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.43.0 - mirrored artifact osgi.bundle,javax.servlet-api,3.1.0 - mirrored artifact osgi.bundle,com.google.guava.failureaccess,1.0.2 - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver,9.7.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.6 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.15 - mirrored artifact osgi.bundle,org.conscrypt.source,2.5.2 - mirrored artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 - mirrored artifact osgi.bundle,junit-jupiter-engine.source,5.10.2 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,3.1.6 - mirrored artifact osgi.bundle,biz.aQute.bnd.util.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api,4.1.0 - mirrored artifact osgi.bundle,junit-platform-runner,1.10.2 - mirrored artifact osgi.bundle,org.mandas.docker-client.source,5.2.2 - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations.source,1.4.1.202109301733 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api.source,4.1.0 - mirrored artifact osgi.bundle,com.google.inject,7.0.0 - mirrored artifact osgi.bundle,org.yaml.snakeyaml.source,2.2.0 - mirrored artifact osgi.bundle,org.osgi.service.http.source,1.2.2.202109301733 - mirrored artifact osgi.bundle,javassist.source,3.30.2.GA - mirrored artifact osgi.bundle,org.osgi.util.pushstream,1.1.0.202212101352 - mirrored artifact osgi.bundle,com.ethlo.time.itu,1.10.2 - mirrored artifact osgi.bundle,com.sun.el.javax.el.source,3.0.4 - mirrored artifact osgi.bundle,org.apache.commons.commons-logging.source,1.3.2 - mirrored artifact osgi.bundle,org.bndtools.templating.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.felix.gogo.command,1.1.2 - mirrored artifact osgi.bundle,com.google.guava.source,33.2.0.jre - mirrored artifact osgi.bundle,org.glassfish.hk2.api,3.1.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,2.43.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.api.source,3.1.0 - mirrored artifact osgi.bundle,org.osgi.service.resolver.source,1.1.1.202007221806 - mirrored artifact osgi.bundle,org.osgi.service.useradmin,1.1.1.202109301733 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api,2.0.2 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api.source,3.0.1 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api.source,2.0.2 - mirrored artifact osgi.bundle,org.osgi.util.function.source,1.2.0.202109301733 - mirrored artifact osgi.bundle,jakarta.enterprise.cdi-api,3.0.1 - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,4.0.2 - mirrored artifact osgi.bundle,jaxen.source,2.0.0 - mirrored artifact osgi.bundle,jakarta.servlet-api.source,4.0.0 - mirrored artifact osgi.bundle,javax.servlet-api.source,3.1.0 - mirrored artifact osgi.bundle,com.github.jnr.posix.source,3.1.19 - mirrored artifact osgi.bundle,org.osgi.service.packageadmin.source,1.2.1.202007221806 - mirrored artifact osgi.bundle,junit-platform-launcher.source,1.10.2 - mirrored artifact osgi.bundle,org.mockito.mockito-core,5.12.0 - mirrored artifact osgi.bundle,jakarta.annotation-api,1.3.5 - mirrored artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 - mirrored artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 - mirrored artifact osgi.bundle,stax2-api,4.2.2 - mirrored artifact osgi.bundle,org.apache.commons.lang3.source,3.14.0 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api.source,2.0.1 - mirrored artifact osgi.bundle,jakarta.annotation-api.source,2.1.1 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source,5.0.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-compress,1.26.1 - mirrored artifact osgi.bundle,jakarta.websocket-api.source,2.1.1 - mirrored artifact osgi.bundle,org.osgi.dto.source,1.1.1.202007221806 - mirrored artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 - mirrored artifact osgi.bundle,jakarta.servlet-api,4.0.0 - mirrored artifact osgi.bundle,org.freemarker.freemarker.source,2.3.32.stable - mirrored artifact osgi.bundle,org.osgi.service.component,1.5.1.202212101352 - mirrored artifact osgi.bundle,org.sat4j.core.source,2.3.6.v20201214 - mirrored artifact osgi.bundle,org.apache.tika.core.source,2.9.2 - mirrored artifact osgi.bundle,org.bndtools.templates.template,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7 - mirrored artifact osgi.bundle,org.apache.tika.core,2.9.2 - mirrored artifact osgi.bundle,jakarta.activation-api,2.1.3 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-core,4.0.5 - mirrored artifact osgi.bundle,jakarta.interceptor-api.source,2.2.0 - mirrored artifact osgi.bundle,org.osgi.service.metatype.source,1.4.1.202109301733 - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.7.0 - mirrored artifact osgi.bundle,org.apache.commons.cli,1.7.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3 - mirrored artifact osgi.bundle,jakarta.persistence-api,2.2.3 - mirrored artifact osgi.bundle,org.apache.commons.discovery.source,0.5.0 - mirrored artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.172 - mirrored artifact osgi.bundle,org.glassfish.hk2.utils,3.1.0 - mirrored artifact osgi.bundle,com.github.jnr.unixsocket.source,0.38.22 - mirrored artifact osgi.bundle,org.apache.commons.lang.source,2.6.0 - mirrored artifact osgi.bundle,org.osgi.service.upnp,1.2.1.202109301733 - mirrored artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 - mirrored artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core.source,6.6.2 - mirrored artifact osgi.bundle,org.osgi.util.pushstream.source,1.1.0.202212101352 - mirrored artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all.source,4.32.0.v20240515-1500 - mirrored artifact osgi.bundle,org.osgi.util.tracker,1.5.4.202109301733 - mirrored artifact osgi.bundle,com.ethlo.time.itu.source,1.10.2 - mirrored artifact osgi.bundle,ch.qos.logback.classic.source,1.5.6 - mirrored artifact osgi.bundle,slf4j.simple.source,2.0.13 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.17.1 - mirrored artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 - mirrored artifact osgi.bundle,com.miglayout.swing.source,11.3.0 - mirrored artifact osgi.bundle,junit-jupiter-engine,5.10.2 - mirrored artifact osgi.bundle,jakarta.el-api.source,5.0.1 - mirrored artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml,2.17.1 - mirrored artifact osgi.bundle,org.osgi.service.resolver,1.1.1.202007221806 - mirrored artifact osgi.bundle,org.osgi.service.prefs,1.1.2.202109301733 - mirrored artifact osgi.bundle,javax.websocket-api.source,1.1.2 - mirrored artifact osgi.bundle,slf4j.api,2.0.13 - mirrored artifact osgi.bundle,com.github.librepdf.openpdf.source,1.4.2 - mirrored artifact osgi.bundle,jakarta.interceptor-api.source,1.2.5 - mirrored artifact osgi.bundle,org.apache.commons.jxpath.source,1.3.0 - mirrored artifact osgi.bundle,jaxen,2.0.0 - mirrored artifact osgi.bundle,bcprov.source,1.78.1 - mirrored artifact osgi.bundle,io.github.classgraph.classgraph,4.8.172 - mirrored artifact osgi.bundle,org.apache.commons.jxpath,1.3.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,2.43.0 - mirrored artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 - mirrored artifact osgi.bundle,org.glassfish.hk2.locator.source,2.6.1 - mirrored artifact osgi.bundle,org.osgi.annotation.bundle,2.0.0.202202082230 - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload,1.5.0 - mirrored artifact osgi.bundle,org.apache.sshd.osgi,2.12.1 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16 - mirrored artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.15 - mirrored artifact osgi.bundle,org.apache.commons.logging,1.2.0 - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,2.3.3 - mirrored artifact osgi.bundle,assertj-core.source,3.25.3 - mirrored artifact osgi.bundle,org.osgi.resource.source,1.0.1.202007221806 - mirrored artifact osgi.bundle,org.jacoco.report,0.8.12.202403310830 - mirrored artifact osgi.bundle,jakarta.ws.rs-api.source,2.1.6 - mirrored artifact osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 - mirrored artifact osgi.bundle,jakarta.websocket-api,2.1.1 - mirrored artifact osgi.bundle,org.easymock,5.2.0 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.2 - mirrored artifact osgi.bundle,org.osgi.service.cm,1.6.1.202109301733 - mirrored artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 - mirrored artifact osgi.bundle,slf4j.simple,2.0.13 - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.1.0 - mirrored artifact osgi.bundle,com.google.gson,2.10.1 - mirrored artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 - mirrored artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 - mirrored artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 - mirrored artifact osgi.bundle,bcutil,1.78.1 - mirrored artifact osgi.bundle,org.apache.commons.commons-beanutils,1.9.4 - mirrored artifact osgi.bundle,org.osgi.service.url.source,1.0.1.202007221806 - mirrored artifact osgi.bundle,json,20230227.0.0 - mirrored artifact osgi.bundle,junit-platform-engine.source,1.10.2 - mirrored artifact osgi.bundle,org.apache.commons.logging.source,1.2.0 - mirrored artifact osgi.bundle,com.sun.jna.platform,5.14.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,2.43.0 - mirrored artifact osgi.bundle,org.osgi.framework,1.10.0.202007221806 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.17.1 - mirrored artifact osgi.bundle,org.tukaani.xz,1.9.0 - mirrored artifact osgi.bundle,org.osgi.util.measurement.source,1.0.2.201802012109 - mirrored artifact osgi.bundle,org.osgi.service.log.source,1.5.0.202007221806 - mirrored artifact osgi.bundle,junit-jupiter-params,5.10.2 - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model,4.1.0 - mirrored artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.16.1 - mirrored artifact osgi.bundle,org.mongodb.mongo-java-driver,3.12.14 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,3.1.6 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client.source,5.0.0 - mirrored artifact osgi.bundle,org.osgi.namespace.contract,1.0.0.201505202024 - mirrored artifact osgi.bundle,org.antlr.antlr4-runtime,4.13.1 - mirrored artifact osgi.bundle,slf4j.api.source,1.7.36 - mirrored artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml,2.17.1 - mirrored artifact osgi.bundle,bcpkix.source,1.78.1 - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime,1.1.6 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.17.1 - mirrored artifact osgi.bundle,org.osgi.service.url,1.0.1.202007221806 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.32.0.v20240515-1500 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16 - mirrored artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core,6.6.2 - mirrored artifact osgi.bundle,org.objenesis.source,3.4.0 - mirrored artifact osgi.bundle,org.opentest4j.source,1.3.0 - mirrored artifact osgi.bundle,org.osgi.service.upnp.source,1.2.1.202109301733 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis,9.7.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source,2.17.1 - mirrored artifact osgi.bundle,jakarta.mail-api,1.6.7 - mirrored artifact osgi.bundle,org.osgi.namespace.contract.source,1.0.0.201505202024 - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa,0.3.0 - mirrored artifact osgi.bundle,org.yaml.snakeyaml,2.2.0 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,2.3.9 - mirrored artifact osgi.bundle,jakarta.ws.rs-api,2.1.6 - mirrored artifact osgi.bundle,jakarta.xml.bind-api,2.3.3 - mirrored artifact osgi.bundle,org.opentest4j,1.3.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.17.1 - mirrored artifact osgi.bundle,jakarta.servlet-api.source,5.0.0 - mirrored artifact osgi.bundle,javax.xml.rpc-api.source,1.1.4 - mirrored artifact osgi.bundle,org.apache.aries.spifly.dynamic.bundle,1.3.7 - mirrored artifact osgi.bundle,com.google.inject.assistedinject,7.0.0 - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle,7.0.0.202310060912 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.15 - mirrored artifact osgi.bundle,org.osgi.service.provisioning,1.2.0.201505202024 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.83 - mirrored artifact osgi.bundle,com.networknt.json-schema-validator.source,1.4.0 - mirrored artifact osgi.bundle,bcpg,1.78.1 - mirrored artifact osgi.bundle,com.github.oshi.oshi-core,6.6.0 - mirrored artifact osgi.bundle,org.apache.commons.lang3,3.14.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-logging,1.3.2 - mirrored artifact osgi.bundle,org.objenesis,3.4.0 - mirrored artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0 - mirrored artifact osgi.bundle,com.github.jnr.enxio,0.32.17 - mirrored artifact osgi.bundle,org.osgi.service.packageadmin,1.2.1.202007221806 - mirrored artifact osgi.bundle,org.glassfish.hk2.utils.source,2.6.1 - mirrored artifact osgi.bundle,com.miglayout.core.source,11.3.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.1 - mirrored artifact osgi.bundle,org.apache.commons.commons-fileupload.source,1.5.0 - mirrored artifact osgi.bundle,jakarta.servlet-api,5.0.0 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-core.source,4.0.5 - mirrored artifact osgi.bundle,org.osgi.framework.source,1.10.0.202007221806 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 - mirrored artifact osgi.bundle,junit-platform-engine,1.10.2 - mirrored artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.17.1 - mirrored artifact osgi.bundle,org.objectweb.asm.commons,9.7.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.43.0 - mirrored artifact osgi.bundle,org.apache.sshd.sftp.source,2.12.1 - mirrored artifact osgi.bundle,slf4j.simple,1.7.36 - mirrored artifact osgi.bundle,org.mozilla.rhino.source,1.7.15 - mirrored artifact osgi.bundle,org.burningwave.core.source,12.65.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.6 - mirrored artifact osgi.bundle,org.osgi.service.log.stream.source,1.0.0.202109301733 - mirrored artifact osgi.bundle,com.google.inject.assistedinject.source,7.0.0 - mirrored artifact osgi.bundle,org.osgi.annotation.versioning,1.1.2.202109301733 - mirrored artifact osgi.bundle,jakarta.annotation-api.source,1.3.5 - mirrored artifact osgi.bundle,junit-platform-launcher,1.10.2 - mirrored artifact osgi.bundle,org.osgi.annotation.versioning.source,1.1.2.202109301733 - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard.source,1.1.1.202109301733 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,10.1.16 - mirrored artifact osgi.bundle,com.github.jnr.ffi.source,2.2.16 - mirrored artifact osgi.bundle,org.sat4j.core,2.3.6.v20201214 - mirrored artifact osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.17.1 - mirrored artifact osgi.bundle,jakarta.websocket-client-api.source,2.1.1 - mirrored artifact osgi.bundle,org.osgi.namespace.service.source,1.0.0.201505202024 - mirrored artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 - mirrored artifact osgi.bundle,junit-vintage-engine,5.10.2 - mirrored artifact osgi.bundle,org.kohsuke.args4j,2.37.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.6 - mirrored artifact osgi.bundle,javax.el-api,3.0.3 - mirrored artifact osgi.bundle,com.miglayout.core,11.3.0 - mirrored artifact osgi.bundle,com.github.ben-manes.caffeine.source,3.1.8 - mirrored artifact osgi.bundle,org.apache.commons.math3,3.6.1 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,com.networknt.json-schema-validator,1.4.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4,4.4.0 - mirrored artifact osgi.bundle,com.ibm.icu,75.1.0 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp.source,9.0.83 - mirrored artifact osgi.bundle,slf4j.reload4j.source,2.0.13 - mirrored artifact osgi.bundle,junit-jupiter-api,5.10.2 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.17.1 - mirrored artifact osgi.bundle,org.apache.log4j.source,1.2.25 - mirrored artifact osgi.bundle,org.jacoco.report.source,0.8.12.202403310830 - mirrored artifact osgi.bundle,assertj-core,3.25.3 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,3.1.6 - mirrored artifact osgi.bundle,org.jacoco.core.source,0.8.12.202403310830 - mirrored artifact osgi.bundle,org.osgi.service.coordinator,1.0.2.201505202024 - mirrored artifact osgi.bundle,org.osgi.service.startlevel.source,1.1.1.202007221806 - mirrored artifact osgi.bundle,ca.odell.glazedlists,1.11.0 - mirrored artifact osgi.bundle,io.github.toolfactory.jvm-driver.source,9.7.1 - mirrored artifact osgi.bundle,com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations,2.17.1 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.5 - mirrored artifact osgi.bundle,biz.aQute.bnd.embedded-repo,7.0.0.202310060912 - mirrored artifact osgi.bundle,junit-platform-commons,1.10.2 - mirrored artifact osgi.bundle,org.apache.felix.http.servlet-api,1.2.0 - mirrored artifact osgi.bundle,jakarta.ws.rs-api.source,3.1.0 - mirrored artifact osgi.bundle,org.jsoup,1.17.2 - mirrored artifact osgi.bundle,org.mongodb.mongo-java-driver.source,3.12.14 - mirrored artifact osgi.bundle,org.conscrypt,2.5.2 - mirrored artifact osgi.bundle,javassist,3.30.2.GA - mirrored artifact osgi.bundle,org.antlr.antlr4-runtime.source,4.13.1 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,slf4j.api.source,2.0.13 - mirrored artifact osgi.bundle,org.apache.logging.log4j.api.source,2.23.1 - mirrored artifact osgi.bundle,com.github.jnr.posix,3.1.19 - mirrored artifact osgi.bundle,jakarta.annotation-api,2.1.1 - mirrored artifact osgi.bundle,com.github.jnr.ffi,2.2.16 - mirrored artifact osgi.bundle,junit-platform-suite-commons.source,1.10.2 - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 - mirrored artifact osgi.bundle,org.glassfish.hk2.locator,2.6.1 - mirrored artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 - mirrored artifact osgi.bundle,jakarta.persistence-api.source,2.2.3 - mirrored artifact osgi.bundle,org.mvel2,2.5.2.Final - mirrored artifact osgi.bundle,org.osgi.namespace.service,1.0.0.201505202024 - mirrored artifact osgi.bundle,org.burningwave.jvm-driver.source,8.16.1 - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH.source,1.2.3 - mirrored artifact osgi.bundle,bcpkix,1.78.1 - mirrored artifact osgi.bundle,org.bndtools.headless.build.manager.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.log4j,1.2.25 - mirrored artifact osgi.bundle,jakarta.transaction-api,1.3.3 - mirrored artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.43.0 - mirrored artifact osgi.bundle,org.objectweb.asm.tree,9.7.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet,2.43.0 - mirrored artifact osgi.bundle,junit-vintage-engine.source,5.10.2 - mirrored artifact osgi.bundle,org.apache.felix.scr,2.2.10 - mirrored artifact osgi.bundle,ch.qos.logback.classic,1.5.6 - mirrored artifact osgi.bundle,org.sat4j.pb.source,2.3.6.v20201214 - mirrored artifact osgi.bundle,org.osgi.service.startlevel,1.1.1.202007221806 - mirrored artifact osgi.bundle,jakarta.xml.soap-api.source,1.4.2 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.transaction-api.source,2.0.1 - mirrored artifact osgi.bundle,jakarta.servlet-api.source,6.0.0 - mirrored artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.6 - mirrored artifact osgi.bundle,org.sat4j.pb,2.3.6.v20201214 - mirrored artifact osgi.bundle,org.osgi.service.component.annotations,1.5.1.202212101352 - mirrored artifact osgi.bundle,javax.servlet.jsp-api,2.3.3 - mirrored artifact osgi.bundle,org.apiguardian.api.source,1.1.2 - mirrored artifact osgi.bundle,jakarta.interceptor-api,2.2.0 - mirrored artifact osgi.bundle,jakarta.interceptor-api,1.2.5 - mirrored artifact osgi.bundle,junit-jupiter-params.source,5.10.2 - mirrored artifact osgi.bundle,org.osgi.util.promise,1.3.0.202212101352 - mirrored artifact osgi.bundle,slf4j.nop.source,2.0.13 - mirrored artifact osgi.bundle,com.miglayout.swing,11.3.0 - mirrored artifact osgi.bundle,org.burningwave.core,12.65.1 - mirrored artifact osgi.bundle,com.github.jnr.enxio.source,0.32.17 - mirrored artifact osgi.bundle,org.apache.sshd.osgi.source,2.12.1 - mirrored artifact osgi.bundle,org.apache.felix.gogo.command.source,1.1.2 - mirrored artifact osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0 - mirrored artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 - mirrored artifact osgi.bundle,stax2-api.source,4.2.2 - mirrored artifact osgi.bundle,com.sun.el.javax.el,3.0.4 - mirrored artifact osgi.bundle,jakarta.servlet-api,6.0.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-codec,1.17.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,2.43.0 - mirrored artifact osgi.bundle,org.mozilla.rhino,1.7.15 - mirrored artifact osgi.bundle,junit-platform-commons.source,1.10.2 - mirrored artifact osgi.bundle,org.osgi.resource,1.0.1.202007221806 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 - mirrored artifact osgi.bundle,com.github.jnr.jffi,1.3.13 - mirrored artifact osgi.bundle,jakarta.transaction-api,2.0.1 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.plugin.git,7.0.0.202310060912 - mirrored artifact osgi.bundle,javax.xml.rpc-api,1.1.4 - mirrored artifact osgi.bundle,jakarta.mail-api.source,1.6.7 - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus.source,1.0.7 - mirrored artifact osgi.bundle,org.osgi.util.promise.source,1.3.0.202212101352 - mirrored artifact osgi.bundle,org.tukaani.xz.source,1.9.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.6 - mirrored artifact osgi.bundle,org.osgi.service.coordinator.source,1.0.2.201505202024 - mirrored artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 - mirrored artifact osgi.bundle,biz.aQute.bnd.annotation.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,com.ibm.icu.source,75.1.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.locator.source,3.1.0 - mirrored artifact osgi.bundle,io.github.toolfactory.narcissus,1.0.7 - mirrored artifact osgi.bundle,jakarta.el-api.source,4.0.0 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api.source,2.0.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,2.43.0 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.2 - mirrored artifact osgi.bundle,ch.qos.logback.core,1.5.6 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api,3.0.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core.source,2.43.0 - mirrored artifact osgi.bundle,org.apache.commons.text,1.12.0 Mirroring artifacts from https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest - mirroring artifact osgi.bundle,com.zaxxer.sparsebits,1.3.0.v20230929-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 - mirroring artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 - mirroring artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch,4.32.0 - mirroring artifact osgi.bundle,org.commonmark-task-list-items.source,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.3.v20231203-1619 - mirroring artifact osgi.bundle,org.hamcrest.library,1.3.0.v20230809-1000 - mirroring artifact osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant.source,4.32.0 - mirroring artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 - mirroring artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.32.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20230723-0712 - mirroring artifact osgi.bundle,org.commonmark-image-attributes,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2,4.32.0 - mirroring artifact osgi.bundle,org.commonmark,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.lucene,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.32.0 - mirroring artifact osgi.bundle,javax.wsdl,1.6.3.v20230730-0710 - mirroring artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 - mirroring artifact osgi.bundle,com.jgoodies.common.source,1.8.1.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 - mirroring artifact osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces,4.32.0 - mirroring artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.32.0 - mirrored artifact osgi.bundle,com.zaxxer.sparsebits,1.3.0.v20230929-1000 - mirroring artifact osgi.bundle,com.github.virtuald.curvesapi.source,1.8.0.v20230927-1624 - mirroring artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 - mirroring artifact osgi.bundle,org.pushingpixels.trident.source,1.3.0.v20231219-1530 - mirroring artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 - mirroring artifact osgi.bundle,org.commonmark-gfm-tables.source,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 - mirroring artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.cyclonedx.core-java,8.0.3.v20231221-1500 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.commonmark-gfm-strikethrough,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.4.v20231203-1619 - mirroring artifact osgi.bundle,org.apache.lucene.misc,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619 - mirroring artifact osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,com.jcraft.jzlib,1.1.3.v20230916-1400 - mirroring artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant,4.32.0 - mirroring artifact osgi.bundle,org.cyclonedx.core-java.source,8.0.3.v20231221-1500 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.32.0 - mirroring artifact osgi.bundle,org.commonmark-image-attributes.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.32.0 - mirroring artifact osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20230928-1302 - mirroring artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v20240401-1000 - mirroring artifact osgi.bundle,org.apache.axis.source,1.4.1.v20231107-0937 - mirroring artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 - mirroring artifact osgi.bundle,javax.wsdl.source,1.6.3.v20230730-0710 - mirroring artifact osgi.bundle,com.google.javascript.source,0.0.20240317.v20240319-0700 - mirroring artifact osgi.bundle,org.commonmark-gfm-tables,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.32.0 - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.4.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.32.0 - mirroring artifact osgi.bundle,com.jgoodies.forms,1.9.0.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 - mirroring artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.32.0 - mirroring artifact osgi.bundle,org.dom4j.source,2.1.4.v20231001-0922 - mirroring artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20230809-1000 - mirroring artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.lucene.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.32.0 - mirroring artifact osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.32.0 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.32.0 - mirroring artifact osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20230916-1400 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900 - mirroring artifact osgi.bundle,org.apache.poi.source,5.2.5.v20231203-1619 - mirroring artifact osgi.bundle,org.apache.xmlbeans,5.2.0.v20231203-1619 - mirroring artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 - mirroring artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.commonmark-gfm-strikethrough.source,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 - mirroring artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver,4.32.0 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900 - mirroring artifact osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.32.0.v20240401-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.32.0.v20240319-0700 - mirroring artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.32.0 - mirroring artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 - mirroring artifact osgi.bundle,org.commonmark-heading-anchor.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.32.0.v20240319-0700 - mirroring artifact osgi.bundle,org.apache.xmlbeans.source,5.2.0.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v20240401-1000 - mirroring artifact osgi.bundle,org.hamcrest.library,2.2.0.v20230809-1000 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.4.v20231203-1619 - mirroring artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.lucene.sandbox.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,com.google.javascript,0.0.20240317.v20240319-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 - mirroring artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.commonmark-task-list-items,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.lucene.misc.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,com.konghq.unirest-java,3.14.5.v20230803-0817 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.32.0.v20240413-0800 - mirroring artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 - mirroring artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.32.0 - mirroring artifact osgi.bundle,com.konghq.unirest-java.source,3.14.5.v20230803-0817 - mirroring artifact osgi.bundle,com.github.package-url.packageurl-java,1.5.0.v20231221-1500 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.32.0 - mirroring artifact osgi.bundle,org.antlr.runtime,3.5.3.v20230929-1400 - mirroring artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.32.0.v20240316-0700 - mirroring artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 - mirroring artifact osgi.bundle,org.commonmark-yaml-front-matter.source,0.22.0.v20240316-0700 - mirroring artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.32.0.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 - mirroring artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 - mirroring artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.32.0 - mirroring artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.32.0 - mirroring artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000 - mirroring artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.4.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.dom4j,2.1.4.v20231001-0922 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms,4.32.0.v20240327-0800 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.32.0 - mirroring artifact osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5,4.32.0 - mirroring artifact osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302 - mirroring artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,com.jgoodies.common,1.8.1.v20240327-0800 - mirroring artifact osgi.bundle,org.codelibs.nekohtml.source,2.1.3.v20240413-0800 - mirroring artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.32.0.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.commonmark-heading-anchor,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win,4.32.0.v20240401-1000 - mirroring artifact osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.32.0.v20240401-1000 - mirroring artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20240401-1000 - mirroring artifact osgi.bundle,org.apache.xalan.source,2.7.2.v20230928-1302 - mirroring artifact osgi.bundle,org.apache.lucene.queryparser.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800 - mirroring artifact osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20230715-0746 - mirroring artifact osgi.bundle,org.hamcrest.core.source,1.3.0.v20230809-1000 - mirroring artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.32.0 - mirroring artifact osgi.bundle,org.apache.poi.ooxml.schemas.source,5.2.5.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.32.0.v20240413-0800 - mirroring artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl,4.32.0 - mirroring artifact osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.32.0 - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 - mirroring artifact osgi.bundle,org.apache.lucene.queries.source,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.32.0 - mirroring artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x,4.32.0 - mirroring artifact osgi.bundle,org.apache.poi,5.2.5.v20231203-1619 - mirroring artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.3.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.32.0.v20240327-0800 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit,4.32.0 - mirroring artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 - mirroring artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 - mirroring artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.32.0.v20240401-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.32.0 - mirroring artifact osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.32.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.32.0 - mirrored artifact osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712 - mirrored artifact osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch,4.32.0 - mirrored artifact osgi.bundle,org.commonmark-task-list-items.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.3.v20231203-1619 - mirrored artifact osgi.bundle,org.hamcrest.library,1.3.0.v20230809-1000 - mirrored artifact osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant.source,4.32.0 - mirrored artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.32.0 - mirrored artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.32.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20230723-0712 - mirrored artifact osgi.bundle,org.commonmark-image-attributes,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2,4.32.0 - mirrored artifact osgi.bundle,org.commonmark,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.jdom2,2.0.6.v20230720-0727 - mirrored artifact osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.lucene,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.32.0 - mirrored artifact osgi.bundle,javax.wsdl,1.6.3.v20230730-0710 - mirrored artifact osgi.bundle,com.jgoodies.common.source,1.8.1.v20240327-0800 - mirrored artifact osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 - mirrored artifact osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces,4.32.0 - mirrored artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.32.0 - mirrored artifact osgi.bundle,com.github.virtuald.curvesapi.source,1.8.0.v20230927-1624 - mirrored artifact osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.joni.source,2.2.1.v20230703-0749 - mirrored artifact osgi.bundle,org.pushingpixels.trident.source,1.3.0.v20231219-1530 - mirrored artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 - mirrored artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 - mirrored artifact osgi.bundle,org.commonmark-gfm-tables.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-gfm-strikethrough,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.cyclonedx.core-java,8.0.3.v20231221-1500 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.4.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.lucene.misc,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,com.jcraft.jzlib,1.1.3.v20230916-1400 - mirrored artifact osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant,4.32.0 - mirrored artifact osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.32.0 - mirrored artifact osgi.bundle,org.commonmark-image-attributes.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.32.0 - mirrored artifact osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi.source,4.32.0 - mirrored artifact osgi.bundle,org.cyclonedx.core-java.source,8.0.3.v20231221-1500 - mirrored artifact osgi.bundle,org.apache.commons.httpclient,3.1.0.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.axis.source,1.4.1.v20231107-0937 - mirrored artifact osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000 - mirrored artifact osgi.bundle,javax.wsdl.source,1.6.3.v20230730-0710 - mirrored artifact osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20230928-1302 - mirrored artifact osgi.bundle,org.commonmark-gfm-tables,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.32.0 - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400 - mirrored artifact osgi.bundle,com.google.javascript.source,0.0.20240317.v20240319-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.4.v20231203-1619 - mirrored artifact osgi.bundle,com.jgoodies.forms,1.9.0.v20240327-0800 - mirrored artifact osgi.bundle,org.jdom,1.1.3.v20230812-1600 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.32.0 - mirrored artifact osgi.bundle,org.dom4j.source,2.1.4.v20231001-0922 - mirrored artifact osgi.bundle,org.hamcrest.library.source,1.3.0.v20230809-1000 - mirrored artifact osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.lucene.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.32.0 - mirrored artifact osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.32.0 - mirrored artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 - mirrored artifact osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.32.0 - mirrored artifact osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20230916-1400 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-smartcn,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.apache.poi.source,5.2.5.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.xmlbeans,5.2.0.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-gfm-strikethrough.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.jdom.source,1.1.3.v20230812-1600 - mirrored artifact osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver,4.32.0 - mirrored artifact osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 - mirrored artifact osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800 - mirrored artifact osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.32.0.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.lucene.sandbox,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.32.0.v20240319-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-heading-anchor.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.32.0.v20240319-0700 - mirrored artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v20240401-1000 - mirrored artifact osgi.bundle,org.hamcrest.library,2.2.0.v20230809-1000 - mirrored artifact osgi.bundle,org.apache.xmlbeans.source,5.2.0.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.4.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.lucene.sandbox.source,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728 - mirrored artifact osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-task-list-items,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.lucene.misc.source,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,com.konghq.unirest-java,3.14.5.v20230803-0817 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.32.0.v20240413-0800 - mirrored artifact osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 - mirrored artifact osgi.bundle,org.apache.lucene.queryparser,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.32.0 - mirrored artifact osgi.bundle,com.konghq.unirest-java.source,3.14.5.v20230803-0817 - mirrored artifact osgi.bundle,com.github.package-url.packageurl-java,1.5.0.v20231221-1500 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.32.0 - mirrored artifact osgi.bundle,org.antlr.runtime,3.5.3.v20230929-1400 - mirrored artifact osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.32.0.v20240316-0700 - mirrored artifact osgi.bundle,org.aopalliance,1.0.0.v20230720-0728 - mirrored artifact osgi.bundle,org.commonmark-yaml-front-matter.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.junit,4.13.2.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.32.0.v20240327-0800 - mirrored artifact osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306 - mirrored artifact osgi.bundle,org.jcodings,1.0.58.v20230703-0749 - mirrored artifact osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.32.0 - mirrored artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 - mirrored artifact osgi.bundle,com.google.javascript,0.0.20240317.v20240319-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.32.0 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.lucene.analysis-common.source,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.4.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms,4.32.0.v20240327-0800 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.32.0 - mirrored artifact osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000 - mirrored artifact osgi.bundle,org.dom4j,2.1.4.v20231001-0922 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302 - mirrored artifact osgi.bundle,com.jgoodies.common,1.8.1.v20240327-0800 - mirrored artifact osgi.bundle,org.codelibs.nekohtml.source,2.1.3.v20240413-0800 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.32.0.v20240327-0800 - mirrored artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-heading-anchor,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win,4.32.0.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.lucene.core,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.32.0.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.lucene.queryparser.source,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.apache.xalan.source,2.7.2.v20230928-1302 - mirrored artifact osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20230715-0746 - mirrored artifact osgi.bundle,org.hamcrest.core.source,1.3.0.v20230809-1000 - mirrored artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.32.0 - mirrored artifact osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.32.0.v20240413-0800 - mirrored artifact osgi.bundle,org.apache.lucene.core.source,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl,4.32.0 - mirrored artifact osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.32.0 - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 - mirrored artifact osgi.bundle,org.apache.lucene.queries.source,9.10.0.v20240221-0830 - mirrored artifact osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.32.0 - mirrored artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x,4.32.0 - mirrored artifact osgi.bundle,org.apache.poi,5.2.5.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.3.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.32.0.v20240327-0800 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.schemas.source,5.2.5.v20231203-1619 - mirrored artifact osgi.bundle,org.apache.lucene.queries,9.10.0.v20240221-0830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.32.0.v20240401-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.32.0 - mirrored artifact osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.32.0 Mirroring artifacts from https://download.eclipse.org/tools/orbit/simrel/maven-sign/nightly/latest - mirroring artifact osgi.bundle,com.github.jnr.jffi.native.source,1.3.13.v20240215-1616 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna.source,4.32.0 - mirroring artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.jnr.jffi,4.32.0 - mirroring artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.jnr.jffi.source,4.32.0 - mirroring artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna,4.32.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna.source,4.32.0 - mirrored artifact osgi.bundle,com.github.jnr.jffi.native.source,1.3.13.v20240215-1616 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.jnr.jffi,4.32.0 - mirrored artifact osgi.bundle,com.sun.jna.source,5.14.0.v20231211-1200 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.jnr.jffi.source,4.32.0 - mirrored artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna,4.32.0 - mirrored artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 Mirroring artifacts from https://download.eclipse.org/tools/orbit/simrel/orbit-legacy/nightly/latest - mirroring artifact osgi.bundle,org.eclipse.orbit.sun.security.source,0.1.0.v20231006-1251 - mirroring artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 - mirroring artifact osgi.bundle,org.uddi4j.source,2.0.5.v20230923-0644 - mirroring artifact osgi.bundle,org.apache.wsil4j.source,1.0.0.v20230923-0644 - mirroring artifact osgi.bundle,org.eclipse.orbit.sun.security,0.1.0.v20231006-1251 - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.legacy,4.32.0.v20240307-0931 - mirroring artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 - mirroring artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.eclipse.orbit.sun.security.source,0.1.0.v20231006-1251 - mirrored artifact osgi.bundle,org.uddi4j,2.0.5.v20230923-0644 - mirrored artifact osgi.bundle,org.uddi4j.source,2.0.5.v20230923-0644 - mirrored artifact osgi.bundle,org.eclipse.orbit.sun.security,0.1.0.v20231006-1251 - mirrored artifact osgi.bundle,org.apache.wsil4j.source,1.0.0.v20230923-0644 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.legacy,4.32.0.v20240307-0931 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.apache.wsil4j,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 Saving: file:/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final/aggregate XZ compressing: file:/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final/aggregate Done. Took 25 seconds Making the aggregated metadata repository final at file:/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final Making the aggregated artifact repository final at file:/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final [INFO] [INFO] --- tycho-gpg:4.0.7:sign-p2-artifacts (default) @ org.eclipse.orbit.aggregation.parent --- [INFO] Secret key available for public key: 56c407a59abe600886c0ec8473723087c1f58cf8 [INFO] Secret key available for public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] Trying to get the private key of the secret key of public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] Got the private key of the secret key of public key: ae20288fb9ac6b50687499ff5c28247a08c3bba7 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Adding repository file:/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final [INFO] [INFO] --- tycho-eclipse:4.0.7:eclipse-run (promote) @ org.eclipse.orbit.aggregation.parent --- [INFO] Adding repository https://download.eclipse.org/releases/latest [INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest] [INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work-promote/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -install, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work-promote, -configuration, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work-promote/configuration, -data, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work-promote/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, -remote, genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit, -retain, 5, -summary, 4, -label, Orbit Aggregation, -build-url, https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-aggregation/, -root, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync, -relative, simrel/orbit-aggregation, -version-iu, org.eclipse.orbit.maven.osgi.all., -commit, https://github.com/eclipse-orbit/orbit-simrel/commit/a5f57c15f8f043383fb1e1315885a46ef1ad92ad, -target-url, https://download.eclipse.org/tools/orbit, -promote, /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final, -timestamp, 202405151354, -type, nightly, -breadcrumb, Orbit https://projects.eclipse.org/projects/tools.orbit, -mapping, orbit-aggregation->Orbit-Aggregation, -favicon, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg, -body-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg, -title-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg, -simrel-alias] !SESSION 2024-05-15 13:56:16.140 ----------------------------------------------- eclipse.buildId=unknown java.version=17.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -application org.eclipse.justj.p2.manager -remote genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 4 -label Orbit Aggregation -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-aggregation/ -root /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync -relative simrel/orbit-aggregation -version-iu org.eclipse.orbit.maven.osgi.all. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/a5f57c15f8f043383fb1e1315885a46ef1ad92ad -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final -timestamp 202405151354 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping orbit-aggregation->Orbit-Aggregation -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias Command-line arguments: -data /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work-promote/data -consoleLog -application org.eclipse.justj.p2.manager -data @None -remote genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit -retain 5 -summary 4 -label Orbit Aggregation -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-orbit-aggregation/ -root /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync -relative simrel/orbit-aggregation -version-iu org.eclipse.orbit.maven.osgi.all. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/a5f57c15f8f043383fb1e1315885a46ef1ad92ad -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final -timestamp 202405151354 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping orbit-aggregation->Orbit-Aggregation -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias !ENTRY org.eclipse.justj.p2 2 0 2024-05-15 13:56:17.648 !MESSAGE Starting the p2 manager /usr/bin/ssh genie.orbit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation /usr/bin/rsync -avsh --exclude *.zip --exclude *.tar.gz --exclude */features --exclude */plugins --exclude */binary --exclude */.blobstore --exclude *.html --exclude */downloads --exclude */archive genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/ /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation receiving incremental file list ./ 2023-09/ 2023-09/compositeArtifacts.jar 2023-09/compositeContent.jar 2023-09/p2.index 2023-12/ 2023-12/compositeArtifacts.jar 2023-12/compositeContent.jar 2023-12/p2.index 2024-03/ 2024-03/compositeArtifacts.jar 2024-03/compositeContent.jar 2024-03/p2.index 2024-06/ 2024-06/compositeArtifacts.jar 2024-06/compositeContent.jar 2024-06/p2.index milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/p2.index milestone/S202403131322/ milestone/S202403131322/Orbit-Aggregation-Updates-S202403131322.zip.sha256 milestone/S202403131322/Orbit-Aggregation-Updates-S202403131322.zip.sha512 milestone/S202403131322/artifacts.jar milestone/S202403131322/artifacts.xml.xz milestone/S202403131322/content.jar milestone/S202403131322/content.xml.xz milestone/S202403131322/p2.index milestone/S202404031058/ milestone/S202404031058/Orbit-Aggregation-Updates-S202404031058.zip.sha256 milestone/S202404031058/Orbit-Aggregation-Updates-S202404031058.zip.sha512 milestone/S202404031058/artifacts.jar milestone/S202404031058/artifacts.xml.xz milestone/S202404031058/content.jar milestone/S202404031058/content.xml.xz milestone/S202404031058/p2.index milestone/S202404240704/ milestone/S202404240704/Orbit-Aggregation-Updates-S202404240704.zip.sha256 milestone/S202404240704/Orbit-Aggregation-Updates-S202404240704.zip.sha512 milestone/S202404240704/artifacts.jar milestone/S202404240704/artifacts.xml.xz milestone/S202404240704/content.jar milestone/S202404240704/content.xml.xz milestone/S202404240704/p2.index milestone/S202405081342/ milestone/S202405081342/Orbit-Aggregation-Updates-S202405081342.zip.sha256 milestone/S202405081342/Orbit-Aggregation-Updates-S202405081342.zip.sha512 milestone/S202405081342/artifacts.jar milestone/S202405081342/artifacts.xml.xz milestone/S202405081342/content.jar milestone/S202405081342/content.xml.xz milestone/S202405081342/p2.index milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/p2.index nightly/N202405060703/ nightly/N202405060703/Orbit-Aggregation-Updates-N202405060703.zip.sha256 nightly/N202405060703/Orbit-Aggregation-Updates-N202405060703.zip.sha512 nightly/N202405060703/artifacts.jar nightly/N202405060703/artifacts.xml.xz nightly/N202405060703/content.jar nightly/N202405060703/content.xml.xz nightly/N202405060703/p2.index nightly/N202405080806/ nightly/N202405080806/Orbit-Aggregation-Updates-N202405080806.zip.sha256 nightly/N202405080806/Orbit-Aggregation-Updates-N202405080806.zip.sha512 nightly/N202405080806/artifacts.jar nightly/N202405080806/artifacts.xml.xz nightly/N202405080806/content.jar nightly/N202405080806/content.xml.xz nightly/N202405080806/p2.index nightly/N202405081411/ nightly/N202405081411/Orbit-Aggregation-Updates-N202405081411.zip.sha256 nightly/N202405081411/Orbit-Aggregation-Updates-N202405081411.zip.sha512 nightly/N202405081411/artifacts.jar nightly/N202405081411/artifacts.xml.xz nightly/N202405081411/content.jar nightly/N202405081411/content.xml.xz nightly/N202405081411/p2.index nightly/N202405111612/ nightly/N202405111612/Orbit-Aggregation-Updates-N202405111612.zip.sha256 nightly/N202405111612/Orbit-Aggregation-Updates-N202405111612.zip.sha512 nightly/N202405111612/artifacts.jar nightly/N202405111612/artifacts.xml.xz nightly/N202405111612/content.jar nightly/N202405111612/content.xml.xz nightly/N202405111612/p2.index nightly/N202405111658/ nightly/N202405111658/Orbit-Aggregation-Updates-N202405111658.zip.sha256 nightly/N202405111658/Orbit-Aggregation-Updates-N202405111658.zip.sha512 nightly/N202405111658/artifacts.jar nightly/N202405111658/artifacts.xml.xz nightly/N202405111658/content.jar nightly/N202405111658/content.xml.xz nightly/N202405111658/p2.index nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/p2.index release/ release/compositeArtifacts.jar release/compositeContent.jar release/p2.index release/4.29.0/ release/4.29.0/Orbit-Aggregation-Updates-4.29.0.zip.sha256 release/4.29.0/Orbit-Aggregation-Updates-4.29.0.zip.sha512 release/4.29.0/artifacts.jar release/4.29.0/artifacts.xml.xz release/4.29.0/content.jar release/4.29.0/content.xml.xz release/4.29.0/p2.index release/4.30.0/ release/4.30.0/Orbit-Aggregation-Updates-4.30.0.zip.sha256 release/4.30.0/Orbit-Aggregation-Updates-4.30.0.zip.sha512 release/4.30.0/artifacts.jar release/4.30.0/artifacts.xml.xz release/4.30.0/content.jar release/4.30.0/content.xml.xz release/4.30.0/p2.index release/4.31.0/ release/4.31.0/Orbit-Aggregation-Updates-4.31.0.zip.sha256 release/4.31.0/Orbit-Aggregation-Updates-4.31.0.zip.sha512 release/4.31.0/artifacts.jar release/4.31.0/artifacts.xml.xz release/4.31.0/content.jar release/4.31.0/content.xml.xz release/4.31.0/p2.index release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/p2.index sent 2.46K bytes received 15.32M bytes 10.21M bytes/sec total size is 15.31M speedup is 1.00 Promoting nightly /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final to /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync Promoting update site to /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405151354 Mirroring '/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/repository/final' to '/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405151354' !ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-05-15 13:56:36.479 !MESSAGE Messages while mirroring artifact descriptors. !SUBENTRY 1 unknown 0 0 2024-05-15 13:56:36.479 !MESSAGE OK Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/compositeArtifacts.jar Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest/compositeArtifacts.jar Recompose composites: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly <- N202405060703 <- N202405080806 <- N202405081411 <- N202405111612 <- N202405111658 <- N202405151354 Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone <- S202403131322 <- S202404031058 <- S202404240704 <- S202405081342 Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/latest Recompose: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release <- 4.29.0 <- 4.30.0 <- 4.31.0 Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release Composing update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/latest Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-06/latest for /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202405081342 Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-06/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-06/compositeArtifacts.jar Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-03/latest for /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.31.0 Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-03/compositeContent.jar Deleted all releases update site /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-03/compositeArtifacts.jar Deleting /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405060703 Cleaning milestones /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2023-09 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2023-12 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-03 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-06 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202403131322 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202404031058 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202404240704 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202405081342 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/latest Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405060703 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405080806 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405081411 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405111612 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405111658 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405151354 Creating archive /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405151354 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.29.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.30.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.31.0 Generating downloads /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/latest Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/index.html !ENTRY org.eclipse.equinox.p2.metadata 1 0 2024-05-15 13:57:09.921 !MESSAGE No translation source unavailable. Default language will be used. Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-06/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2024-03/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2023-12/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/2023-09/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.31.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.30.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/release/4.29.0/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202405081342/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202404240704/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202404031058/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/milestone/S202403131322/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/latest/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405151354/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405111658/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405111612/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405081411/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/nightly/N202405080806/index.html Generating /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/table.html /usr/bin/rsync -avsh /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/orbit-aggregation-sync/simrel/orbit-aggregation/ genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/ sending incremental file list ./ index.html table.html 2023-09/ 2023-09/index.html 2023-12/ 2023-12/index.html 2024-03/ 2024-03/compositeArtifacts.jar 2024-03/compositeContent.jar 2024-03/index.html 2024-03/p2.index 2024-06/ 2024-06/compositeArtifacts.jar 2024-06/compositeContent.jar 2024-06/index.html 2024-06/p2.index milestone/ milestone/compositeArtifacts.jar milestone/compositeContent.jar milestone/index.html milestone/p2.index milestone/S202403131322/ milestone/S202403131322/index.html milestone/S202404031058/ milestone/S202404031058/index.html milestone/S202404240704/ milestone/S202404240704/index.html milestone/S202405081342/ milestone/S202405081342/index.html milestone/latest/ milestone/latest/compositeArtifacts.jar milestone/latest/compositeContent.jar milestone/latest/index.html milestone/latest/p2.index nightly/ nightly/compositeArtifacts.jar nightly/compositeContent.jar nightly/index.html nightly/p2.index nightly/N202405060703/ nightly/N202405060703/DELETED nightly/N202405080806/ nightly/N202405080806/index.html nightly/N202405081411/ nightly/N202405081411/index.html nightly/N202405111612/ nightly/N202405111612/index.html nightly/N202405111658/ nightly/N202405111658/index.html nightly/N202405151354/ nightly/N202405151354/Orbit-Aggregation-Updates-N202405151354.zip nightly/N202405151354/Orbit-Aggregation-Updates-N202405151354.zip.sha256 nightly/N202405151354/Orbit-Aggregation-Updates-N202405151354.zip.sha512 nightly/N202405151354/artifacts.jar nightly/N202405151354/artifacts.xml.xz nightly/N202405151354/content.jar nightly/N202405151354/content.xml.xz nightly/N202405151354/index.html nightly/N202405151354/p2.index nightly/N202405151354/features/ nightly/N202405151354/features/org.eclipse.orbit.legacy_4.32.0.v20240307-0931.jar nightly/N202405151354/features/org.eclipse.orbit.maven.aopalliance.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.aopalliance_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.jnr.jffi.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.jnr.jffi_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.package-url.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.package-url_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.virtuald.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.github.virtuald_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.google.javascript.source_4.32.0.v20240319-0700.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.google.javascript_4.32.0.v20240319-0700.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jcraft.jsch.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jcraft.jsch_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jcraft.jzlib.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jcraft.jzlib_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jgoodies.common.source_4.32.0.v20240327-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jgoodies.common_4.32.0.v20240327-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jgoodies.forms.source_4.32.0.v20240327-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.jgoodies.forms_4.32.0.v20240327-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.konghq.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.konghq_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.zaxxer.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.com.zaxxer_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.core.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.core_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.deprecated.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.deprecated_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.library.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.hamcrest.library_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.javax.wsdl.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.javax.wsdl_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.jdom2.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.jdom2_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.jnr.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.jnr_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.joni.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.joni_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.junit.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.junit_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.lucene.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.lucene_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.net.java.dev.jna.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.net.java.dev.jna_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.antlr.3.2.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.antlr.3.2_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.antlr.3.x.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.antlr.3.x_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.ant.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.ant_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.axis.ant.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.axis.ant_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.axis.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.axis_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.batik.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.batik_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.commons.httpclient.source_4.32.0.v20240401-1000.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.commons.httpclient_4.32.0.v20240401-1000.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.core5_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source_4.32.0.v20240401-1000.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win_4.32.0.v20240401-1000.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.poi.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.poi_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.ws.commons.util.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.ws.commons.util_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.xmlbeans.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.xmlbeans_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.xmlgraphics.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.apache.xmlgraphics_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.codelibs.nekohtml.source_4.32.0.v20240413-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.codelibs.nekohtml_4.32.0.v20240413-0800.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.commonmark.source_4.32.0.v20240316-0700.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.commonmark_4.32.0.v20240316-0700.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.cyclonedx.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.cyclonedx_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.dom4j.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.dom4j_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.jdom.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.jdom_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.pushingpixels.trident.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.org.pushingpixels.trident_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.osgi.all.source_4.32.0.v20240515-1500.jar nightly/N202405151354/features/org.eclipse.orbit.maven.osgi.all_4.32.0.v20240515-1500.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xalan.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xalan_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xerces.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xerces_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xml-resolver.source_4.32.0.jar nightly/N202405151354/features/org.eclipse.orbit.maven.xml-resolver_4.32.0.jar nightly/N202405151354/plugins/ nightly/N202405151354/plugins/assertj-core.source_3.25.3.jar nightly/N202405151354/plugins/assertj-core_3.25.3.jar nightly/N202405151354/plugins/bcpg.source_1.78.1.jar nightly/N202405151354/plugins/bcpg_1.78.1.jar nightly/N202405151354/plugins/bcpkix.source_1.78.1.jar nightly/N202405151354/plugins/bcpkix_1.78.1.jar nightly/N202405151354/plugins/bcprov.source_1.78.1.jar nightly/N202405151354/plugins/bcprov_1.78.1.jar nightly/N202405151354/plugins/bcutil.source_1.78.1.jar nightly/N202405151354/plugins/bcutil_1.78.1.jar nightly/N202405151354/plugins/biz.aQute.bnd.annotation.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bnd.annotation_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bnd.embedded-repo.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bnd.embedded-repo_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bnd.util.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bnd.util_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bndlib.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.bndlib_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.repository.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.repository_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.resolve.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/biz.aQute.resolve_7.0.0.202310060912.jar nightly/N202405151354/plugins/bndtools.api.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/bndtools.api_7.0.0.202310060912.jar nightly/N202405151354/plugins/ca.odell.glazedlists.source_1.11.0.jar nightly/N202405151354/plugins/ca.odell.glazedlists_1.11.0.jar nightly/N202405151354/plugins/ch.qos.logback.classic.source_1.5.6.jar nightly/N202405151354/plugins/ch.qos.logback.classic_1.5.6.jar nightly/N202405151354/plugins/ch.qos.logback.core.source_1.5.6.jar nightly/N202405151354/plugins/ch.qos.logback.core_1.5.6.jar nightly/N202405151354/plugins/com.ethlo.time.itu.source_1.10.2.jar nightly/N202405151354/plugins/com.ethlo.time.itu_1.10.2.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client.source_5.0.0.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-client_5.0.0.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source_5.0.0.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common_5.0.0.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server.source_5.0.0.jar nightly/N202405151354/plugins/com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-server_5.0.0.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-annotations.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-annotations_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-core.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-core_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-databind.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.core.jackson-databind_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-xml_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.datatype.jackson-datatype-guava.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.module.jackson-module-jakarta-xmlbind-annotations_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.17.1.jar nightly/N202405151354/plugins/com.fasterxml.woodstox.woodstox-core.source_6.6.2.jar nightly/N202405151354/plugins/com.fasterxml.woodstox.woodstox-core_6.6.2.jar nightly/N202405151354/plugins/com.github.ben-manes.caffeine.source_3.1.8.jar nightly/N202405151354/plugins/com.github.ben-manes.caffeine_3.1.8.jar nightly/N202405151354/plugins/com.github.jnr.a64asm.source_1.0.0.v20230715-0746.jar nightly/N202405151354/plugins/com.github.jnr.a64asm_1.0.0.v20230715-0746.jar nightly/N202405151354/plugins/com.github.jnr.constants.source_0.10.4.jar nightly/N202405151354/plugins/com.github.jnr.constants_0.10.4.jar nightly/N202405151354/plugins/com.github.jnr.enxio.source_0.32.17.jar nightly/N202405151354/plugins/com.github.jnr.enxio_0.32.17.jar nightly/N202405151354/plugins/com.github.jnr.ffi.source_2.2.16.jar nightly/N202405151354/plugins/com.github.jnr.ffi_2.2.16.jar nightly/N202405151354/plugins/com.github.jnr.jffi.native.source_1.3.13.v20240215-1616.jar nightly/N202405151354/plugins/com.github.jnr.jffi.native_1.3.13.v20240215-1616.jar nightly/N202405151354/plugins/com.github.jnr.jffi.source_1.3.13.jar nightly/N202405151354/plugins/com.github.jnr.jffi_1.3.13.jar nightly/N202405151354/plugins/com.github.jnr.posix.source_3.1.19.jar nightly/N202405151354/plugins/com.github.jnr.posix_3.1.19.jar nightly/N202405151354/plugins/com.github.jnr.unixsocket.source_0.38.22.jar nightly/N202405151354/plugins/com.github.jnr.unixsocket_0.38.22.jar nightly/N202405151354/plugins/com.github.jnr.x86asm.source_1.0.2.v20230715-0746.jar nightly/N202405151354/plugins/com.github.jnr.x86asm_1.0.2.v20230715-0746.jar nightly/N202405151354/plugins/com.github.librepdf.openpdf.source_1.4.2.jar nightly/N202405151354/plugins/com.github.librepdf.openpdf_1.4.2.jar nightly/N202405151354/plugins/com.github.oshi.oshi-core.source_6.6.0.jar nightly/N202405151354/plugins/com.github.oshi.oshi-core_6.6.0.jar nightly/N202405151354/plugins/com.github.package-url.packageurl-java.source_1.5.0.v20231221-1500.jar nightly/N202405151354/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar nightly/N202405151354/plugins/com.github.virtuald.curvesapi.source_1.8.0.v20230927-1624.jar nightly/N202405151354/plugins/com.github.virtuald.curvesapi_1.8.0.v20230927-1624.jar nightly/N202405151354/plugins/com.google.errorprone.annotations.source_2.27.1.jar nightly/N202405151354/plugins/com.google.errorprone.annotations_2.27.1.jar nightly/N202405151354/plugins/com.google.gson.source_2.10.1.jar nightly/N202405151354/plugins/com.google.gson_2.10.1.jar nightly/N202405151354/plugins/com.google.guava.failureaccess.source_1.0.2.jar nightly/N202405151354/plugins/com.google.guava.failureaccess_1.0.2.jar nightly/N202405151354/plugins/com.google.guava.source_33.2.0.jre.jar nightly/N202405151354/plugins/com.google.guava_33.2.0.jre.jar nightly/N202405151354/plugins/com.google.inject.assistedinject.source_7.0.0.jar nightly/N202405151354/plugins/com.google.inject.assistedinject_7.0.0.jar nightly/N202405151354/plugins/com.google.inject.source_7.0.0.jar nightly/N202405151354/plugins/com.google.inject_7.0.0.jar nightly/N202405151354/plugins/com.google.javascript.source_0.0.20240317.v20240319-0700.jar nightly/N202405151354/plugins/com.google.javascript_0.0.20240317.v20240319-0700.jar nightly/N202405151354/plugins/com.googlecode.javaewah.JavaEWAH.source_1.2.3.jar nightly/N202405151354/plugins/com.googlecode.javaewah.JavaEWAH_1.2.3.jar nightly/N202405151354/plugins/com.ibm.icu.source_75.1.0.jar nightly/N202405151354/plugins/com.ibm.icu_75.1.0.jar nightly/N202405151354/plugins/com.jcraft.jsch.source_0.1.55.v20230916-1400.jar nightly/N202405151354/plugins/com.jcraft.jsch_0.1.55.v20230916-1400.jar nightly/N202405151354/plugins/com.jcraft.jzlib.source_1.1.3.v20230916-1400.jar nightly/N202405151354/plugins/com.jcraft.jzlib_1.1.3.v20230916-1400.jar nightly/N202405151354/plugins/com.jgoodies.common.source_1.8.1.v20240327-0800.jar nightly/N202405151354/plugins/com.jgoodies.common_1.8.1.v20240327-0800.jar nightly/N202405151354/plugins/com.jgoodies.forms.source_1.9.0.v20240327-0800.jar nightly/N202405151354/plugins/com.jgoodies.forms_1.9.0.v20240327-0800.jar nightly/N202405151354/plugins/com.konghq.unirest-java.source_3.14.5.v20230803-0817.jar nightly/N202405151354/plugins/com.konghq.unirest-java_3.14.5.v20230803-0817.jar nightly/N202405151354/plugins/com.miglayout.core.source_11.3.0.jar nightly/N202405151354/plugins/com.miglayout.core_11.3.0.jar nightly/N202405151354/plugins/com.miglayout.swing.source_11.3.0.jar nightly/N202405151354/plugins/com.miglayout.swing_11.3.0.jar nightly/N202405151354/plugins/com.networknt.json-schema-validator.source_1.4.0.jar nightly/N202405151354/plugins/com.networknt.json-schema-validator_1.4.0.jar nightly/N202405151354/plugins/com.sun.el.javax.el.source_3.0.4.jar nightly/N202405151354/plugins/com.sun.el.javax.el_3.0.4.jar nightly/N202405151354/plugins/com.sun.jna.platform.source_5.14.0.jar nightly/N202405151354/plugins/com.sun.jna.platform_5.14.0.jar nightly/N202405151354/plugins/com.sun.jna.source_5.14.0.v20231211-1200.jar nightly/N202405151354/plugins/com.sun.jna_5.14.0.v20231211-1200.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-core.source_4.0.5.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-core_4.0.5.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-impl.source_4.0.5.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-impl_4.0.5.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-osgi.source_2.3.9.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-osgi.source_4.0.5.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-osgi_2.3.9.jar nightly/N202405151354/plugins/com.sun.xml.bind.jaxb-osgi_4.0.5.jar nightly/N202405151354/plugins/com.zaxxer.sparsebits.source_1.3.0.v20230929-1000.jar nightly/N202405151354/plugins/com.zaxxer.sparsebits_1.3.0.v20230929-1000.jar nightly/N202405151354/plugins/io.github.classgraph.classgraph.source_4.8.172.jar nightly/N202405151354/plugins/io.github.classgraph.classgraph_4.8.172.jar nightly/N202405151354/plugins/io.github.toolfactory.jvm-driver.source_9.7.1.jar nightly/N202405151354/plugins/io.github.toolfactory.jvm-driver_9.7.1.jar nightly/N202405151354/plugins/io.github.toolfactory.narcissus.source_1.0.7.jar nightly/N202405151354/plugins/io.github.toolfactory.narcissus_1.0.7.jar nightly/N202405151354/plugins/jakarta.activation-api.source_1.2.2.jar nightly/N202405151354/plugins/jakarta.activation-api.source_2.1.3.jar nightly/N202405151354/plugins/jakarta.activation-api_1.2.2.jar nightly/N202405151354/plugins/jakarta.activation-api_2.1.3.jar nightly/N202405151354/plugins/jakarta.annotation-api.source_1.3.5.jar nightly/N202405151354/plugins/jakarta.annotation-api.source_2.1.1.jar nightly/N202405151354/plugins/jakarta.annotation-api_1.3.5.jar nightly/N202405151354/plugins/jakarta.annotation-api_2.1.1.jar nightly/N202405151354/plugins/jakarta.ejb-api.source_3.2.6.jar nightly/N202405151354/plugins/jakarta.ejb-api_3.2.6.jar nightly/N202405151354/plugins/jakarta.el-api.source_4.0.0.jar nightly/N202405151354/plugins/jakarta.el-api.source_5.0.1.jar nightly/N202405151354/plugins/jakarta.el-api_4.0.0.jar nightly/N202405151354/plugins/jakarta.el-api_5.0.1.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api.source_2.0.2.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api.source_3.0.1.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api.source_4.1.0.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api_2.0.2.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api_3.0.1.jar nightly/N202405151354/plugins/jakarta.enterprise.cdi-api_4.1.0.jar nightly/N202405151354/plugins/jakarta.enterprise.lang-model.source_4.1.0.jar nightly/N202405151354/plugins/jakarta.enterprise.lang-model_4.1.0.jar nightly/N202405151354/plugins/jakarta.inject.jakarta.inject-api.source_1.0.5.jar nightly/N202405151354/plugins/jakarta.inject.jakarta.inject-api.source_2.0.1.jar nightly/N202405151354/plugins/jakarta.inject.jakarta.inject-api_1.0.5.jar nightly/N202405151354/plugins/jakarta.inject.jakarta.inject-api_2.0.1.jar nightly/N202405151354/plugins/jakarta.interceptor-api.source_1.2.5.jar nightly/N202405151354/plugins/jakarta.interceptor-api.source_2.2.0.jar nightly/N202405151354/plugins/jakarta.interceptor-api_1.2.5.jar nightly/N202405151354/plugins/jakarta.interceptor-api_2.2.0.jar nightly/N202405151354/plugins/jakarta.jws-api.source_2.1.0.jar nightly/N202405151354/plugins/jakarta.jws-api_2.1.0.jar nightly/N202405151354/plugins/jakarta.mail-api.source_1.6.7.jar nightly/N202405151354/plugins/jakarta.mail-api_1.6.7.jar nightly/N202405151354/plugins/jakarta.persistence-api.source_2.2.3.jar nightly/N202405151354/plugins/jakarta.persistence-api_2.2.3.jar nightly/N202405151354/plugins/jakarta.security.auth.message-api.source_2.0.0.jar nightly/N202405151354/plugins/jakarta.security.auth.message-api.source_3.0.0.jar nightly/N202405151354/plugins/jakarta.security.auth.message-api_2.0.0.jar nightly/N202405151354/plugins/jakarta.security.auth.message-api_3.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api.source_4.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api.source_5.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api.source_6.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api_4.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api_5.0.0.jar nightly/N202405151354/plugins/jakarta.servlet-api_6.0.0.jar nightly/N202405151354/plugins/jakarta.servlet.jsp-api.source_3.1.1.jar nightly/N202405151354/plugins/jakarta.servlet.jsp-api_3.1.1.jar nightly/N202405151354/plugins/jakarta.transaction-api.source_1.3.3.jar nightly/N202405151354/plugins/jakarta.transaction-api.source_2.0.1.jar nightly/N202405151354/plugins/jakarta.transaction-api_1.3.3.jar nightly/N202405151354/plugins/jakarta.transaction-api_2.0.1.jar nightly/N202405151354/plugins/jakarta.websocket-api.source_2.1.1.jar nightly/N202405151354/plugins/jakarta.websocket-api_2.1.1.jar nightly/N202405151354/plugins/jakarta.websocket-client-api.source_2.1.1.jar nightly/N202405151354/plugins/jakarta.websocket-client-api_2.1.1.jar nightly/N202405151354/plugins/jakarta.ws.rs-api.source_2.1.6.jar nightly/N202405151354/plugins/jakarta.ws.rs-api.source_3.1.0.jar nightly/N202405151354/plugins/jakarta.ws.rs-api_2.1.6.jar nightly/N202405151354/plugins/jakarta.ws.rs-api_3.1.0.jar nightly/N202405151354/plugins/jakarta.xml.bind-api.source_2.3.3.jar nightly/N202405151354/plugins/jakarta.xml.bind-api.source_4.0.2.jar nightly/N202405151354/plugins/jakarta.xml.bind-api_2.3.3.jar nightly/N202405151354/plugins/jakarta.xml.bind-api_4.0.2.jar nightly/N202405151354/plugins/jakarta.xml.soap-api.source_1.4.2.jar nightly/N202405151354/plugins/jakarta.xml.soap-api_1.4.2.jar nightly/N202405151354/plugins/jakarta.xml.ws-api.source_2.3.3.jar nightly/N202405151354/plugins/jakarta.xml.ws-api_2.3.3.jar nightly/N202405151354/plugins/javassist.source_3.30.2.GA.jar nightly/N202405151354/plugins/javassist_3.30.2.GA.jar nightly/N202405151354/plugins/javax.el-api.source_3.0.3.jar nightly/N202405151354/plugins/javax.el-api_3.0.3.jar nightly/N202405151354/plugins/javax.servlet-api.source_3.1.0.jar nightly/N202405151354/plugins/javax.servlet-api_3.1.0.jar nightly/N202405151354/plugins/javax.servlet.jsp-api.source_2.3.3.jar nightly/N202405151354/plugins/javax.servlet.jsp-api_2.3.3.jar nightly/N202405151354/plugins/javax.websocket-api.source_1.1.2.jar nightly/N202405151354/plugins/javax.websocket-api_1.1.2.jar nightly/N202405151354/plugins/javax.wsdl.source_1.6.3.v20230730-0710.jar nightly/N202405151354/plugins/javax.wsdl_1.6.3.v20230730-0710.jar nightly/N202405151354/plugins/javax.xml.rpc-api.source_1.1.4.jar nightly/N202405151354/plugins/javax.xml.rpc-api_1.1.4.jar nightly/N202405151354/plugins/jaxen.source_2.0.0.jar nightly/N202405151354/plugins/jaxen_2.0.0.jar nightly/N202405151354/plugins/json.source_20230227.0.0.jar nightly/N202405151354/plugins/json_20230227.0.0.jar nightly/N202405151354/plugins/junit-jupiter-api.source_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-api_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-engine.source_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-engine_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-migrationsupport.source_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-migrationsupport_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-params.source_5.10.2.jar nightly/N202405151354/plugins/junit-jupiter-params_5.10.2.jar nightly/N202405151354/plugins/junit-platform-commons.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-commons_1.10.2.jar nightly/N202405151354/plugins/junit-platform-engine.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-engine_1.10.2.jar nightly/N202405151354/plugins/junit-platform-launcher.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-launcher_1.10.2.jar nightly/N202405151354/plugins/junit-platform-runner.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-runner_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-api.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-api_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-commons.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-commons_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-engine.source_1.10.2.jar nightly/N202405151354/plugins/junit-platform-suite-engine_1.10.2.jar nightly/N202405151354/plugins/junit-vintage-engine.source_5.10.2.jar nightly/N202405151354/plugins/junit-vintage-engine_5.10.2.jar nightly/N202405151354/plugins/lpg.runtime.java.source_2.0.17.v201004271640.jar nightly/N202405151354/plugins/lpg.runtime.java_2.0.17.v201004271640.jar nightly/N202405151354/plugins/net.bytebuddy.byte-buddy-agent.source_1.14.15.jar nightly/N202405151354/plugins/net.bytebuddy.byte-buddy-agent_1.14.15.jar nightly/N202405151354/plugins/net.bytebuddy.byte-buddy.source_1.14.15.jar nightly/N202405151354/plugins/net.bytebuddy.byte-buddy_1.14.15.jar nightly/N202405151354/plugins/net.i2p.crypto.eddsa.source_0.3.0.jar nightly/N202405151354/plugins/net.i2p.crypto.eddsa_0.3.0.jar nightly/N202405151354/plugins/org.antlr.antlr4-runtime.source_4.13.1.jar nightly/N202405151354/plugins/org.antlr.antlr4-runtime_4.13.1.jar nightly/N202405151354/plugins/org.antlr.runtime.source_3.2.0.v20230929-1400.jar nightly/N202405151354/plugins/org.antlr.runtime.source_3.5.3.v20230929-1400.jar nightly/N202405151354/plugins/org.antlr.runtime_3.2.0.v20230929-1400.jar nightly/N202405151354/plugins/org.antlr.runtime_3.5.3.v20230929-1400.jar nightly/N202405151354/plugins/org.aopalliance.source_1.0.0.v20230720-0728.jar nightly/N202405151354/plugins/org.aopalliance_1.0.0.v20230720-0728.jar nightly/N202405151354/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar nightly/N202405151354/plugins/org.apache.ant_1.10.14.v20230922-1200.jar nightly/N202405151354/plugins/org.apache.aries.spifly.dynamic.bundle.source_1.3.7.jar nightly/N202405151354/plugins/org.apache.aries.spifly.dynamic.bundle_1.3.7.jar nightly/N202405151354/plugins/org.apache.axis.ant.source_1.4.1.v20231107-0937.jar nightly/N202405151354/plugins/org.apache.axis.ant_1.4.1.v20231107-0937.jar nightly/N202405151354/plugins/org.apache.axis.source_1.4.1.v20231107-0937.jar nightly/N202405151354/plugins/org.apache.axis_1.4.1.v20231107-0937.jar nightly/N202405151354/plugins/org.apache.batik.anim.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.anim_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.awt.util_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.bridge_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.codec.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.codec_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.dom.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.dom_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.ext.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.ext_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.gvt_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.parser.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.parser_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.script.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.script_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.shared.resources.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.shared.resources_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.svggen_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.transcoder_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.xml.source_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.batik.xml_1.17.0.v20231215-1130.jar nightly/N202405151354/plugins/org.apache.commons.cli.source_1.7.0.jar nightly/N202405151354/plugins/org.apache.commons.cli_1.7.0.jar nightly/N202405151354/plugins/org.apache.commons.collections.source_3.2.2.jar nightly/N202405151354/plugins/org.apache.commons.collections_3.2.2.jar nightly/N202405151354/plugins/org.apache.commons.commons-beanutils.source_1.9.4.jar nightly/N202405151354/plugins/org.apache.commons.commons-beanutils_1.9.4.jar nightly/N202405151354/plugins/org.apache.commons.commons-codec.source_1.17.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-codec_1.17.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-collections4.source_4.4.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-collections4_4.4.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-compress.source_1.26.1.jar nightly/N202405151354/plugins/org.apache.commons.commons-compress_1.26.1.jar nightly/N202405151354/plugins/org.apache.commons.commons-fileupload.source_1.5.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-fileupload_1.5.0.jar nightly/N202405151354/plugins/org.apache.commons.commons-io.source_2.16.1.jar nightly/N202405151354/plugins/org.apache.commons.commons-io_2.16.1.jar nightly/N202405151354/plugins/org.apache.commons.commons-logging.source_1.3.2.jar nightly/N202405151354/plugins/org.apache.commons.commons-logging_1.3.2.jar nightly/N202405151354/plugins/org.apache.commons.discovery.source_0.5.0.jar nightly/N202405151354/plugins/org.apache.commons.discovery_0.5.0.jar nightly/N202405151354/plugins/org.apache.commons.httpclient.source_3.1.0.v20240401-1000.jar nightly/N202405151354/plugins/org.apache.commons.httpclient_3.1.0.v20240401-1000.jar nightly/N202405151354/plugins/org.apache.commons.jxpath.source_1.3.0.jar nightly/N202405151354/plugins/org.apache.commons.jxpath_1.3.0.jar nightly/N202405151354/plugins/org.apache.commons.lang.source_2.6.0.jar nightly/N202405151354/plugins/org.apache.commons.lang3.source_3.14.0.jar nightly/N202405151354/plugins/org.apache.commons.lang3_3.14.0.jar nightly/N202405151354/plugins/org.apache.commons.lang_2.6.0.jar nightly/N202405151354/plugins/org.apache.commons.logging.source_1.2.0.jar nightly/N202405151354/plugins/org.apache.commons.logging_1.2.0.jar nightly/N202405151354/plugins/org.apache.commons.math3.source_3.6.1.jar nightly/N202405151354/plugins/org.apache.commons.math3_3.6.1.jar nightly/N202405151354/plugins/org.apache.commons.text.source_1.12.0.jar nightly/N202405151354/plugins/org.apache.commons.text_1.12.0.jar nightly/N202405151354/plugins/org.apache.felix.gogo.command.source_1.1.2.jar nightly/N202405151354/plugins/org.apache.felix.gogo.command_1.1.2.jar nightly/N202405151354/plugins/org.apache.felix.gogo.runtime.source_1.1.6.jar nightly/N202405151354/plugins/org.apache.felix.gogo.runtime_1.1.6.jar nightly/N202405151354/plugins/org.apache.felix.gogo.shell.source_1.1.4.jar nightly/N202405151354/plugins/org.apache.felix.gogo.shell_1.1.4.jar nightly/N202405151354/plugins/org.apache.felix.http.servlet-api.source_1.2.0.jar nightly/N202405151354/plugins/org.apache.felix.http.servlet-api_1.2.0.jar nightly/N202405151354/plugins/org.apache.felix.scr.source_2.2.10.jar nightly/N202405151354/plugins/org.apache.felix.scr_2.2.10.jar nightly/N202405151354/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.3.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.3.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar nightly/N202405151354/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar nightly/N202405151354/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.4.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.4.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.4.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.4.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpasyncclient.source_4.1.5.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpasyncclient_4.1.5.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpclient.source_4.5.14.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpclient_4.5.14.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpcore.source_4.4.16.jar nightly/N202405151354/plugins/org.apache.httpcomponents.httpcore_4.4.16.jar nightly/N202405151354/plugins/org.apache.log4j.source_1.2.25.jar nightly/N202405151354/plugins/org.apache.log4j_1.2.25.jar nightly/N202405151354/plugins/org.apache.logging.log4j.api.source_2.23.1.jar nightly/N202405151354/plugins/org.apache.logging.log4j.api_2.23.1.jar nightly/N202405151354/plugins/org.apache.lucene.analysis-common.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.analysis-common_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.analysis-smartcn.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.analysis-smartcn_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.core.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.core_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.misc.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.misc_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.queries.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.queries_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.queryparser.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.queryparser_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.sandbox.source_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.lucene.sandbox_9.10.0.v20240221-0830.jar nightly/N202405151354/plugins/org.apache.poi.ooxml.schemas.source_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.poi.ooxml.schemas_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.poi.ooxml.source_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.poi.ooxml_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.poi.source_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.poi_5.2.5.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.sshd.osgi.source_2.12.1.jar nightly/N202405151354/plugins/org.apache.sshd.osgi_2.12.1.jar nightly/N202405151354/plugins/org.apache.sshd.sftp.source_2.12.1.jar nightly/N202405151354/plugins/org.apache.sshd.sftp_2.12.1.jar nightly/N202405151354/plugins/org.apache.tika.core.source_2.9.2.jar nightly/N202405151354/plugins/org.apache.tika.core_2.9.2.jar nightly/N202405151354/plugins/org.apache.velocity.source_1.7.0.jar nightly/N202405151354/plugins/org.apache.velocity_1.7.0.jar nightly/N202405151354/plugins/org.apache.ws.commons.util.source_1.0.2.v20230723-0712.jar nightly/N202405151354/plugins/org.apache.ws.commons.util_1.0.2.v20230723-0712.jar nightly/N202405151354/plugins/org.apache.wsil4j.source_1.0.0.v20230923-0644.jar nightly/N202405151354/plugins/org.apache.wsil4j_1.0.0.v20230923-0644.jar nightly/N202405151354/plugins/org.apache.xalan.source_2.7.2.v20230928-1302.jar nightly/N202405151354/plugins/org.apache.xalan_2.7.2.v20230928-1302.jar nightly/N202405151354/plugins/org.apache.xerces.source_2.12.2.v20230928-1306.jar nightly/N202405151354/plugins/org.apache.xerces_2.12.2.v20230928-1306.jar nightly/N202405151354/plugins/org.apache.xml.resolver.source_1.2.0.v20230928-1222.jar nightly/N202405151354/plugins/org.apache.xml.resolver_1.2.0.v20230928-1222.jar nightly/N202405151354/plugins/org.apache.xml.serializer.source_2.7.2.v20230928-1302.jar nightly/N202405151354/plugins/org.apache.xml.serializer_2.7.2.v20230928-1302.jar nightly/N202405151354/plugins/org.apache.xmlbeans.source_5.2.0.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.xmlbeans_5.2.0.v20231203-1619.jar nightly/N202405151354/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar nightly/N202405151354/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar nightly/N202405151354/plugins/org.apiguardian.api.source_1.1.2.jar nightly/N202405151354/plugins/org.apiguardian.api_1.1.2.jar nightly/N202405151354/plugins/org.bndtools.headless.build.manager.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.headless.build.manager_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.headless.build.plugin.gradle.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.headless.build.plugin.gradle_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.templates.template.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.templates.template_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.templating.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.templating_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.versioncontrol.ignores.manager.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.versioncontrol.ignores.manager_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.versioncontrol.ignores.plugin.git.source_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.bndtools.versioncontrol.ignores.plugin.git_7.0.0.202310060912.jar nightly/N202405151354/plugins/org.burningwave.core.source_12.65.1.jar nightly/N202405151354/plugins/org.burningwave.core_12.65.1.jar nightly/N202405151354/plugins/org.burningwave.jvm-driver.source_8.16.1.jar nightly/N202405151354/plugins/org.burningwave.jvm-driver_8.16.1.jar nightly/N202405151354/plugins/org.codelibs.nekohtml.source_2.1.3.v20240413-0800.jar nightly/N202405151354/plugins/org.codelibs.nekohtml_2.1.3.v20240413-0800.jar nightly/N202405151354/plugins/org.commonmark-gfm-strikethrough.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-gfm-strikethrough_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-gfm-tables.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-gfm-tables_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-heading-anchor.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-heading-anchor_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-image-attributes.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-image-attributes_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-ins.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-ins_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-task-list-items.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-task-list-items_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-yaml-front-matter.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark-yaml-front-matter_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark.source_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.commonmark_0.22.0.v20240316-0700.jar nightly/N202405151354/plugins/org.conscrypt.source_2.5.2.jar nightly/N202405151354/plugins/org.conscrypt_2.5.2.jar nightly/N202405151354/plugins/org.cyclonedx.core-java.source_8.0.3.v20231221-1500.jar nightly/N202405151354/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar nightly/N202405151354/plugins/org.dom4j.source_2.1.4.v20231001-0922.jar nightly/N202405151354/plugins/org.dom4j_2.1.4.v20231001-0922.jar nightly/N202405151354/plugins/org.easymock.source_5.2.0.jar nightly/N202405151354/plugins/org.easymock_5.2.0.jar nightly/N202405151354/plugins/org.eclipse.jetty.servlet-api.source_4.0.6.jar nightly/N202405151354/plugins/org.eclipse.jetty.servlet-api_4.0.6.jar nightly/N202405151354/plugins/org.eclipse.orbit.sun.security.source_0.1.0.v20231006-1251.jar nightly/N202405151354/plugins/org.eclipse.orbit.sun.security_0.1.0.v20231006-1251.jar nightly/N202405151354/plugins/org.eclipse.orbit.xml-apis-ext.source_1.0.0.v20230923-0644.jar nightly/N202405151354/plugins/org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar nightly/N202405151354/plugins/org.freemarker.freemarker.source_2.3.32.stable.jar nightly/N202405151354/plugins/org.freemarker.freemarker_2.3.32.stable.jar nightly/N202405151354/plugins/org.glassfish.hk2.api.source_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.api.source_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.hk2.api_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.api_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.hk2.locator.source_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.locator.source_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.hk2.locator_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.locator_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.hk2.osgi-resource-locator.source_1.0.3.jar nightly/N202405151354/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.jar nightly/N202405151354/plugins/org.glassfish.hk2.utils.source_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.utils.source_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.hk2.utils_2.6.1.jar nightly/N202405151354/plugins/org.glassfish.hk2.utils_3.1.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.connectors.jersey-apache-connector.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.connectors.jersey-apache-connector.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.connectors.jersey-apache-connector_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.connectors.jersey-apache-connector_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.containers.jersey-container-servlet-core.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.containers.jersey-container-servlet-core_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.containers.jersey-container-servlet.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.containers.jersey-container-servlet_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-client.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-client.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-client_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-client_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-common.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-common.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-common_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-common_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-server.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-server.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-server_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.core.jersey-server_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.ext.jersey-entity-filtering.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.ext.jersey-entity-filtering.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.ext.jersey-entity-filtering_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.ext.jersey-entity-filtering_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.inject.jersey-hk2.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.inject.jersey-hk2.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.inject.jersey-hk2_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.inject.jersey-hk2_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.media.jersey-media-json-jackson.source_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.media.jersey-media-json-jackson.source_3.1.6.jar nightly/N202405151354/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_2.43.0.jar nightly/N202405151354/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_3.1.6.jar nightly/N202405151354/plugins/org.hamcrest.core.source_1.3.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.core_1.3.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.library.source_1.3.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.library.source_2.2.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.library_1.3.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.library_2.2.0.v20230809-1000.jar nightly/N202405151354/plugins/org.hamcrest.source_2.2.0.jar nightly/N202405151354/plugins/org.hamcrest_2.2.0.jar nightly/N202405151354/plugins/org.jacoco.agent.source_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jacoco.agent_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jacoco.core.source_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jacoco.core_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jacoco.report.source_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jacoco.report_0.8.12.202403310830.jar nightly/N202405151354/plugins/org.jcodings.source_1.0.58.v20230703-0749.jar nightly/N202405151354/plugins/org.jcodings_1.0.58.v20230703-0749.jar nightly/N202405151354/plugins/org.jdom.source_1.1.3.v20230812-1600.jar nightly/N202405151354/plugins/org.jdom2.source_2.0.6.v20230720-0727.jar nightly/N202405151354/plugins/org.jdom2_2.0.6.v20230720-0727.jar nightly/N202405151354/plugins/org.jdom_1.1.3.v20230812-1600.jar nightly/N202405151354/plugins/org.joni.source_2.2.1.v20230703-0749.jar nightly/N202405151354/plugins/org.joni_2.2.1.v20230703-0749.jar nightly/N202405151354/plugins/org.jsoup.source_1.17.2.jar nightly/N202405151354/plugins/org.jsoup_1.17.2.jar nightly/N202405151354/plugins/org.junit.source_4.13.2.v20230809-1000.jar nightly/N202405151354/plugins/org.junit_4.13.2.v20230809-1000.jar nightly/N202405151354/plugins/org.kohsuke.args4j.source_2.37.0.jar nightly/N202405151354/plugins/org.kohsuke.args4j_2.37.0.jar nightly/N202405151354/plugins/org.mandas.docker-client.source_5.2.2.jar nightly/N202405151354/plugins/org.mandas.docker-client.source_7.0.8.jar nightly/N202405151354/plugins/org.mandas.docker-client_5.2.2.jar nightly/N202405151354/plugins/org.mandas.docker-client_7.0.8.jar nightly/N202405151354/plugins/org.mockito.junit-jupiter.source_5.12.0.jar nightly/N202405151354/plugins/org.mockito.junit-jupiter_5.12.0.jar nightly/N202405151354/plugins/org.mockito.mockito-core.source_5.12.0.jar nightly/N202405151354/plugins/org.mockito.mockito-core_5.12.0.jar nightly/N202405151354/plugins/org.mongodb.mongo-java-driver.source_3.12.14.jar nightly/N202405151354/plugins/org.mongodb.mongo-java-driver_3.12.14.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-el.source_10.1.16.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-el.source_9.0.83.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-el_10.1.16.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-el_9.0.83.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-jsp.source_10.1.16.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-jsp.source_9.0.83.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-jsp_10.1.16.jar nightly/N202405151354/plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar nightly/N202405151354/plugins/org.mozilla.rhino.source_1.7.15.jar nightly/N202405151354/plugins/org.mozilla.rhino_1.7.15.jar nightly/N202405151354/plugins/org.mvel2.source_2.5.2.Final.jar nightly/N202405151354/plugins/org.mvel2_2.5.2.Final.jar nightly/N202405151354/plugins/org.objectweb.asm.commons.source_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.commons_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.source_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.tree.analysis.source_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.tree.analysis_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.tree.source_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.tree_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.util.source_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm.util_9.7.0.jar nightly/N202405151354/plugins/org.objectweb.asm_9.7.0.jar nightly/N202405151354/plugins/org.objenesis.source_3.4.0.jar nightly/N202405151354/plugins/org.objenesis_3.4.0.jar nightly/N202405151354/plugins/org.opentest4j.source_1.3.0.jar nightly/N202405151354/plugins/org.opentest4j_1.3.0.jar nightly/N202405151354/plugins/org.osgi.annotation.bundle.source_2.0.0.202202082230.jar nightly/N202405151354/plugins/org.osgi.annotation.bundle_2.0.0.202202082230.jar nightly/N202405151354/plugins/org.osgi.annotation.versioning.source_1.1.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.annotation.versioning_1.1.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.dto.source_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.dto_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.framework.source_1.10.0.202007221806.jar nightly/N202405151354/plugins/org.osgi.framework_1.10.0.202007221806.jar nightly/N202405151354/plugins/org.osgi.namespace.contract.source_1.0.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.namespace.contract_1.0.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.namespace.extender.source_1.0.1.201505202024.jar nightly/N202405151354/plugins/org.osgi.namespace.extender_1.0.1.201505202024.jar nightly/N202405151354/plugins/org.osgi.namespace.service.source_1.0.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.namespace.service_1.0.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.resource.source_1.0.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.resource_1.0.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.cm.source_1.6.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.cm_1.6.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.component.annotations.source_1.5.1.202212101352.jar nightly/N202405151354/plugins/org.osgi.service.component.annotations_1.5.1.202212101352.jar nightly/N202405151354/plugins/org.osgi.service.component.source_1.5.1.202212101352.jar nightly/N202405151354/plugins/org.osgi.service.component_1.5.1.202212101352.jar nightly/N202405151354/plugins/org.osgi.service.coordinator.source_1.0.2.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.coordinator_1.0.2.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.device.source_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.device_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.event.source_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.event_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.http.source_1.2.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.http.whiteboard.source_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.http.whiteboard_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.http_1.2.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.log.source_1.5.0.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.log.stream.source_1.0.0.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.log.stream_1.0.0.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.log_1.5.0.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.metatype.annotations.source_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.metatype.annotations_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.metatype.source_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.metatype_1.4.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.packageadmin.source_1.2.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.packageadmin_1.2.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.prefs.source_1.1.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.prefs_1.1.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.provisioning.source_1.2.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.provisioning_1.2.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.repository.source_1.1.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.repository_1.1.0.201505202024.jar nightly/N202405151354/plugins/org.osgi.service.resolver.source_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.resolver_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.startlevel.source_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.startlevel_1.1.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.upnp.source_1.2.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.upnp_1.2.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.url.source_1.0.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.url_1.0.1.202007221806.jar nightly/N202405151354/plugins/org.osgi.service.useradmin.source_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.useradmin_1.1.1.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.wireadmin.source_1.0.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.service.wireadmin_1.0.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.function.source_1.2.0.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.function_1.2.0.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.measurement.source_1.0.2.201802012109.jar nightly/N202405151354/plugins/org.osgi.util.measurement_1.0.2.201802012109.jar nightly/N202405151354/plugins/org.osgi.util.position.source_1.0.1.201505202026.jar nightly/N202405151354/plugins/org.osgi.util.position_1.0.1.201505202026.jar nightly/N202405151354/plugins/org.osgi.util.promise.source_1.3.0.202212101352.jar nightly/N202405151354/plugins/org.osgi.util.promise_1.3.0.202212101352.jar nightly/N202405151354/plugins/org.osgi.util.pushstream.source_1.1.0.202212101352.jar nightly/N202405151354/plugins/org.osgi.util.pushstream_1.1.0.202212101352.jar nightly/N202405151354/plugins/org.osgi.util.tracker.source_1.5.4.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.tracker_1.5.4.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.xml.source_1.0.2.202109301733.jar nightly/N202405151354/plugins/org.osgi.util.xml_1.0.2.202109301733.jar nightly/N202405151354/plugins/org.pushingpixels.trident.source_1.3.0.v20231219-1530.jar nightly/N202405151354/plugins/org.pushingpixels.trident_1.3.0.v20231219-1530.jar nightly/N202405151354/plugins/org.sat4j.core.source_2.3.6.v20201214.jar nightly/N202405151354/plugins/org.sat4j.core_2.3.6.v20201214.jar nightly/N202405151354/plugins/org.sat4j.pb.source_2.3.6.v20201214.jar nightly/N202405151354/plugins/org.sat4j.pb_2.3.6.v20201214.jar nightly/N202405151354/plugins/org.snakeyaml.engine.source_2.7.0.jar nightly/N202405151354/plugins/org.snakeyaml.engine_2.7.0.jar nightly/N202405151354/plugins/org.tukaani.xz.source_1.9.0.jar nightly/N202405151354/plugins/org.tukaani.xz_1.9.0.jar nightly/N202405151354/plugins/org.uddi4j.source_2.0.5.v20230923-0644.jar nightly/N202405151354/plugins/org.uddi4j_2.0.5.v20230923-0644.jar nightly/N202405151354/plugins/org.xbill.dns.source_3.5.3.jar nightly/N202405151354/plugins/org.xbill.dns_3.5.3.jar nightly/N202405151354/plugins/org.yaml.snakeyaml.source_2.2.0.jar nightly/N202405151354/plugins/org.yaml.snakeyaml_2.2.0.jar nightly/N202405151354/plugins/slf4j.api.source_1.7.36.jar nightly/N202405151354/plugins/slf4j.api.source_2.0.13.jar nightly/N202405151354/plugins/slf4j.api_1.7.36.jar nightly/N202405151354/plugins/slf4j.api_2.0.13.jar nightly/N202405151354/plugins/slf4j.nop.source_1.7.36.jar nightly/N202405151354/plugins/slf4j.nop.source_2.0.13.jar nightly/N202405151354/plugins/slf4j.nop_1.7.36.jar nightly/N202405151354/plugins/slf4j.nop_2.0.13.jar nightly/N202405151354/plugins/slf4j.reload4j.source_2.0.13.jar nightly/N202405151354/plugins/slf4j.reload4j_2.0.13.jar nightly/N202405151354/plugins/slf4j.simple.source_1.7.36.jar nightly/N202405151354/plugins/slf4j.simple.source_2.0.13.jar nightly/N202405151354/plugins/slf4j.simple_1.7.36.jar nightly/N202405151354/plugins/slf4j.simple_2.0.13.jar nightly/N202405151354/plugins/stax2-api.source_4.2.2.jar nightly/N202405151354/plugins/stax2-api_4.2.2.jar nightly/latest/ nightly/latest/compositeArtifacts.jar nightly/latest/compositeContent.jar nightly/latest/index.html nightly/latest/p2.index release/ release/compositeArtifacts.jar release/compositeContent.jar release/index.html release/p2.index release/4.29.0/ release/4.29.0/index.html release/4.30.0/ release/4.30.0/index.html release/4.31.0/ release/4.31.0/index.html release/latest/ release/latest/compositeArtifacts.jar release/latest/compositeContent.jar release/latest/index.html release/latest/p2.index sent 640.07M bytes received 157.23K bytes 32.83M bytes/sec total size is 684.64M speedup is 1.07 /usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation -name DELETED); do echo rm -rf $(dirname $i) rm -rf $(dirname $i) done rm -rf /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405060703 /usr/bin/ssh genie.orbit@projects-storage.eclipse.org for i in $(find /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation -name plugins -a -type d); do echo touch -r $i $(dirname $i) touch -r $i $(dirname $i) done touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405151354/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405151354 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405111612/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405111612 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405080806/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405080806 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405111658/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405111658 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405081411/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/nightly/N202405081411 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404240704 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202405081342/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202405081342 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202403131322/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202403131322 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0 touch -r /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.30.0/plugins /home/data/httpd/download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.30.0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:47 min [INFO] Finished at: 2024-05-15T13:57:35Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 145 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS