Started by upstream project "orbit-simrel-maven-bnd" build number 202 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 Agent basic-l7zz7 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1719573938998" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "http___jenkins-ui_orbit_svc_cluster_local_orbitx" name: "basic-l7zz7" 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-l7zz7" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-l7zz7" - 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-3206.vb_15dcf73f6a_9" 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-l7zz7 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 > 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 Avoid second fetch Checking out Revision dbb022eb5da4a50d6ccce92c414f74a7a3855a1d (refs/remotes/origin/main) Commit message: "Update versions and link aggregation parameters to summary tables" > 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 dbb022eb5da4a50d6ccce92c414f74a7a3855a1d # timeout=10 > git rev-list --no-walk dbb022eb5da4a50d6ccce92c414f74a7a3855a1d # timeout=10 [Pipeline] echo [GIT_BRANCH:origin/main, GIT_COMMIT:dbb022eb5da4a50d6ccce92c414f74a7a3855a1d, GIT_PREVIOUS_COMMIT:dbb022eb5da4a50d6ccce92c414f74a7a3855a1d, GIT_PREVIOUS_SUCCESSFUL_COMMIT:dbb022eb5da4a50d6ccce92c414f74a7a3855a1d, GIT_URL:https://github.com/eclipse-orbit/orbit-simrel.git] [Pipeline] } [Pipeline] // script [Pipeline] } [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-BrYOvyzhM68U/agent.126 SSH_AGENT_PID=128 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation@tmp/private_key_13279394690536341993.key (/home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation@tmp/private_key_13279394690536341993.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=dbb022eb5da4a50d6ccce92c414f74a7a3855a1d -Dbuild.id=383 -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.8: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.v20240513-1750/org.eclipse.equinox.launcher-1.6.800.v20240513-1750.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 13 seconds Starting mirroring of meta-data for validationSet: orbit Mirroring meta-data consisting of 526 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,io.github.classgraph.classgraph,4.8.174 - 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,lpg.runtime.java.source,2.0.17.v201004271640 - mirroring artifact osgi.bundle,com.networknt.json-schema-validator,1.4.3 - mirroring artifact osgi.bundle,junit-jupiter-api,5.10.3 - mirroring artifact osgi.bundle,slf4j.nop,2.0.13 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.17 - mirroring artifact osgi.bundle,org.apiguardian.api,1.1.2 - mirroring artifact osgi.bundle,junit-platform-suite-engine,1.10.3 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,3.1.7 - 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-platform-suite-api,1.10.3 - mirroring artifact osgi.bundle,org.glassfish.hk2.utils,2.6.1 - 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,junit-platform-commons,1.10.3 - 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,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,org.easymock.source,5.3.0 - 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,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.mortbay.jasper.apache-jsp.source,10.1.25 - 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,org.glassfish.jersey.connectors.jersey-apache-connector.source,3.1.7 - 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.osgi.service.log.stream,1.0.0.202109301733 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-server,3.1.7 - mirroring artifact osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733 - 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.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.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,junit-jupiter-engine.source,5.10.3 - mirroring artifact osgi.bundle,org.apache.commons.discovery,0.5.0 - mirroring artifact osgi.bundle,junit-platform-suite-commons.source,1.10.3 - 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,org.apache.commons.cli.source,1.8.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,com.google.guava.source,33.2.1.jre - 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,junit-vintage-engine.source,5.10.3 - mirroring artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 - 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,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,junit-platform-launcher.source,1.10.3 - mirroring artifact osgi.bundle,junit-jupiter-params.source,5.10.3 - mirroring artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 - mirroring artifact osgi.bundle,jakarta.websocket-api.source,2.2.0 - mirroring artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.17.1 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.17 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all.source,4.33.0.v20240628-1000 - mirrored artifact osgi.bundle,org.osgi.service.component.source,1.5.1.202212101352 - 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.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,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,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,jakarta.xml.ws-api.source,2.3.3 - mirroring artifact osgi.bundle,org.burningwave.jvm-driver,8.16.1 - mirroring artifact osgi.bundle,junit-platform-commons.source,1.10.3 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.43.0 - 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,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,junit-jupiter-engine,5.10.3 - mirroring artifact osgi.bundle,biz.aQute.bnd.embedded-repo.source,7.0.0.202310060912 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.3 - 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,jakarta.websocket-api,2.2.0 - 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,com.google.gson,2.11.0 - 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,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,com.sun.xml.bind.jaxb-osgi,2.3.9 - mirroring artifact osgi.bundle,org.jacoco.agent.source,0.8.12.202403310830 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.33.0.v20240628-1000 - mirroring artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 - mirroring artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.3 - 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,com.google.gson.source,2.11.0 - mirroring artifact osgi.bundle,slf4j.reload4j,2.0.13 - 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,com.sun.xml.bind.jaxb-impl.source,4.0.5 - mirroring artifact osgi.bundle,jakarta.servlet.jsp-api.source,3.1.1 - 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.apache.httpcomponents.httpclient,4.5.14 - mirroring artifact osgi.bundle,org.conscrypt.source,2.5.2 - mirroring artifact osgi.bundle,junit-platform-engine.source,1.10.3 - mirroring artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 - mirroring artifact osgi.bundle,com.google.errorprone.annotations,2.28.0 - 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,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.glassfish.jersey.ext.jersey-entity-filtering.source,3.1.7 - 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,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.felix.scr,2.2.12 - 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,junit-platform-runner.source,1.10.3 - 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.fasterxml.woodstox.woodstox-core,6.7.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,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,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.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,junit-platform-suite-engine.source,1.10.3 - 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,junit-platform-engine,1.10.3 - 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.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,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,org.osgi.util.pushstream.source,1.1.0.202212101352 - mirroring artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.7 - mirroring artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1 - mirroring artifact osgi.bundle,org.apache.sshd.sftp,2.13.1 - 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,org.apache.commons.cli,1.8.0 - 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,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,org.glassfish.jersey.inject.jersey-hk2.source,3.1.7 - mirroring artifact osgi.bundle,junit-vintage-engine,5.10.3 - 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.glassfish.jersey.media.jersey-media-json-jackson,3.1.7 - 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,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.mortbay.jasper.apache-jsp.source,9.0.90 - 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.apache.commons.logging,1.2.0 - mirroring artifact osgi.bundle,jakarta.xml.bind-api.source,2.3.3 - mirroring artifact osgi.bundle,org.apache.sshd.osgi,2.13.1 - 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,org.osgi.service.cm,1.6.1.202109301733 - mirroring artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 - mirroring artifact osgi.bundle,com.google.guava,33.2.1.jre - mirroring artifact osgi.bundle,slf4j.simple,2.0.13 - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model.source,4.1.0 - mirroring artifact osgi.bundle,org.easymock,5.3.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,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.glassfish.jersey.core.jersey-client.source,3.1.7 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0 - 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,org.apache.commons.commons-csv,1.11.0 - mirroring artifact osgi.bundle,jakarta.enterprise.lang-model,4.1.0 - mirroring artifact osgi.bundle,junit-platform-runner,1.10.3 - 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,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,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 osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16 - mirroring artifact osgi.bundle,org.apache.felix.scr.source,2.2.12 - 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,net.bytebuddy.byte-buddy-agent.source,1.14.17 - mirroring artifact osgi.bundle,jakarta.ws.rs-api,2.1.6 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.7 - 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,org.osgi.service.provisioning,1.2.0.201505202024 - mirroring artifact osgi.bundle,bcpg,1.78.1 - 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.apache.commons.commons-compress,1.26.2 - mirroring artifact osgi.bundle,org.objenesis,3.4.0 - mirroring artifact osgi.bundle,org.freemarker.freemarker.source,2.3.33.stable - mirroring artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0 - mirroring artifact osgi.bundle,org.apache.sshd.sftp.source,2.13.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,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,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.osgi.service.log.stream.source,1.0.0.202109301733 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.7 - 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,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,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,org.osgi.namespace.service.source,1.0.0.201505202024 - mirroring artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 - mirroring artifact osgi.bundle,org.kohsuke.args4j,2.37.0 - mirroring artifact osgi.bundle,javax.el-api,3.0.3 - mirroring artifact osgi.bundle,assertj-core.source,3.26.0 - 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,com.github.oshi.oshi-core.source,6.6.1 - 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,org.apache.commons.commons-collections4,4.4.0 - 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,org.apache.log4j.source,1.2.25 - mirroring artifact osgi.bundle,jakarta.security.auth.message-api.source,3.1.0 - 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,jakarta.security.auth.message-api,3.1.0 - 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,junit-jupiter-api.source,5.10.3 - mirroring artifact osgi.bundle,jakarta.websocket-client-api,2.2.0 - 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,junit-platform-suite-commons,1.10.3 - 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,org.apache.felix.http.servlet-api,1.2.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,3.1.7 - mirroring artifact osgi.bundle,jakarta.ws.rs-api.source,3.1.0 - mirroring artifact osgi.bundle,com.google.errorprone.annotations.source,2.28.0 - mirroring artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.17 - mirroring artifact osgi.bundle,org.jsoup,1.17.2 - mirroring artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core.source,6.7.0 - 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,org.mortbay.jasper.apache-jsp,10.1.25 - 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,org.glassfish.jersey.core.jersey-common.source,3.1.7 - mirroring artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 - mirroring artifact osgi.bundle,junit-jupiter-params,5.10.3 - mirroring artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 - mirroring artifact osgi.bundle,jakarta.persistence-api.source,2.2.3 - mirrored artifact osgi.bundle,io.github.classgraph.classgraph,4.8.174 - 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.objectweb.asm.tree,9.7.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet,2.43.0 - mirroring artifact osgi.bundle,org.apache.commons.commons-csv.source,1.11.0 - 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 - 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,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,jakarta.interceptor-api,1.2.5 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.90 - 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.networknt.json-schema-validator.source,1.4.3 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.90 - mirroring artifact osgi.bundle,com.miglayout.swing,11.3.0 - mirroring artifact osgi.bundle,com.github.oshi.oshi-core,6.6.1 - 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,org.mortbay.jasper.apache-el.source,9.0.90 - mirroring artifact osgi.bundle,stax2-api.source,4.2.2 - mirroring artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.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,org.apache.sshd.osgi.source,2.13.1 - 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.mortbay.jasper.apache-el.source,10.1.25 - mirroring artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,2.43.0 - mirroring artifact osgi.bundle,org.freemarker.freemarker,2.3.33.stable - 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,io.github.classgraph.classgraph.source,4.8.174 - 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,jakarta.websocket-client-api.source,2.2.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.7 - mirroring artifact osgi.bundle,jakarta.servlet-api,6.1.0 - 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.osgi.service.coordinator.source,1.0.2.201505202024 - mirroring artifact osgi.bundle,junit-platform-launcher,1.10.3 - 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.servlet-api.source,6.1.0 - mirroring artifact osgi.bundle,org.mortbay.jasper.apache-el,10.1.25 - 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-platform-suite-api.source,1.10.3 - mirroring artifact osgi.bundle,assertj-core,3.26.0 - mirroring artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.7 - 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.apache.logging.log4j.api,2.23.1 - mirrored artifact osgi.bundle,org.mandas.docker-client,5.2.2 - mirrored artifact osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 - mirrored artifact osgi.bundle,com.networknt.json-schema-validator,1.4.3 - mirrored artifact osgi.bundle,junit-jupiter-api,5.10.3 - mirrored artifact osgi.bundle,slf4j.nop,2.0.13 - mirrored artifact osgi.bundle,org.apiguardian.api,1.1.2 - mirrored artifact osgi.bundle,junit-platform-suite-engine,1.10.3 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy.source,1.14.17 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-server.source,3.1.7 - 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,com.sun.xml.bind.jaxb-impl,4.0.5 - mirrored artifact osgi.bundle,junit-platform-suite-api,1.10.3 - mirrored artifact osgi.bundle,org.glassfish.hk2.utils,2.6.1 - mirrored artifact osgi.bundle,bcprov,1.78.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,junit-platform-commons,1.10.3 - mirrored artifact osgi.bundle,com.github.jnr.constants,0.10.4 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi.source,4.0.5 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.17.1 - mirrored artifact osgi.bundle,com.github.jnr.constants.source,0.10.4 - mirrored artifact osgi.bundle,org.easymock.source,5.3.0 - mirrored artifact osgi.bundle,biz.aQute.repository.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,biz.aQute.resolve,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.osgi.service.log,1.5.0.202007221806 - 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.mortbay.jasper.apache-jsp.source,10.1.25 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.17.1 - mirrored artifact osgi.bundle,org.mandas.docker-client,7.0.8 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,3.1.7 - 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.osgi.util.measurement,1.0.2.201802012109 - mirrored artifact osgi.bundle,org.osgi.service.log.stream,1.0.0.202109301733 - 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,org.glassfish.jersey.core.jersey-server,3.1.7 - 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.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.17.1 - 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,com.google.inject.source,7.0.0 - mirrored artifact osgi.bundle,org.xbill.dns.source,3.5.3 - mirrored artifact osgi.bundle,org.apache.commons.discovery,0.5.0 - mirrored artifact osgi.bundle,junit-jupiter-engine.source,5.10.3 - mirrored artifact osgi.bundle,junit-platform-suite-commons.source,1.10.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.apache.felix.http.servlet-api.source,1.2.0 - mirrored artifact osgi.bundle,com.github.ben-manes.caffeine,3.1.8 - 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,org.apache.commons.cli.source,1.8.0 - 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.glassfish.jersey.containers.jersey-container-servlet-core,2.43.0 - mirrored artifact osgi.bundle,org.mockito.junit-jupiter,5.12.0 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell,1.1.4 - mirrored artifact osgi.bundle,junit-vintage-engine.source,5.10.3 - mirrored artifact osgi.bundle,com.google.guava.source,33.2.1.jre - mirrored artifact osgi.bundle,org.osgi.service.metatype,1.4.1.202109301733 - mirrored artifact osgi.bundle,biz.aQute.repository,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.objectweb.asm.tree.source,9.7.0 - mirrored artifact osgi.bundle,org.osgi.util.tracker.source,1.5.4.202109301733 - mirrored artifact osgi.bundle,org.apache.commons.commons-codec.source,1.17.0 - 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,junit-platform-launcher.source,1.10.3 - mirrored artifact osgi.bundle,junit-jupiter-params.source,5.10.3 - mirrored artifact osgi.bundle,com.googlecode.javaewah.JavaEWAH,1.2.3 - mirrored artifact osgi.bundle,jakarta.websocket-api.source,2.2.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.17.1 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy-agent,1.14.17 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all.source,4.33.0.v20240628-1000 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-osgi,4.0.5 - 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,slf4j.api,1.7.36 - mirrored artifact osgi.bundle,org.osgi.service.http.whiteboard,1.1.1.202109301733 - mirrored artifact osgi.bundle,org.apache.felix.gogo.shell.source,1.1.4 - mirrored artifact osgi.bundle,org.apache.commons.collections,3.2.2 - mirrored artifact osgi.bundle,jakarta.el-api,4.0.0 - 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,biz.aQute.bnd.annotation,7.0.0.202310060912 - mirrored artifact osgi.bundle,com.sun.jna.platform.source,5.14.0 - mirrored artifact osgi.bundle,org.osgi.namespace.extender.source,1.0.1.201505202024 - mirrored artifact osgi.bundle,org.osgi.service.provisioning.source,1.2.0.201505202024 - mirrored artifact osgi.bundle,org.apache.commons.commons-io.source,2.16.1 - 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,slf4j.simple.source,1.7.36 - mirrored artifact osgi.bundle,jakarta.xml.ws-api.source,2.3.3 - mirrored artifact osgi.bundle,org.burningwave.jvm-driver,8.16.1 - mirrored artifact osgi.bundle,junit-platform-commons.source,1.10.3 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.43.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.mockito.mockito-core.source,5.12.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.api,2.6.1 - mirrored artifact osgi.bundle,jakarta.xml.soap-api,1.4.2 - mirrored artifact osgi.bundle,org.apache.commons.collections.source,3.2.2 - 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,json.source,20230227.0.0 - mirrored artifact osgi.bundle,org.apache.velocity,1.7.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.43.0 - mirrored artifact osgi.bundle,org.apache.commons.lang,2.6.0 - mirrored artifact osgi.bundle,org.osgi.service.http,1.2.2.202109301733 - mirrored artifact osgi.bundle,jakarta.jws-api.source,2.1.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.api.source,2.6.1 - 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,junit-jupiter-engine,5.10.3 - mirrored artifact osgi.bundle,biz.aQute.bnd.embedded-repo.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport.source,5.10.3 - mirrored artifact osgi.bundle,slf4j.nop,1.7.36 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,2.43.0 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api,2.0.0 - mirrored artifact osgi.bundle,biz.aQute.bndlib,7.0.0.202310060912 - mirrored artifact osgi.bundle,org.apache.felix.gogo.runtime.source,1.1.6 - mirrored artifact osgi.bundle,jakarta.ejb-api,3.2.6 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14 - mirrored artifact osgi.bundle,org.bndtools.headless.build.plugin.gradle.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.websocket-api,2.2.0 - 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.mvel2.source,2.5.2.Final - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector.source,2.43.0 - mirrored artifact osgi.bundle,com.google.gson,2.11.0 - mirrored artifact osgi.bundle,org.objectweb.asm.util.source,9.7.0 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api,4.0.6 - 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,bcutil.source,1.78.1 - mirrored artifact osgi.bundle,org.jacoco.agent.source,0.8.12.202403310830 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.all,4.33.0.v20240628-1000 - mirrored artifact osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0 - mirrored artifact osgi.bundle,junit-jupiter-migrationsupport,5.10.3 - 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,com.sun.xml.bind.jaxb-osgi,2.3.9 - mirrored artifact osgi.bundle,com.google.gson.source,2.11.0 - mirrored artifact osgi.bundle,slf4j.reload4j,2.0.13 - mirrored artifact osgi.bundle,org.osgi.service.metatype.annotations,1.4.1.202109301733 - mirrored artifact osgi.bundle,org.osgi.service.useradmin.source,1.1.1.202109301733 - mirrored artifact osgi.bundle,jakarta.xml.bind-api,4.0.2 - mirrored artifact osgi.bundle,org.hamcrest.source,2.2.0 - mirrored artifact osgi.bundle,org.objectweb.asm,9.7.0 - mirrored artifact osgi.bundle,jakarta.servlet.jsp-api.source,3.1.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.43.0 - mirrored artifact osgi.bundle,com.sun.xml.bind.jaxb-impl.source,4.0.5 - 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.conscrypt.source,2.5.2 - mirrored artifact osgi.bundle,junit-platform-engine.source,1.10.3 - mirrored artifact osgi.bundle,org.osgi.service.component.annotations.source,1.5.1.202212101352 - mirrored artifact osgi.bundle,com.google.errorprone.annotations,2.28.0 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14 - 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,org.mandas.docker-client.source,5.2.2 - mirrored artifact osgi.bundle,com.google.inject,7.0.0 - 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,org.glassfish.jersey.ext.jersey-entity-filtering.source,3.1.7 - mirrored artifact osgi.bundle,javassist.source,3.30.2.GA - mirrored artifact osgi.bundle,org.osgi.service.http.source,1.2.2.202109301733 - mirrored artifact osgi.bundle,org.yaml.snakeyaml.source,2.2.0 - 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.felix.scr,2.2.12 - 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,org.glassfish.hk2.api,3.1.0 - mirrored artifact osgi.bundle,junit-platform-runner.source,1.10.3 - 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.glassfish.jersey.core.jersey-server,2.43.0 - 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.mockito.mockito-core,5.12.0 - mirrored artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core,6.7.0 - mirrored artifact osgi.bundle,org.osgi.service.packageadmin.source,1.2.1.202007221806 - mirrored artifact osgi.bundle,jakarta.annotation-api,1.3.5 - mirrored artifact osgi.bundle,org.osgi.util.xml.source,1.0.2.202109301733 - mirrored artifact osgi.bundle,org.osgi.service.device,1.1.1.202109301733 - mirrored artifact osgi.bundle,stax2-api,4.2.2 - 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,org.apache.commons.lang3.source,3.14.0 - mirrored artifact osgi.bundle,org.osgi.dto.source,1.1.1.202007221806 - mirrored artifact osgi.bundle,com.evolvedbinary.thirdparty.org.apache.xmlrpc.xmlrpc-common.source,5.0.0 - mirrored artifact osgi.bundle,jakarta.servlet-api,4.0.0 - mirrored artifact osgi.bundle,org.osgi.service.event,1.4.1.202109301733 - mirrored artifact osgi.bundle,junit-platform-suite-engine.source,1.10.3 - 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.apache.tika.core,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,junit-platform-engine,1.10.3 - 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,org.osgi.service.metatype.source,1.4.1.202109301733 - mirrored artifact osgi.bundle,jakarta.interceptor-api.source,2.2.0 - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3 - mirrored artifact osgi.bundle,org.objectweb.asm.util,9.7.0 - 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,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.osgi.util.pushstream.source,1.1.0.202212101352 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,3.1.7 - mirrored artifact osgi.bundle,org.bndtools.templating,7.0.0.202310060912 - mirrored artifact osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1 - mirrored artifact osgi.bundle,org.osgi.util.tracker,1.5.4.202109301733 - mirrored artifact osgi.bundle,org.apache.sshd.sftp,2.13.1 - mirrored artifact osgi.bundle,ch.qos.logback.classic.source,1.5.6 - mirrored artifact osgi.bundle,com.ethlo.time.itu.source,1.10.2 - mirrored artifact osgi.bundle,org.apache.commons.cli,1.8.0 - 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,com.miglayout.swing.source,11.3.0 - mirrored artifact osgi.bundle,org.osgi.util.position,1.0.1.201505202026 - mirrored artifact osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,3.1.7 - mirrored artifact osgi.bundle,jakarta.el-api.source,5.0.1 - mirrored artifact osgi.bundle,junit-vintage-engine,5.10.3 - 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.glassfish.jersey.media.jersey-media-json-jackson,3.1.7 - 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,org.apache.commons.jxpath,1.3.0 - mirrored artifact osgi.bundle,org.osgi.service.prefs.source,1.1.2.202109301733 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,2.43.0 - 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.mortbay.jasper.apache-jsp.source,9.0.90 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16 - mirrored artifact osgi.bundle,org.apache.commons.logging,1.2.0 - mirrored artifact osgi.bundle,biz.aQute.bnd.util,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.xml.bind-api.source,2.3.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,org.osgi.service.cm,1.6.1.202109301733 - mirrored artifact osgi.bundle,org.osgi.util.xml,1.0.2.202109301733 - mirrored artifact osgi.bundle,org.apache.sshd.osgi,2.13.1 - 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,org.easymock,5.3.0 - mirrored artifact osgi.bundle,bcutil,1.78.1 - mirrored artifact osgi.bundle,com.google.guava,33.2.1.jre - mirrored artifact osgi.bundle,org.osgi.namespace.extender,1.0.1.201505202024 - mirrored artifact osgi.bundle,org.osgi.util.function,1.2.0.202109301733 - mirrored artifact osgi.bundle,org.osgi.service.device.source,1.1.1.202109301733 - 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,org.apache.commons.logging.source,1.2.0 - mirrored artifact osgi.bundle,com.sun.jna.platform,5.14.0 - mirrored artifact osgi.bundle,org.osgi.framework,1.10.0.202007221806 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering.source,2.43.0 - mirrored artifact osgi.bundle,org.tukaani.xz,1.9.0 - mirrored artifact osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.17.1 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client.source,3.1.7 - 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,org.apache.commons.commons-csv,1.11.0 - mirrored artifact osgi.bundle,jakarta.enterprise.lang-model,4.1.0 - mirrored artifact osgi.bundle,junit-platform-runner,1.10.3 - mirrored artifact osgi.bundle,org.osgi.service.wireadmin,1.0.2.202109301733 - mirrored artifact osgi.bundle,org.mongodb.mongo-java-driver,3.12.14 - mirrored artifact osgi.bundle,org.apache.commons.commons-io,2.16.1 - 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,org.osgi.service.url,1.0.1.202007221806 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16 - mirrored artifact osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.17.1 - mirrored artifact osgi.bundle,org.apache.felix.scr.source,2.2.12 - 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,net.bytebuddy.byte-buddy-agent.source,1.14.17 - mirrored artifact osgi.bundle,jakarta.ws.rs-api,2.1.6 - mirrored artifact osgi.bundle,jakarta.servlet-api.source,5.0.0 - mirrored artifact osgi.bundle,jakarta.xml.bind-api,2.3.3 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,3.1.7 - 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,org.apache.aries.spifly.dynamic.bundle,1.3.7 - mirrored artifact osgi.bundle,javax.xml.rpc-api.source,1.1.4 - 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,org.osgi.service.provisioning,1.2.0.201505202024 - mirrored artifact osgi.bundle,bcpg,1.78.1 - mirrored artifact osgi.bundle,org.apache.commons.commons-logging,1.3.2 - mirrored artifact osgi.bundle,org.apache.commons.lang3,3.14.0 - mirrored artifact osgi.bundle,org.objenesis,3.4.0 - mirrored artifact osgi.bundle,org.apache.commons.commons-compress,1.26.2 - mirrored artifact osgi.bundle,org.objectweb.asm.commons.source,9.7.0 - mirrored artifact osgi.bundle,org.freemarker.freemarker.source,2.3.33.stable - mirrored artifact osgi.bundle,org.apache.sshd.sftp.source,2.13.1 - 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-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,com.fasterxml.jackson.core.jackson-annotations,2.17.1 - mirrored artifact osgi.bundle,org.osgi.util.position.source,1.0.1.201505202026 - mirrored artifact osgi.bundle,org.eclipse.jetty.servlet-api.source,4.0.6 - 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,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.osgi.service.log.stream.source,1.0.0.202109301733 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-client,3.1.7 - 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,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,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,org.osgi.namespace.service.source,1.0.0.201505202024 - mirrored artifact osgi.bundle,org.snakeyaml.engine.source,2.7.0 - mirrored artifact osgi.bundle,org.kohsuke.args4j,2.37.0 - mirrored artifact osgi.bundle,javax.el-api,3.0.3 - mirrored artifact osgi.bundle,assertj-core.source,3.26.0 - 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,com.github.oshi.oshi-core.source,6.6.1 - 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,org.apache.commons.commons-collections4,4.4.0 - mirrored artifact osgi.bundle,slf4j.reload4j.source,2.0.13 - mirrored artifact osgi.bundle,com.ibm.icu,75.1.0 - 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,jakarta.security.auth.message-api.source,3.1.0 - mirrored artifact osgi.bundle,org.jacoco.report.source,0.8.12.202403310830 - mirrored artifact osgi.bundle,jakarta.security.auth.message-api,3.1.0 - 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,junit-jupiter-api.source,5.10.3 - mirrored artifact osgi.bundle,jakarta.websocket-client-api,2.2.0 - 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,junit-platform-suite-commons,1.10.3 - 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,org.apache.felix.http.servlet-api,1.2.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,3.1.7 - mirrored artifact osgi.bundle,jakarta.ws.rs-api.source,3.1.0 - mirrored artifact osgi.bundle,com.google.errorprone.annotations.source,2.28.0 - mirrored artifact osgi.bundle,org.conscrypt,2.5.2 - mirrored artifact osgi.bundle,org.jsoup,1.17.2 - mirrored artifact osgi.bundle,com.fasterxml.woodstox.woodstox-core.source,6.7.0 - mirrored artifact osgi.bundle,net.bytebuddy.byte-buddy,1.14.17 - mirrored artifact osgi.bundle,org.mongodb.mongo-java-driver.source,3.12.14 - mirrored artifact osgi.bundle,org.antlr.antlr4-runtime.source,4.13.1 - mirrored artifact osgi.bundle,javassist,3.30.2.GA - mirrored artifact osgi.bundle,org.apache.logging.log4j.api.source,2.23.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.mortbay.jasper.apache-jsp,10.1.25 - mirrored artifact osgi.bundle,com.github.jnr.ffi,2.2.16 - mirrored artifact osgi.bundle,jakarta.annotation-api,2.1.1 - mirrored artifact osgi.bundle,com.github.jnr.posix,3.1.19 - mirrored artifact osgi.bundle,org.glassfish.hk2.locator,2.6.1 - mirrored artifact osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3 - mirrored artifact osgi.bundle,junit-jupiter-params,5.10.3 - mirrored artifact osgi.bundle,jakarta.transaction-api.source,1.3.3 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common.source,3.1.7 - 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,org.bndtools.headless.build.manager.source,7.0.0.202310060912 - mirrored artifact osgi.bundle,bcpkix,1.78.1 - 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.glassfish.jersey.core.jersey-server.source,2.43.0 - mirrored artifact osgi.bundle,org.bndtools.templates.template.source,7.0.0.202310060912 - 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,org.apache.commons.commons-csv.source,1.11.0 - 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,jakarta.xml.soap-api.source,1.4.2 - mirrored artifact osgi.bundle,org.osgi.service.startlevel,1.1.1.202007221806 - mirrored artifact osgi.bundle,jakarta.transaction-api.source,2.0.1 - mirrored artifact osgi.bundle,org.bndtools.versioncontrol.ignores.manager,7.0.0.202310060912 - mirrored artifact osgi.bundle,jakarta.ws.rs-api,3.1.0 - 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.sat4j.pb,2.3.6.v20201214 - 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,org.osgi.util.promise,1.3.0.202212101352 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,9.0.90 - mirrored artifact osgi.bundle,slf4j.nop.source,2.0.13 - mirrored artifact osgi.bundle,com.networknt.json-schema-validator.source,1.4.3 - mirrored artifact osgi.bundle,com.miglayout.swing,11.3.0 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-jsp,9.0.90 - mirrored artifact osgi.bundle,org.burningwave.core,12.65.1 - mirrored artifact osgi.bundle,com.github.oshi.oshi-core,6.6.1 - mirrored artifact osgi.bundle,com.github.jnr.enxio.source,0.32.17 - 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,stax2-api.source,4.2.2 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,9.0.90 - mirrored artifact osgi.bundle,org.osgi.annotation.bundle.source,2.0.0.202202082230 - mirrored artifact osgi.bundle,com.sun.el.javax.el,3.0.4 - mirrored artifact osgi.bundle,org.apache.commons.commons-compress.source,1.26.2 - mirrored artifact osgi.bundle,org.apache.sshd.osgi.source,2.13.1 - mirrored artifact osgi.bundle,org.mozilla.rhino,1.7.15 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el.source,10.1.25 - 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.osgi.resource,1.0.1.202007221806 - mirrored artifact osgi.bundle,com.github.jnr.jffi,1.3.13 - mirrored artifact osgi.bundle,jakarta.inject.jakarta.inject-api,2.0.1 - mirrored artifact osgi.bundle,org.freemarker.freemarker,2.3.33.stable - mirrored artifact osgi.bundle,io.github.classgraph.classgraph.source,4.8.174 - 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,jakarta.websocket-client-api.source,2.2.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.ext.jersey-entity-filtering,3.1.7 - mirrored artifact osgi.bundle,com.ibm.icu.source,75.1.0 - mirrored artifact osgi.bundle,javax.xml.rpc-api,1.1.4 - mirrored artifact osgi.bundle,jakarta.servlet-api,6.1.0 - 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.osgi.service.coordinator.source,1.0.2.201505202024 - mirrored artifact osgi.bundle,org.tukaani.xz.source,1.9.0 - mirrored artifact osgi.bundle,org.osgi.service.repository,1.1.0.201505202024 - mirrored artifact osgi.bundle,junit-platform-launcher,1.10.3 - mirrored artifact osgi.bundle,biz.aQute.bnd.annotation.source,7.0.0.202310060912 - 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.servlet-api.source,6.1.0 - mirrored artifact osgi.bundle,org.mortbay.jasper.apache-el,10.1.25 - mirrored artifact osgi.bundle,org.glassfish.jersey.core.jersey-common,2.43.0 - 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,junit-platform-suite-api.source,1.10.3 - mirrored artifact osgi.bundle,ch.qos.logback.core,1.5.6 - mirrored artifact osgi.bundle,org.glassfish.jersey.connectors.jersey-apache-connector,3.1.7 - mirrored artifact osgi.bundle,org.apache.commons.text,1.12.0 - mirrored artifact osgi.bundle,org.glassfish.jersey.containers.jersey-container-servlet-core.source,2.43.0 - mirrored artifact osgi.bundle,assertj-core,3.26.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.org.antlr.3.2,4.33.0 - mirroring artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.33.0 - 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.com.jcraft.jsch.source,4.33.0 - mirroring artifact osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.33.0 - mirroring artifact osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.33.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 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.com.jcraft.jzlib.source,4.33.0 - mirroring artifact osgi.bundle,org.commonmark,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.33.0 - 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 osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2,4.33.0 - mirroring artifact osgi.bundle,javax.wsdl,1.6.3.v20230730-0710 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant.source,4.33.0 - 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 - mirrored artifact osgi.bundle,com.zaxxer.sparsebits,1.3.0.v20230929-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.33.0 - mirroring artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.33.0 - mirroring artifact osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.33.0 - mirroring artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.33.0 - 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.xerces,4.33.0 - mirroring artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.33.0 - mirroring artifact osgi.bundle,org.cyclonedx.core-java,8.0.3.v20231221-1500 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.33.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.batik.shared.resources,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.33.0 - mirroring artifact osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.33.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.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.33.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.org.apache.xmlgraphics.source,4.33.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.org.apache.xmlgraphics,4.33.0 - mirroring artifact osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746 - mirroring artifact osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20230928-1302 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.33.0 - mirroring artifact osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500 - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.33.0 - 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,4.33.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.org.apache.xmlbeans.source,4.33.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 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.httpcomponents.httpclient-win,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.33.0 - mirroring artifact osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.33.0 - 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.xml-resolver,4.33.0 - mirroring artifact osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.33.0 - mirroring artifact osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20230916-1400 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.33.0 - 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.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.hamcrest.library.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.33.0 - mirroring artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.33.0 - mirroring artifact osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800 - mirroring artifact osgi.bundle,org.apache.xmlbeans.source,5.2.1.v20240527-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.batik.css.source,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.33.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.org.apache.poi,4.33.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 org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.33.0 - mirroring artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,com.google.javascript,0.0.20240317.v20240319-0700 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.33.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 org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.33.0 - 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.org.jdom.source,4.33.0 - mirroring artifact osgi.bundle,org.apache.xmlbeans,5.2.1.v20240527-0800 - 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 osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.33.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 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 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.org.apache.httpcomponents.core5.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.33.0 - 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.httpcomponents.client5.httpclient5-win.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.33.0 - mirroring artifact osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.33.0 - mirroring artifact osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.33.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 osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 - mirroring artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.33.0 - mirroring artifact osgi.bundle,org.apache.batik.i18n.source,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.33.0 - mirroring artifact osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000 - mirroring artifact osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.33.0 - mirroring artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.33.0 - 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.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.javax.wsdl,4.33.0 - mirroring artifact osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.33.0 - mirroring artifact osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.33.0 - 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.org.antlr.3.x,4.33.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.junit,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.33.0 - mirroring artifact osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.33.0 - mirroring artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 - mirroring artifact osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.33.0 - mirroring artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 - mirroring artifact osgi.bundle,org.apache.poi,5.2.5.v20231203-1619 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.33.0 - 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.konghq.source,4.33.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.batik.awt.util,1.17.0.v20231215-1130 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.33.0 - mirroring artifact osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130 - 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.com.jcraft.jsch.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.33.0 - mirrored artifact osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.ant,1.10.14.v20230922-1200 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.33.0 - mirrored artifact osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400 - mirrored artifact osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20230723-0712 - mirrored artifact osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400 - mirrored artifact osgi.bundle,org.commonmark-image-attributes,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.33.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.com.jcraft.jsch,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.33.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.org.apache.axis.ant.source,4.33.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.org.apache.poi.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.33.0 - mirrored artifact osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.33.0 - mirrored artifact osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.33.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 org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.33.0 - 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,org.commonmark-gfm-tables.source,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746 - mirrored artifact osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.33.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.batik.shared.resources,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.4.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.33.0 - mirrored artifact osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.33.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.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.33.0 - mirrored artifact osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics.source,4.33.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.org.apache.xmlgraphics,4.33.0 - mirrored artifact osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746 - mirrored artifact osgi.bundle,org.cyclonedx.core-java.source,8.0.3.v20231221-1500 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.33.0 - mirrored artifact osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500 - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.33.0 - 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,4.33.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.org.apache.xmlbeans.source,4.33.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 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.httpcomponents.httpclient-win,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.33.0 - mirrored artifact osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.33.0 - 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.xml-resolver,4.33.0 - mirrored artifact osgi.bundle,org.joni,2.2.1.v20230703-0749 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.33.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.poi.source,5.2.5.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 osgi.bundle,org.apache.axis,1.4.1.v20231107-0937 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.33.0 - mirrored artifact osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800 - mirrored artifact osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900 - 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.batik.css.source,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.33.0 - mirrored artifact osgi.bundle,org.apache.xmlbeans.source,5.2.1.v20240527-0800 - mirrored artifact osgi.bundle,org.commonmark-heading-anchor.source,0.22.0.v20240316-0700 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi,4.33.0 - mirrored artifact osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600 - mirrored artifact osgi.bundle,org.hamcrest.library,2.2.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.4.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.33.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 org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.33.0 - 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.org.jdom.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.xmlbeans,5.2.1.v20240527-0800 - 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 osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.33.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 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 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.org.apache.httpcomponents.core5.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.33.0 - 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.httpcomponents.client5.httpclient5-win.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.33.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.apache.httpcomponents.client5.httpclient5,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.33.0 - mirrored artifact osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000 - mirrored artifact osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130 - mirrored artifact osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.4.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms,4.33.0 - mirrored artifact osgi.bundle,org.dom4j,2.1.4.v20231001-0922 - mirrored artifact osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.33.0 - mirrored artifact osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130 - 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 osgi.bundle,org.commonmark-heading-anchor,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl,4.33.0 - 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.xalan.source,2.7.2.v20230928-1302 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.33.0 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.33.0 - mirrored artifact osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20230715-0746 - mirrored artifact osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800 - mirrored artifact osgi.bundle,org.hamcrest.core.source,1.3.0.v20230809-1000 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x,4.33.0 - mirrored artifact osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.junit,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.33.0 - mirrored artifact osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.33.0 - mirrored artifact osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400 - mirrored artifact osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.33.0 - mirrored artifact osgi.bundle,org.junit.source,4.13.2.v20230809-1000 - mirrored artifact osgi.bundle,org.apache.poi,5.2.5.v20231203-1619 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.33.0 - 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 org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.33.0 - 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.konghq.source,4.33.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.batik.awt.util,1.17.0.v20231215-1130 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.33.0 - mirrored artifact osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700 - mirrored artifact osgi.bundle,org.apache.poi.ooxml.schemas.source,5.2.5.v20231203-1619 Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@b97dad85 (classifier: osgi.bundle, id: org.apache.lucene.analysis-common, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@aebd41c2 (classifier: osgi.bundle, id: org.apache.lucene.analysis-common.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@c9436278 (classifier: osgi.bundle, id: org.apache.lucene.analysis-smartcn, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@35a2a56f (classifier: osgi.bundle, id: org.apache.lucene.analysis-smartcn.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@dc3a0e14 (classifier: osgi.bundle, id: org.apache.lucene.core, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@b81cf253 (classifier: osgi.bundle, id: org.apache.lucene.core.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@ecf66421 (classifier: osgi.bundle, id: org.apache.lucene.misc, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@876323a6 (classifier: osgi.bundle, id: org.apache.lucene.misc.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@582f0a6f (classifier: osgi.bundle, id: org.apache.lucene.queries, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@36df6998 (classifier: osgi.bundle, id: org.apache.lucene.queries.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@185140b0 (classifier: osgi.bundle, id: org.apache.lucene.queryparser, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@4c20d837 (classifier: osgi.bundle, id: org.apache.lucene.queryparser.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@26f69d90 (classifier: osgi.bundle, id: org.apache.lucene.sandbox, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@3b033f57 (classifier: osgi.bundle, id: org.apache.lucene.sandbox.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@25d5c191 (classifier: org.eclipse.update.feature, id: org.eclipse.orbit.maven.lucene, version: 4.33.0.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@8ea7ad26 (classifier: org.eclipse.update.feature, id: org.eclipse.orbit.maven.lucene.source, version: 4.33.0.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@b97dad85 (classifier: osgi.bundle, id: org.apache.lucene.analysis-common, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@aebd41c2 (classifier: osgi.bundle, id: org.apache.lucene.analysis-common.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@c9436278 (classifier: osgi.bundle, id: org.apache.lucene.analysis-smartcn, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@35a2a56f (classifier: osgi.bundle, id: org.apache.lucene.analysis-smartcn.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@dc3a0e14 (classifier: osgi.bundle, id: org.apache.lucene.core, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@b81cf253 (classifier: osgi.bundle, id: org.apache.lucene.core.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@ecf66421 (classifier: osgi.bundle, id: org.apache.lucene.misc, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@876323a6 (classifier: osgi.bundle, id: org.apache.lucene.misc.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@582f0a6f (classifier: osgi.bundle, id: org.apache.lucene.queries, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@36df6998 (classifier: osgi.bundle, id: org.apache.lucene.queries.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@185140b0 (classifier: osgi.bundle, id: org.apache.lucene.queryparser, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@4c20d837 (classifier: osgi.bundle, id: org.apache.lucene.queryparser.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@26f69d90 (classifier: osgi.bundle, id: org.apache.lucene.sandbox, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@3b033f57 (classifier: osgi.bundle, id: org.apache.lucene.sandbox.source, version: 9.11.1.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@25d5c191 (classifier: org.eclipse.update.feature, id: org.eclipse.orbit.maven.lucene, version: 4.33.0.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) Error during mirroring: Artifact org.eclipse.cbi.p2repo.p2.impl.ArtifactKeyImpl@8ea7ad26 (classifier: org.eclipse.update.feature, id: org.eclipse.orbit.maven.lucene.source, version: 4.33.0.v20240628-1000) could not be found in the artifact repository (https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest) 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 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.33.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.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna,4.33.0 - mirroring artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna.source,4.33.0 - mirroring artifact osgi.bundle,com.sun.jna,5.14.0.v20231211-1200 - 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.33.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.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna,4.33.0 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.maven.net.java.dev.jna.source,4.33.0 - mirrored artifact osgi.bundle,com.github.jnr.jffi.native,1.3.13.v20240215-1616 - 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.33.0.v20240606-1501 - 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.apache.wsil4j.source,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.eclipse.orbit.sun.security,0.1.0.v20231006-1251 - mirrored artifact org.eclipse.update.feature,org.eclipse.orbit.legacy,4.33.0.v20240606-1501 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.eclipse.orbit.xml-apis-ext.source,1.0.0.v20230923-0644 - mirrored artifact osgi.bundle,org.apache.wsil4j,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 33 seconds Build failed! Exception was org.eclipse.core.runtime.CoreException: Not all artifacts could be mirrored, see log for details Not all artifacts could be mirrored, see log for details [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:23 min [INFO] Finished at: 2024-06-28T11:28:21Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-eclipse-plugin:4.0.8:eclipse-run (build-repo) on project org.eclipse.orbit.aggregation.parent: Error while executing platform: Error while executing platform: return code=13, see content of /home/jenkins/agent/workspace/orbit-simrel-orbit-aggregation/orbit-aggregation/target/eclipserun-work/data/.metadata/.logfor more details. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // dir [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 128 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] mail [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE