From 5db92f3ff6c2531ddc476bbec80a5745bb5b497a Mon Sep 17 00:00:00 2001 From: Sindre Stephansen Date: Wed, 28 Dec 2022 12:44:38 +0100 Subject: [PATCH] Update packages --- pom.xml | 26 + .../pom.xml | 3 +- .../com.google.inject-guice-bom-5.1.0/pom.xml | 4 +- .../pom.xml | 14 + poms/io.insert-koin-koin-core-3.3.0/pom.xml | 14 + .../pom.xml | 14 + poms/io.insert-koin-koin-test-3.3.0/pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + poms/io.kotest-kotest-bom-5.5.4/pom.xml | 4 +- .../pom.xml | 14 + poms/io.ktor-ktor-bom-2.0.1/pom.xml | 4 +- poms/io.ktor-ktor-bom-2.2.1/pom.xml | 4 +- poms/io.mockk-mockk-1.13.3/pom.xml | 14 + .../pom.xml | 4 +- .../pom.xml | 11584 ++++++++++++++++ poms/org.apache.sshd-sshd-2.9.2/pom.xml | 4 +- poms/org.axonframework-axon-bom-4.6.2/pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 204 + .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 14 + .../pom.xml | 4 +- .../pom.xml | 50 + .../pom.xml | 14 + poms/org.junit-junit-bom-5.7.1/pom.xml | 4 +- poms/org.junit-junit-bom-5.9.1/pom.xml | 4 +- poms/org.kodein.di-kodein-di-7.16.0/pom.xml | 14 + poms/org.mockito-mockito-bom-4.10.0/pom.xml | 104 + poms/org.slf4j-slf4j-api-2.0.6/pom.xml | 14 + .../pom.xml | 159 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + .../pom.xml | 14 + 42 files changed, 12453 insertions(+), 27 deletions(-) create mode 100644 poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml create mode 100644 poms/io.insert-koin-koin-core-3.3.0/pom.xml create mode 100644 poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml create mode 100644 poms/io.insert-koin-koin-test-3.3.0/pom.xml create mode 100644 poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml create mode 100644 poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml create mode 100644 poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml create mode 100644 poms/io.mockk-mockk-1.13.3/pom.xml create mode 100644 poms/io.quarkus.platform-quarkus-camel-bom-2.15.1.Final/pom.xml create mode 100644 poms/org.jboss.resteasy-resteasy-bom-6.2.2.Final/pom.xml create mode 100644 poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC2/pom.xml create mode 100644 poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml create mode 100644 poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml create mode 100644 poms/org.kodein.di-kodein-di-7.16.0/pom.xml create mode 100644 poms/org.mockito-mockito-bom-4.10.0/pom.xml create mode 100644 poms/org.slf4j-slf4j-api-2.0.6/pom.xml create mode 100644 poms/org.springframework-spring-framework-bom-6.0.3/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-actuator-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-amqp-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-security-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-test-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.1/pom.xml create mode 100644 poms/org.springframework.boot-spring-boot-starter-web-3.0.1/pom.xml create mode 100644 poms/org.springframework.security-spring-security-test-6.0.1/pom.xml diff --git a/pom.xml b/pom.xml index 25d44e1..7a2f63f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,26 +13,34 @@ poms/com.thoughtworks.qdox-qdox-2.0.1/pom.xml poms/com.vladmihalcea-hibernate-types-55-2.19.2/pom.xml poms/com.vladmihalcea-hibernate-types-55-2.20.0/pom.xml + poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml poms/io.github.microutils-kotlin-logging-3.0.0/pom.xml poms/io.github.microutils-kotlin-logging-3.0.2/pom.xml poms/io.github.microutils-kotlin-logging-3.0.4/pom.xml poms/io.github.microutils-kotlin-logging-jvm-3.0.0/pom.xml poms/io.github.microutils-kotlin-logging-jvm-3.0.2/pom.xml poms/io.github.microutils-kotlin-logging-jvm-3.0.4/pom.xml + poms/io.insert-koin-koin-core-3.3.0/pom.xml poms/io.insert-koin-koin-core-jvm-3.2.2/pom.xml + poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml poms/io.insert-koin-koin-ktor-3.2.2/pom.xml + poms/io.insert-koin-koin-test-3.3.0/pom.xml poms/io.insert-koin-koin-test-core-2.2.3/pom.xml poms/io.insert-koin-koin-test-junit5-3.2.2/pom.xml + poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml poms/io.insert-koin-koin-test-jvm-3.2.2/pom.xml + poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml poms/io.kotest-kotest-bom-5.4.2/pom.xml poms/io.kotest-kotest-bom-5.5.0/pom.xml poms/io.kotest-kotest-bom-5.5.1/pom.xml poms/io.kotest-kotest-bom-5.5.4/pom.xml + poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml poms/io.kotest-kotest-runner-junit5-jvm-5.5.4/pom.xml poms/io.ktor-ktor-bom-2.0.1/pom.xml poms/io.ktor-ktor-bom-2.1.2/pom.xml poms/io.ktor-ktor-bom-2.1.3/pom.xml poms/io.ktor-ktor-bom-2.2.1/pom.xml + poms/io.mockk-mockk-1.13.3/pom.xml poms/io.mockk-mockk-jvm-1.13.2/pom.xml poms/io.mockk-mockk-jvm-1.13.3/pom.xml poms/io.quarkiverse.mockk-quarkus-junit5-mockk-1.1.1/pom.xml @@ -44,6 +52,7 @@ poms/io.quarkus.platform-quarkus-camel-bom-2.13.2.Final/pom.xml poms/io.quarkus.platform-quarkus-camel-bom-2.14.1.Final/pom.xml poms/io.quarkus.platform-quarkus-camel-bom-2.15.0.CR1/pom.xml + poms/io.quarkus.platform-quarkus-camel-bom-2.15.1.Final/pom.xml poms/io.quarkus.platform-quarkus-maven-plugin-2.13.0.Final/pom.xml poms/io.quarkus.platform-quarkus-maven-plugin-2.13.2.Final/pom.xml poms/io.quarkus.platform-quarkus-maven-plugin-3.0.0.Alpha1/pom.xml @@ -98,6 +107,7 @@ poms/org.hibernate.reactive-hibernate-reactive-core-1.1.9.Final/pom.xml poms/org.jboss.resteasy-resteasy-bom-6.2.0.Final/pom.xml poms/org.jboss.resteasy-resteasy-bom-6.2.1.Final/pom.xml + poms/org.jboss.resteasy-resteasy-bom-6.2.2.Final/pom.xml poms/org.jetbrains.exposed-exposed-bom-0.39.2/pom.xml poms/org.jetbrains.exposed-exposed-bom-0.40.1/pom.xml poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml @@ -114,12 +124,16 @@ poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.6.21/pom.xml poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.7.20/pom.xml poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-Beta/pom.xml + poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC2/pom.xml poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC/pom.xml poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml + poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-jvm-1.6.4/pom.xml + poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml poms/org.jetbrains.kotlinx-kotlinx-datetime-jvm-0.4.0/pom.xml poms/org.junit-junit-bom-5.7.1/pom.xml poms/org.junit-junit-bom-5.9.1/pom.xml + poms/org.kodein.di-kodein-di-7.16.0/pom.xml poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.15.0-kotlin-1.7.20-RC/pom.xml poms/org.kodein.di-kodein-di-framework-ktor-server-jvm-7.16.0/pom.xml poms/org.kodein.di-kodein-di-jvm-7.15.0-kotlin-1.7.20-RC/pom.xml @@ -127,12 +141,14 @@ poms/org.ktorm-ktorm-core-3.5.0/pom.xml poms/org.mockito.kotlin-mockito-kotlin-4.0.0/pom.xml poms/org.mockito.kotlin-mockito-kotlin-4.1.0/pom.xml + poms/org.mockito-mockito-bom-4.10.0/pom.xml poms/org.mockito-mockito-bom-4.8.0/pom.xml poms/org.mockito-mockito-bom-4.8.1/pom.xml poms/org.mockito-mockito-bom-4.9.0/pom.xml poms/org.slf4j-slf4j-api-2.0.3/pom.xml poms/org.slf4j-slf4j-api-2.0.4/pom.xml poms/org.slf4j-slf4j-api-2.0.5/pom.xml + poms/org.slf4j-slf4j-api-2.0.6/pom.xml poms/org.snmp4j-snmp4j-3.7.1/pom.xml poms/org.snmp4j-snmp4j-3.7.3/pom.xml poms/org.snmp4j-snmp4j-3.7.4/pom.xml @@ -142,34 +158,44 @@ poms/org.springframework.boot-spring-boot-starter-actuator-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-actuator-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-actuator-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-actuator-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-amqp-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-amqp-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-amqp-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-amqp-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-hateoas-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-hateoas-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-security-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-security-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-security-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-security-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-test-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-test-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-test-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-test-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-thymeleaf-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-thymeleaf-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.1/pom.xml poms/org.springframework.boot-spring-boot-starter-web-2.7.4/pom.xml poms/org.springframework.boot-spring-boot-starter-web-2.7.5/pom.xml poms/org.springframework.boot-spring-boot-starter-web-3.0.0/pom.xml + poms/org.springframework.boot-spring-boot-starter-web-3.0.1/pom.xml poms/org.springframework.security-spring-security-test-5.7.3/pom.xml poms/org.springframework.security-spring-security-test-5.7.4/pom.xml poms/org.springframework.security-spring-security-test-5.7.5/pom.xml poms/org.springframework.security-spring-security-test-6.0.0/pom.xml + poms/org.springframework.security-spring-security-test-6.0.1/pom.xml poms/org.springframework-spring-framework-bom-5.3.23/pom.xml poms/org.springframework-spring-framework-bom-6.0.0/pom.xml poms/org.springframework-spring-framework-bom-6.0.2/pom.xml + poms/org.springframework-spring-framework-bom-6.0.3/pom.xml poms/org.thymeleaf.extras-thymeleaf-extras-springsecurity5-3.1.0.M1/pom.xml poms/org.thymeleaf.extras-thymeleaf-extras-springsecurity5-3.1.0.RC1/pom.xml poms/org.thymeleaf.extras-thymeleaf-extras-springsecurity5-3.1.0.RELEASE/pom.xml diff --git a/poms/com.fasterxml.jackson-jackson-bom-2.14.1/pom.xml b/poms/com.fasterxml.jackson-jackson-bom-2.14.1/pom.xml index b8d1215..b96cc6a 100644 --- a/poms/com.fasterxml.jackson-jackson-bom-2.14.1/pom.xml +++ b/poms/com.fasterxml.jackson-jackson-bom-2.14.1/pom.xml @@ -5,7 +5,7 @@ jackson-parent 2.14 - jackson-bom + placeholder.jackson-bom Jackson BOM Bill of Materials pom for getting full, complete set of compatible versions of Jackson components maintained by FasterXML.com @@ -381,4 +381,5 @@ of Jackson components maintained by FasterXML.com 2.14.1 + tmp.com.fasterxml.jackson \ No newline at end of file diff --git a/poms/com.google.inject-guice-bom-5.1.0/pom.xml b/poms/com.google.inject-guice-bom-5.1.0/pom.xml index 68716ac..a5c895c 100644 --- a/poms/com.google.inject-guice-bom-5.1.0/pom.xml +++ b/poms/com.google.inject-guice-bom-5.1.0/pom.xml @@ -6,7 +6,7 @@ 5.1.0 pom - guice-bom + placeholder.guice-bom Google Guice - Bill of Materials @@ -81,4 +81,6 @@ 5.1.0 + tmp.com.google.inject + 5.1.0 \ No newline at end of file diff --git a/poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml b/poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml new file mode 100644 index 0000000..1a50d3b --- /dev/null +++ b/poms/com.vladmihalcea-hibernate-types-55-2.21.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.com.vladmihalcea + placeholder-hibernate-types-55 + 2.21.1 + Package hibernate-types-55 + + + com.vladmihalcea + hibernate-types-55 + 2.21.1 + + + \ No newline at end of file diff --git a/poms/io.insert-koin-koin-core-3.3.0/pom.xml b/poms/io.insert-koin-koin-core-3.3.0/pom.xml new file mode 100644 index 0000000..496f44d --- /dev/null +++ b/poms/io.insert-koin-koin-core-3.3.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.insert-koin + placeholder-koin-core + 3.3.0 + Package koin-core + + + io.insert-koin + koin-core + 3.3.0 + + + \ No newline at end of file diff --git a/poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml b/poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml new file mode 100644 index 0000000..c356ae1 --- /dev/null +++ b/poms/io.insert-koin-koin-core-jvm-3.3.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.insert-koin + placeholder-koin-core-jvm + 3.3.0 + Package koin-core-jvm + + + io.insert-koin + koin-core-jvm + 3.3.0 + + + \ No newline at end of file diff --git a/poms/io.insert-koin-koin-test-3.3.0/pom.xml b/poms/io.insert-koin-koin-test-3.3.0/pom.xml new file mode 100644 index 0000000..bd18e18 --- /dev/null +++ b/poms/io.insert-koin-koin-test-3.3.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.insert-koin + placeholder-koin-test + 3.3.0 + Package koin-test + + + io.insert-koin + koin-test + 3.3.0 + + + \ No newline at end of file diff --git a/poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml b/poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml new file mode 100644 index 0000000..d6c8fe9 --- /dev/null +++ b/poms/io.insert-koin-koin-test-junit5-3.3.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.insert-koin + placeholder-koin-test-junit5 + 3.3.0 + Package koin-test-junit5 + + + io.insert-koin + koin-test-junit5 + 3.3.0 + + + \ No newline at end of file diff --git a/poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml b/poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml new file mode 100644 index 0000000..b482424 --- /dev/null +++ b/poms/io.insert-koin-koin-test-jvm-3.3.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.insert-koin + placeholder-koin-test-jvm + 3.3.0 + Package koin-test-jvm + + + io.insert-koin + koin-test-jvm + 3.3.0 + + + \ No newline at end of file diff --git a/poms/io.kotest-kotest-bom-5.5.4/pom.xml b/poms/io.kotest-kotest-bom-5.5.4/pom.xml index f9d330b..0e4d877 100644 --- a/poms/io.kotest-kotest-bom-5.5.4/pom.xml +++ b/poms/io.kotest-kotest-bom-5.5.4/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.kotest-bom - kotest-bom + tmp.io.kotest + placeholder.kotest-bom 5.5.4 pom Kotest diff --git a/poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml b/poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml new file mode 100644 index 0000000..5182a79 --- /dev/null +++ b/poms/io.kotest-kotest-runner-junit5-5.5.4/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.kotest + placeholder-kotest-runner-junit5 + 5.5.4 + Package kotest-runner-junit5 + + + io.kotest + kotest-runner-junit5 + 5.5.4 + + + \ No newline at end of file diff --git a/poms/io.ktor-ktor-bom-2.0.1/pom.xml b/poms/io.ktor-ktor-bom-2.0.1/pom.xml index ce6d068..ba7575a 100644 --- a/poms/io.ktor-ktor-bom-2.0.1/pom.xml +++ b/poms/io.ktor-ktor-bom-2.0.1/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.ktor-bom - ktor-bom + tmp.io.ktor + placeholder.ktor-bom 2.0.1 pom ktor-bom diff --git a/poms/io.ktor-ktor-bom-2.2.1/pom.xml b/poms/io.ktor-ktor-bom-2.2.1/pom.xml index 48f56ca..079c72d 100644 --- a/poms/io.ktor-ktor-bom-2.2.1/pom.xml +++ b/poms/io.ktor-ktor-bom-2.2.1/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.ktor-bom - ktor-bom + tmp.io.ktor + placeholder.ktor-bom 2.2.1 pom ktor-bom diff --git a/poms/io.mockk-mockk-1.13.3/pom.xml b/poms/io.mockk-mockk-1.13.3/pom.xml new file mode 100644 index 0000000..8868a0b --- /dev/null +++ b/poms/io.mockk-mockk-1.13.3/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.io.mockk + placeholder-mockk + 1.13.3 + Package mockk + + + io.mockk + mockk + 1.13.3 + + + \ No newline at end of file diff --git a/poms/io.quarkus.platform-quarkus-bom-3.0.0.Alpha2/pom.xml b/poms/io.quarkus.platform-quarkus-bom-3.0.0.Alpha2/pom.xml index ff4ac18..ff2f5d6 100644 --- a/poms/io.quarkus.platform-quarkus-bom-3.0.0.Alpha2/pom.xml +++ b/poms/io.quarkus.platform-quarkus-bom-3.0.0.Alpha2/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.quarkus-bom - quarkus-bom + tmp.io.quarkus.platform + placeholder.quarkus-bom 3.0.0.Alpha2 pom Quarkus Platform - Core - Quarkus Platform BOM diff --git a/poms/io.quarkus.platform-quarkus-camel-bom-2.15.1.Final/pom.xml b/poms/io.quarkus.platform-quarkus-camel-bom-2.15.1.Final/pom.xml new file mode 100644 index 0000000..b6e0c32 --- /dev/null +++ b/poms/io.quarkus.platform-quarkus-camel-bom-2.15.1.Final/pom.xml @@ -0,0 +1,11584 @@ + + 4.0.0 + tmp.io.quarkus.platform + placeholder.quarkus-camel-bom + 2.15.1.Final + pom + Quarkus Platform - Camel - Quarkus Platform BOM + Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions + https://github.com/quarkusio/quarkus-platform + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + quarkus + Quarkus Community + Quarkus + https://quarkus.io + + + + scm:git:git@github.com:quarkusio/quarkus-platform.git + scm:git:git@github.com:quarkusio/quarkus-platform.git + 2.15.1.Final + https://github.com/quarkusio/quarkus-platform + + + GitHub + https://github.com/quarkusio/quarkus/issues/ + + + + sonatype-nexus-release + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + + release + + + + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + io.quarkus.platform + quarkus-camel-bom-quarkus-platform-descriptor + 2.15.1.Final + json + 2.15.1.Final + + + io.quarkus.platform + quarkus-camel-bom-quarkus-platform-properties + 2.15.1.Final + properties + + + ca.uhn.hapi.fhir + hapi-fhir-base + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-client + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-server + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2.1 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + commons-lang + commons-lang + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu3 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + commons-lang + commons-lang + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-hl7org-dstu2 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + commons-lang + commons-lang + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-r4 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + commons-lang + commons-lang + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-r5 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + commons-lang + commons-lang + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu2016may + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu2 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.dstu3 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.r4 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.r5 + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi.fhir + org.hl7.fhir.utilities + 4.2.0 + + + com.google.code.findbugs + jsr305 + + + commons-codec + commons-codec + + + org.slf4j + jcl-over-slf4j + + + + + ca.uhn.hapi + hapi-base + 2.3 + + + ca.uhn.hapi + hapi-structures-v21 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v22 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v231 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v23 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v24 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v251 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v25 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + ca.uhn.hapi + hapi-structures-v26 + 2.3 + + + com.google.code.findbugs + jsr305 + + + + + com.azure + azure-core-amqp + 2.7.1 + + + com.azure + azure-core-http-netty + 1.12.5 + + + com.azure + azure-core-http-vertx + 1.0.0-beta.1 + + + com.azure + azure-core + 1.32.0 + + + com.azure + azure-cosmos + 4.36.0 + + + com.azure + azure-identity + 1.6.0 + + + com.azure + azure-messaging-eventhubs-checkpointstore-blob + 1.15.1 + + + com.azure + azure-messaging-eventhubs + 5.13.1 + + + com.azure + azure-messaging-servicebus + 7.11.0 + + + com.azure + azure-security-keyvault-secrets + 4.5.0 + + + com.azure + azure-storage-blob + 12.19.1 + + + com.azure + azure-storage-common + 12.18.1 + + + com.azure + azure-storage-file-datalake + 12.12.1 + + + com.azure + azure-storage-internal-avro + 12.4.2 + + + com.azure + azure-storage-queue + 12.14.2 + + + com.datastax.oss.quarkus + cassandra-quarkus-client-deployment + 1.1.3 + + + com.datastax.oss.quarkus + cassandra-quarkus-client + 1.1.3 + + + com.datastax.oss + java-driver-core + 4.15.0 + + + io.dropwizard.metrics + metrics-core + + + org.hdrhistogram + HdrHistogram + + + com.google.code.findbugs + jsr305 + + + + + com.datastax.oss + java-driver-query-builder + 4.15.0 + + + com.google.code.findbugs + jsr305 + + + + + com.datastax.oss + java-driver-shaded-guava + 25.1-jre-graal-sub-1 + + + com.datastax.oss + native-protocol + 1.5.1 + + + com.esotericsoftware.kryo + kryo + 2.24.0 + + + com.fasterxml.woodstox + woodstox-core + 6.4.0 + + + com.github.java-json-tools + json-patch + 1.13 + + + com.google.code.findbugs + jsr305 + + + + + com.github.jnr + jnr-ffi + 2.1.2 + + + org.ow2.asm + asm-util + + + + + com.google.auth + google-auth-library-credentials + 1.11.0 + + + com.google.oauth-client + google-oauth-client + 1.34.1 + + + com.google.code.findbugs + jsr305 + + + + + com.google.zxing + core + 3.3.3 + + + com.hazelcast + hazelcast + 5.0.2 + + + com.hazelcast + quarkus-hazelcast-client-deployment + 3.0.0 + + + com.hazelcast + quarkus-hazelcast-client + 3.0.0 + + + com.ibm.jsonata4java + JSONata4Java + 2.2.4 + + + com.jayway.jsonpath + json-path + 2.7.0 + + + com.lihaoyi + geny_2.13 + 0.6.2 + + + com.microsoft.azure + msal4j + 1.13.1 + + + com.orbitz.consul + consul-client + 1.5.3 + + + com.google.code.findbugs + jsr305 + + + com.google.errorprone + error_prone_annotations + + + com.google.j2objc + j2objc-annotations + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + com.squareup.okio + okio + 1.17.2 + + + com.squareup.retrofit2 + converter-jackson + 2.5.0 + + + com.squareup.retrofit2 + retrofit + 2.5.0 + + + com.sun.istack + istack-commons-runtime + 3.0.10 + + + com.sun.mail + jakarta.mail + 1.6.7 + + + com.sun.activation + jakarta.activation + + + + + com.sun.xml.messaging.saaj + saaj-impl + 1.5.3 + + + com.thoughtworks.xstream + xstream + 1.4.19 + + + com.zendesk + mysql-binlog-connector-java + 0.27.2 + + + commons-beanutils + commons-beanutils + 1.9.4 + + + commons-logging + commons-logging + + + + + commons-cli + commons-cli + 1.4 + + + commons-collections + commons-collections + 3.2.2 + + + commons-lang + commons-lang + 2.6 + + + io.debezium + debezium-api + 1.9.6.Final + + + io.debezium + debezium-connector-mongodb + 1.9.6.Final + + + io.debezium + debezium-connector-mysql + 1.9.6.Final + + + io.debezium + debezium-connector-mysql + 1.9.6.Final + tests + + + io.debezium + debezium-connector-postgres + 1.9.6.Final + + + io.debezium + debezium-connector-sqlserver + 1.9.6.Final + + + io.debezium + debezium-core + 1.9.6.Final + + + io.debezium + debezium-core + 1.9.6.Final + tests + + + io.debezium + debezium-ddl-parser + 1.9.6.Final + + + io.debezium + debezium-embedded + 1.9.6.Final + + + javax.ws.rs + javax.ws.rs-api + + + + + io.debezium + debezium-embedded + 1.9.6.Final + tests + + + javax.ws.rs + javax.ws.rs-api + + + + + io.dropwizard.metrics + metrics-core + 4.0.1 + + + io.opencensus + opencensus-api + 0.31.1 + + + io.opencensus + opencensus-contrib-http-util + 0.31.1 + + + io.perfmark + perfmark-api + 0.26.0 + + + io.projectreactor.netty + reactor-netty + 1.0.2 + + + io.projectreactor + reactor-core + 3.4.22 + + + io.quarkiverse.cxf + quarkus-cxf-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-features-logging + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-features-metrics + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-transports-http-hc5 + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-ws-rm + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-rt-ws-security + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-saaj-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-saaj + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-services-sts-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-services-sts + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-woodstox-deployment + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf-woodstox + 1.7.0 + + + io.quarkiverse.cxf + quarkus-cxf + 1.7.0 + + + io.quarkiverse.freemarker + quarkus-freemarker-deployment + 0.3.0 + + + io.quarkiverse.freemarker + quarkus-freemarker + 0.3.0 + + + io.quarkiverse.jackson-jq + quarkus-jackson-jq-deployment + 1.1.0 + + + io.quarkiverse.jackson-jq + quarkus-jackson-jq + 1.1.0 + + + io.quarkiverse.jgit + quarkus-jgit-deployment + 2.3.0 + + + io.quarkiverse.jgit + quarkus-jgit + 2.3.0 + + + io.quarkiverse.jsch + quarkus-jsch-deployment + 2.0.1 + + + io.quarkiverse.jsch + quarkus-jsch + 2.0.1 + + + io.quarkiverse.messaginghub + quarkus-pooled-jms-deployment + 1.0.7 + + + io.quarkiverse.messaginghub + quarkus-pooled-jms + 1.0.7 + + + jakarta.jms + jakarta.jms-api + + + + + io.quarkiverse.minio + quarkus-minio-deployment + 2.9.2 + + + io.quarkiverse.minio + quarkus-minio + 2.9.2 + + + com.google.code.findbugs + jsr305 + + + + + io.quarkiverse.mybatis + quarkus-mybatis-deployment + 1.0.5 + + + io.quarkiverse.mybatis + quarkus-mybatis + 1.0.5 + + + io.quarkiverse.tika + quarkus-tika-deployment + 1.0.3 + + + io.quarkiverse.tika + quarkus-tika + 1.0.3 + + + io.quarkiverse.xmlsec + quarkus-xmlsec-deployment + 1.1.1 + + + io.quarkiverse.xmlsec + quarkus-xmlsec + 1.1.1 + + + io.smallrye.reactive + smallrye-reactive-messaging-camel + 3.22.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + jakarta.jms + jakarta.jms-api + 2.0.3 + + + jakarta.jws + jakarta.jws-api + 2.1.0 + + + jakarta.xml.soap + jakarta.xml.soap-api + 1.4.2 + + + jakarta.xml.ws + jakarta.xml.ws-api + 2.3.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + javax.cache + cache-api + 1.1.1 + + + jaxen + jaxen + 1.2.0 + + + joda-time + joda-time + 2.10.6 + + + net.i2p.crypto + eddsa + 0.3.0 + + + net.java.dev.jna + jna-platform + 5.8.0 + + + net.minidev + json-smart + 2.4.7 + + + net.openhft + affinity + 3.20.0 + + + org.amqphub.quarkus + quarkus-qpid-jms-deployment + 0.40.0 + + + org.amqphub.quarkus + quarkus-qpid-jms + 0.40.0 + + + org.apache.geronimo.specs + geronimo-jms_2.0_spec + + + + + org.antlr + antlr-runtime + 3.5.2 + + + org.apache.avro + avro-ipc-jetty + 1.11.1 + + + org.apache.avro + avro-ipc-netty + 1.11.1 + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel.quarkus + camel-quarkus-activemq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-activemq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-amqp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-amqp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-arangodb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-arangodb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-as2-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-as2 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-asn1-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-asn1 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-asterisk-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-asterisk + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atlasmap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atlasmap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atmos-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atmos + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atom-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-atom + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-attachments-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-attachments + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-avro-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-avro-rpc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-avro-rpc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-avro + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws-secrets-manager-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws-secrets-manager + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws-xray-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws-xray + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-athena-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-athena + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-cw-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-cw + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ddb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ddb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ec2-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ec2 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ecs-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ecs + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-eks-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-eks + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-eventbridge-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-eventbridge + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-iam-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-iam + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-kinesis-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-kinesis + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-kms-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-kms + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-lambda-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-lambda + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-mq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-mq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-msk-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-msk + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-s3-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-s3 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ses-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-ses + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sns-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sns + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sqs-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sqs + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sts-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-sts + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-translate-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-aws2-translate + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-cosmosdb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-cosmosdb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-eventhubs-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-eventhubs + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-key-vault-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-key-vault + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-servicebus-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-servicebus + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-blob-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-blob + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-datalake-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-datalake + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-queue-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-azure-storage-queue + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-barcode-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-barcode + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-base64-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-base64 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bean-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bean-validator-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bean-validator + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bean + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bindy-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bindy + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bonita-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-bonita + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-box-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-box + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-braintree-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-braintree + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-browse-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-browse + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-caffeine-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-caffeine-lrucache-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-caffeine-lrucache + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-caffeine + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cassandraql-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cassandraql + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-catalog + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cbor-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cbor + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-chatscript-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-chatscript + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-chunk-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-chunk + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cloudevents-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cloudevents + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cm-sms-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cm-sms + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cmis-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cmis + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-coap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-coap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cometd-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cometd + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-consul-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-consul + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-controlbus-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-controlbus + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-corda-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-corda + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-core-cloud-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-core-cloud + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-core-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-core + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-couchbase-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-couchbase + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-couchdb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-couchdb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cron-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cron + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-crypto-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-crypto + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-csimple-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-csimple + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-csv-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-csv + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cxf-soap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-cxf-soap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dataformat-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dataformat + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dataset-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dataset + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-datasonnet-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-datasonnet + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-mongodb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-mongodb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-mysql-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-mysql + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-postgres-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-postgres + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-sqlserver-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debezium-sqlserver + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debug-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-debug + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-digitalocean-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-digitalocean + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-direct-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-direct + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-disruptor-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-disruptor + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-djl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-djl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dns-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dns + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dozer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dozer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-drill-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-drill + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dropbox-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dropbox + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dsl-modeline-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-dsl-modeline + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ehcache-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ehcache + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-elasticsearch-rest-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-elasticsearch-rest + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-etcd3-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-etcd3 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-exec-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-exec + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-facebook-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-facebook + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fastjson-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fastjson + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fhir-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fhir + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-file-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-file-watch-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-file-watch + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-file + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-flatpack-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-flatpack + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-flink-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-flink + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fop-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-fop + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-freemarker-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-freemarker + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ftp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ftp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-geocoder-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-geocoder + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-git-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-git + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-github-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-github + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-bigquery-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-bigquery + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-calendar-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-calendar + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-drive-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-drive + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-functions-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-functions + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-mail-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-mail + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-pubsub-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-pubsub + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-secret-manager-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-secret-manager + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-sheets-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-sheets + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-storage-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-google-storage + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-graphql-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-graphql + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-grok-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-grok + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-groovy-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-groovy-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-groovy-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-groovy + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-grpc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-grpc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-gson-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-gson + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-guava-eventbus-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-guava-eventbus + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hashicorp-vault-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hashicorp-vault + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hazelcast-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hazelcast + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hbase-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hbase + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hdfs-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hdfs + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-headersmap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-headersmap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hl7-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-hl7 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-http-common-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-http-common + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-http-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-http + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-huaweicloud-smn-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-huaweicloud-smn + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ical-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ical + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-iec60870-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-iec60870 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ignite-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ignite + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-infinispan-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-infinispan + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-influxdb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-influxdb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-iota-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-iota + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-irc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-irc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson-avro-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson-avro + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson-protobuf-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson-protobuf + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jackson + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jacksonxml-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jacksonxml + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jasypt-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jasypt + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-java-joor-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-java-joor-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jaxb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jaxb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jbpm-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jbpm + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jcache-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jcache + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jclouds-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jclouds + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jcr-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jcr + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jdbc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jdbc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jfr-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jfr + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jgroups-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jgroups-raft-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jgroups-raft + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jgroups + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jira-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jira + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jms-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jms + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-johnzon-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-johnzon + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jolt-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jolt + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jooq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jooq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-joor-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-joor + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jpa-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jpa + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-js-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-js-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsch-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsch + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jslt-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jslt + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-json-patch-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-json-patch + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-json-validator-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-json-validator + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonapi-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonapi + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonata-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonata + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonpath-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jsonpath + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jt400-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jt400 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jta-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-jta + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-junit5 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kafka-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kafka + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kamelet-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kamelet + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative-consumer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative-consumer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative-producer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative-producer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-knative + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kotlin-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kotlin-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kotlin-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kotlin + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kubernetes-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kubernetes + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kudu-client + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kudu-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-kudu + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-language-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-language + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ldap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ldap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ldif-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ldif + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-leveldb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-leveldb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-log-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-log + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lra-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lra + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lucene-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lucene + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lumberjack-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lumberjack + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lzf-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-lzf + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mail-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mail + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-management-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-management + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-master-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-master + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-micrometer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-micrometer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-fault-tolerance-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-fault-tolerance + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-health-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-health + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-metrics-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-microprofile-metrics + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-milo-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-milo + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-minio-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-minio + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mllp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mllp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mock-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mock + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mongodb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mongodb-gridfs-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mongodb-gridfs + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mongodb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mustache-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mustache + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mvel-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mvel + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mybatis-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-mybatis + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-nats-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-nats + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-netty-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-netty-http-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-netty-http + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-netty + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-nitrite-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-nitrite + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-oaipmh-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-oaipmh + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ognl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ognl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-olingo4-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-olingo4 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-openapi-java-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-openapi-java + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-openstack-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-openstack + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-opentelemetry-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-opentelemetry + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-opentracing-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-opentracing + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-optaplanner-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-optaplanner + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-paho-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-paho-mqtt5-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-paho-mqtt5 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-paho + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pdf-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pdf + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pg-replication-slot-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pg-replication-slot + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pgevent-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pgevent + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-platform-http-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-platform-http + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-printer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-printer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-protobuf-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-protobuf + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pubnub-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pubnub + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pulsar-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-pulsar + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-quartz-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-quartz + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-quickfix-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-quickfix + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-qute-component + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-qute-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-qute + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rabbitmq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rabbitmq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-reactive-executor-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-reactive-executor + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-reactive-streams-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-reactive-streams + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-redis-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-redis + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ref-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ref + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rest-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rest-openapi-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rest-openapi + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rest + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-robotframework-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-robotframework + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rss-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-rss + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-saga-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-saga + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-salesforce-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-salesforce + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sap-netweaver-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sap-netweaver + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-saxon-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-saxon + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-scheduler-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-scheduler + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-schematron-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-schematron + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-seda-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-seda + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-servicenow-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-servicenow + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-servlet-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-servlet + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-shiro-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-shiro + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sjms-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sjms2-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sjms2 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sjms + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-slack-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-slack + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-smallrye-reactive-messaging-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-smallrye-reactive-messaging + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-smpp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-smpp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-snakeyaml-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-snakeyaml + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-snmp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-snmp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-soap-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-soap + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-solr-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-solr + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-splunk-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-splunk-hec-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-splunk-hec + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-splunk + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-spring-rabbitmq-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-spring-rabbitmq + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sql-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-sql + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ssh-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-ssh + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stax-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stax + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stitch-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stitch + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stomp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stomp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stream-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stream + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stringtemplate-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stringtemplate + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stub-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-stub + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-ahc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-ahc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-aws-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-aws2-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-aws2 + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-aws + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-azure-core-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-azure-core-http-client-vertx-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-azure-core-http-client-vertx + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-azure-core + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-bouncycastle-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-bouncycastle + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-commons-logging-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-commons-logging + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-consul-client-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-consul-client + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-debezium-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-debezium + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-google-cloud-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-google-cloud + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-google-http-client-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-google-http-client + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-httpclient-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-httpclient + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jackson-dataformat-xml-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jackson-dataformat-xml + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jdbc-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jdbc + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jetty-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-jetty + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-mail-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-mail + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-mongodb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-mongodb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-reactor-netty-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-reactor-netty + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-retrofit-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-retrofit + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-spring-beans + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-spring-context + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-spring-core + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-spring-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-spring + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-stax-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-stax + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-webhook-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-webhook + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-xalan-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-xalan + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-xstream-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-support-xstream + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-syslog-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-syslog + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-tarfile-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-tarfile + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-telegram-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-telegram + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-threadpoolfactory-vertx-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-threadpoolfactory-vertx + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-thrift-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-thrift + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-tika-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-tika + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-timer-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-timer + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-twilio-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-twilio + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-twitter-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-twitter + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-univocity-parsers-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-univocity-parsers + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-validator-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-validator + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-velocity-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-velocity + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx-http-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx-http + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx-websocket-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx-websocket + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vertx + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vm-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-vm + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-weather-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-weather + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-web3j-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-web3j + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-wordpress-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-wordpress + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-workday-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-workday + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xchange-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xchange + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xj-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xj + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-io-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-io-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-jaxb-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-jaxb + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-jaxp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xml-jaxp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xmlsecurity-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xmlsecurity + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xmpp-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xmpp + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xpath-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xpath + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xslt-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xslt-saxon-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xslt-saxon + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xslt + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xstream-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-xstream + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-yaml-dsl-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-yaml-dsl + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zendesk-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zendesk + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zip-deflater-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zip-deflater + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zipfile-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zipfile + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zookeeper-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zookeeper-master-deployment + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zookeeper-master + 2.15.0 + + + org.apache.camel.quarkus + camel-quarkus-zookeeper + 2.15.0 + + + org.apache.camel + camel-activemq + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.activemq + activemq-broker + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-amqp + 3.19.0 + + + io.netty + * + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.camel + camel-spring + + + org.apache.qpid + qpid-jms-client + + + org.apache.qpid + proton-j + + + + + org.apache.camel + camel-api + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-arangodb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-as2-api + 3.19.0 + + + org.apache.camel + camel-as2 + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.bouncycastle + * + + + + + org.apache.camel + camel-asn1 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.bouncycastle + * + + + + + org.apache.camel + camel-asterisk + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-atlasmap + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.validation + validation-api + + + + + org.apache.camel + camel-atmos + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.ws.rs + jsr311-api + + + + + org.apache.camel + camel-atom + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-activation_1.1_spec + + + + + org.apache.camel + camel-attachments + 3.19.0 + + + com.sun.activation + javax.activation + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-avro-rpc-spi + 3.19.0 + + + javax.annotation + javax.annotation-api + + + javax.servlet + javax.servlet-api + + + + + org.apache.camel + camel-avro-rpc + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.avro + * + + + org.apache.camel + camel-avro-rpc-jetty + + + + + org.apache.camel + camel-avro + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.avro + * + + + org.apache.camel + camel-avro-rpc-jetty + + + + + org.apache.camel + camel-aws-secrets-manager + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-aws-xray + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-aws2-athena + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-cw + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-ddb + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-ec2 + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-ecs + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-eks + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-eventbridge + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-iam + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-kinesis + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-kms + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-lambda + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-mq + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-msk + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-s3 + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-ses + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-sns + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-sqs + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-sts + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-aws2-translate + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + software.amazon.awssdk + netty-nio-client + + + + + org.apache.camel + camel-azure-cosmosdb + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-azure-eventhubs + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + io.netty + netty-tcnative-boringssl-static + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-azure-key-vault + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + + + org.apache.camel + camel-azure-servicebus + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-azure-storage-blob + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + io.netty + netty-tcnative-boringssl-static + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-azure-storage-datalake + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-azure-storage-queue + 3.19.0 + + + com.github.stephenc.jcip + jcip-annotations + + + io.netty + netty-tcnative-boringssl-static + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-barcode + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-base-engine + 3.19.0 + + + org.apache.camel + camel-base64 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-base + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-bean-validator + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.glassfish + javax.el + + + + + org.apache.camel + camel-bean + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-bindy + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-bonita + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.camel + camel-box-api + 3.19.0 + + + org.apache.camel + camel-box + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-braintree + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-browse + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-caffeine-lrucache + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-caffeine + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cassandraql + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-catalog + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cbor + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-chatscript + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-chunk + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cloud + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cloudevents + 3.19.0 + + + org.apache.camel + camel-cluster + 3.19.0 + + + org.apache.camel + camel-cm-sms + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.validation + validation-api + + + + + org.apache.camel + camel-cmis + 3.19.0 + + + asm + asm + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + javax.activation-api + + + javax.xml.bind + jaxb-api + + + + + org.apache.camel + camel-coap + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cometd + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.servlet + javax.servlet-api + + + + + org.apache.camel + camel-componentdsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-console + 3.19.0 + + + org.apache.camel + camel-consul + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.servlet + javax.servlet-api + + + + + org.apache.camel + camel-controlbus + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-corda + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.persistence + javax.persistence-api + + + org.apache.activemq + * + + + org.apache.geronimo.specs + geronimo-jms_2.0_spec + + + org.jboss.logmanager + jboss-logmanager + + + org.liquibase + liquibase-core + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-core-catalog + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-core-engine + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-core-languages + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-core-model + 3.19.0 + + + org.apache.camel + camel-core-processor + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-core-reifier + 3.19.0 + + + org.apache.camel + camel-couchbase + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-couchdb + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cron + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-crypto + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.bouncycastle + * + + + + + org.apache.camel + camel-csv + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-cxf-common + 3.19.0 + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + javax.servlet + javax.servlet-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.activation + jakarta.activation-api + + + + + org.apache.camel + camel-cxf-soap + 3.19.0 + + + org.apache.camel + camel-dataset + + + org.apache.camel + camel-directvm + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.servlet + javax.servlet-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.camel + camel-cxf-transport + 3.19.0 + + + org.apache.camel + camel-cxf-common + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + javax.servlet + javax.servlet-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + jakarta.activation + jakarta.activation-api + + + + + org.apache.camel + camel-dataformat + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-dataset + 3.19.0 + + + org.apache.camel + camel-datasonnet + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + activation + + + com.lihaoyi + geny_2.13 + + + + + org.apache.camel + camel-debezium-common + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.javassist + javassist + + + io.debezium + * + + + + + org.apache.camel + camel-debezium-mongodb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + activation + + + javax.servlet + javax.servlet-api + + + org.apache.maven + maven-artifact + + + + + org.apache.camel + camel-debezium-mysql + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + activation + + + javax.servlet + javax.servlet-api + + + org.apache.maven + maven-artifact + + + + + org.apache.camel + camel-debezium-postgres + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + activation + + + javax.servlet + javax.servlet-api + + + org.apache.maven + maven-artifact + + + + + org.apache.camel + camel-debezium-sqlserver + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + activation + + + javax.servlet + javax.servlet-api + + + org.apache.maven + maven-artifact + + + + + org.apache.camel + camel-debug + 3.19.0 + + + org.apache.camel + camel-digitalocean + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-direct + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-disruptor + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-djl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-dns + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-dozer + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.glassfish + javax.el + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-drill + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-dropbox + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-dsl-modeline + 3.19.0 + + + org.apache.camel + camel-dsl-support + 3.19.0 + + + org.apache.camel + camel-ehcache + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-elasticsearch-rest + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.elasticsearch.client + * + + + + + org.apache.camel + camel-endpointdsl-support + 3.19.0 + + + org.apache.camel + camel-endpointdsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-etcd3 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + com.google.code.findbugs + jsr305 + + + + + org.apache.camel + camel-exec + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-facebook + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-fastjson + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-fhir-api + 3.19.0 + + + org.apache.camel + camel-fhir + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.slf4j + jcl-over-slf4j + + + xpp3 + xpp3 + + + + + org.apache.camel + camel-file-watch + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-file + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-flatpack + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-flink + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-fop + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-freemarker + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ftp + 3.19.0 + + + com.github.mwiede + jsch + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-geocoder + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.httpcomponents + httpclient + + + com.jayway.jsonpath + json-path + + + + + org.apache.camel + camel-git + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-github + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-google-bigquery + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + io.grpc + grpc-netty-shaded + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + org.checkerframework + checker-qual + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + org.apache.camel + camel-google-calendar + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-google-drive + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-google-functions + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-google-mail + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-google-pubsub + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + io.grpc + grpc-netty-shaded + + + io.perfmark + perfmark-api + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + org.checkerframework + checker-qual + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + org.apache.camel + camel-google-secret-manager + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-google-sheets + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-google-storage + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + org.checkerframework + checker-qual + + + org.codehaus.mojo + animal-sniffer-annotations + + + + + org.apache.camel + camel-graphql + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-grok + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-groovy-dsl-common + 3.19.0 + + + org.apache.camel + camel-groovy-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-groovy + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-grpc + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-gson + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-guava-eventbus + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-hashicorp-vault + 3.19.0 + + + org.apache.camel + camel-hazelcast + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-hbase + 3.19.0 + + + ch.qos.reload4j + reload4j + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + javax.activation-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-hdfs + 3.19.0 + + + ch.qos.reload4j + reload4j + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + io.netty + netty-all + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + javax.activation-api + + + javax.servlet + javax.servlet-api + + + javax.ws.rs + jsr311-api + + + javax.xml.bind + jaxb-api + + + + + org.apache.camel + camel-headersmap + 3.19.0 + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-health + 3.19.0 + + + org.apache.camel + camel-hl7 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-http-base + 3.19.0 + + + org.apache.camel + camel-http-common + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-http + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.servlet + javax.servlet-api + + + commons-logging + commons-logging + + + + + org.apache.camel + camel-huaweicloud-common + 3.19.0 + + + org.apache.camel + camel-huaweicloud-smn + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ical + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-iec60870 + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ignite + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-infinispan-common + 3.19.0 + + + org.infinispan + infinispan-core + + + + + org.apache.camel + camel-infinispan + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.infinispan + infinispan-core + + + org.infinispan + infinispan-jboss-marshalling + + + org.infinispan + infinispan-marshaller-protostuff + + + org.jgroups + jgroups + + + + + org.apache.camel + camel-influxdb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-iota + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-irc + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jackson-avro + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jackson-protobuf + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jackson + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jacksonxml + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jasypt + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-java-joor-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jaxb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jbpm + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + junit + junit + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-jcache + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jclouds + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + javax.inject + javax.inject + + + javax.ws.rs + javax.ws.rs-api + + + + + org.apache.camel + camel-jcr + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-jdbc + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jfr + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jgroups-raft + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jgroups + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jira + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.ws.rs + jsr311-api + + + com.google.j2objc + j2objc-annotations + + + com.google.code.findbugs + jsr305 + + + com.sun.jersey + * + + + commons-logging + commons-logging + + + org.apache.httpcomponents + httpclient-cache + + + org.glassfish.jersey.core + * + + + org.glassfish.jersey.media + * + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + org.apache.camel + camel-jms + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.camel + camel-spring + + + org.apache.geronimo.specs + geronimo-jms_2.0_spec + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + org.apache.camel + camel-johnzon + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jolt + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.inject + javax.inject + + + + + org.apache.camel + camel-jooq + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-joor + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jpa + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.camel + camel-spring + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + org.apache.camel + camel-jq + 3.19.0 + + + net.thisptr + jackson-jq + + + + + org.apache.camel + camel-js-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jsch + 3.19.0 + + + com.github.mwiede + jsch + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jslt + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-json-patch + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-json-validator + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jsonapi + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jsonata + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jsonb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jsonpath + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jt400 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-jta + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.camel + camel-kafka + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-kamelet + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-knative-api + 3.19.0 + + + org.apache.camel + camel-knative-http + 3.19.0 + + + org.apache.camel + camel-knative + 3.19.0 + + + org.apache.camel + camel-kotlin-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-kubernetes + 3.19.0 + + + io.fabric8 + kubernetes-client + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-kudu + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-language + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ldap + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ldif + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-leveldb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-log + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-lra + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.cxf + * + + + + + org.apache.camel + camel-lucene + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-lumberjack + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-lzf + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mail + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-main + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.camel + camel-headersmap + + + + + org.apache.camel + camel-management-api + 3.19.0 + + + org.apache.camel + camel-management + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-master + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-micrometer + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-microprofile-config + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-microprofile-fault-tolerance + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.eclipse.microprofile.fault-tolerance + microprofile-fault-tolerance-api + + + + + org.apache.camel + camel-microprofile-health + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-microprofile-metrics + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + org.eclipse.microprofile.metrics + microprofile-metrics-api + + + + + org.apache.camel + camel-milo + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-minio + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + io.minio + minio + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mllp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mock + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mongodb-gridfs + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.mongodb + * + + + + + org.apache.camel + camel-mongodb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.mongodb + * + + + + + org.apache.camel + camel-mustache + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mvel + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-mybatis + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-nats + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-netty-http + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.servlet + javax.servlet-api + + + + + org.apache.camel + camel-netty + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-nitrite + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + javax.validation + validation-api + + + + + org.apache.camel + camel-oaipmh + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ognl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-olingo4-api + 3.19.0 + + + org.apache.camel + camel-olingo4 + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-openapi-java + 3.19.0 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-openstack + 3.19.0 + + + com.github.fge + * + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-opentelemetry + 3.19.0 + + + io.grpc + grpc-netty-shaded + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-opentracing + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-optaplanner + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.optaplanner + optaplanner-core + + + org.optaplanner + optaplanner-persistence-common + + + + + org.apache.camel + camel-paho-mqtt5 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-paho + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-pdf + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.bouncycastle + * + + + + + org.apache.camel + camel-pg-replication-slot + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-pgevent + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + junit + junit + + + + + org.apache.camel + camel-platform-http-vertx + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-platform-http + 3.19.0 + + + org.apache.camel + camel-printer + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-protobuf + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-pubnub + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-pulsar + 3.19.0 + + + com.sun.activation + javax.activation + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.validation + validation-api + + + com.google.code.findbugs + jsr305 + + + com.google.j2objc + j2objc-annotations + + + javax.ws.rs + javax.ws.rs-api + + + javax.xml.bind + jaxb-api + + + + + org.apache.camel + camel-quartz + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.quartz-scheduler + quartz + + + com.mchange + c3p0 + + + + + org.apache.camel + camel-quickfix + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.quickfixj + quickfixj-codegenerator + + + + + org.apache.camel + camel-rabbitmq + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-reactive-executor-vertx + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-reactive-streams + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-redis + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-ref + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-rest-openapi + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-rest + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-robotframework + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-rss + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-saga + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-salesforce + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-sap-netweaver + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-saxon + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-scheduler + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-schematron + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-seda + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-servicenow + 3.19.0 + + + com.sun.xml.messaging.saaj + saaj-impl + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.xml.ws + jaxws-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.camel + camel-servlet + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-shiro + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-sjms2 + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-sjms + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-slack + 3.19.0 + + + com.googlecode.json-simple + json-simple + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-smpp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-snakeyaml + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-snmp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-soap + 3.19.0 + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-solr + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.camel + camel-splunk-hec + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-splunk + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-spring-rabbitmq + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + + + org.apache.camel + camel-sql + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + + + org.apache.camel + camel-ssh + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.slf4j + jcl-over-slf4j + + + org.bouncycastle + * + + + + + org.apache.camel + camel-stax + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-stitch + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-stomp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-stream + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-stringtemplate + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-stub + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-support + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-syslog + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-tarfile + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-telegram + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-test-junit5 + 3.19.0 + + + org.apache.camel + camel-directvm + + + + + org.apache.camel + camel-threadpoolfactory-vertx + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-thrift + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-tika + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.tika + * + + + + + org.apache.camel + camel-timer + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-tooling-model + 3.19.0 + + + org.apache.camel + camel-tracing + 3.19.0 + + + org.apache.camel + camel-twilio + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + javax.activation-api + + + com.google.code.findbugs + jsr305 + + + commons-logging + commons-logging + + + javax.xml.bind + jaxb-api + + + + + org.apache.camel + camel-twitter + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-univocity-parsers + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-util-json + 3.19.0 + + + org.apache.camel + camel-util + 3.19.0 + + + org.apache.camel + camel-validator + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-velocity + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-vertx-common + 3.19.0 + + + org.apache.camel + camel-vertx-http + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-vertx-websocket + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-vertx + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-vm + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-weather + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-web3j + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-webhook + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-wordpress + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.camel + camel-workday + 3.19.0 + + + commons-logging + commons-logging + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xchange + 3.19.0 + + + com.google.code.findbugs + jsr305 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.annotation + javax.annotation-api + + + + + org.apache.camel + camel-xj + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xml-io-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xml-io-util + 3.19.0 + + + org.apache.camel + camel-xml-io + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xml-jaxb + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xml-jaxp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xmlsecurity + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xmpp + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xpath + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xslt-saxon + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xslt + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-xstream + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-yaml-dsl-common + 3.19.0 + + + org.apache.camel + camel-yaml-dsl-deserializers + 3.19.0 + + + org.apache.camel + camel-yaml-dsl + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-zendesk + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-zip-deflater + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-zipfile + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-zookeeper-master + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.camel + camel-zookeeper + 3.19.0 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.commons + commons-math3 + 3.6.1 + + + org.apache.curator + curator-client + 4.3.0 + + + org.apache.curator + curator-framework + 4.3.0 + + + org.apache.curator + curator-recipes + 4.3.0 + + + org.apache.curator + curator-x-discovery + 4.3.0 + + + org.apache.cxf.services.sts + cxf-services-sts-core + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.springframework + * + + + + + org.apache.cxf.xjc-utils + cxf-xjc-runtime + 3.3.2 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.cxf + cxf-core + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.cxf + cxf-rt-bindings-soap + 3.5.3 + + + org.apache.cxf + cxf-rt-bindings-xml + 3.5.3 + + + org.apache.cxf + cxf-rt-databinding-jaxb + 3.5.3 + + + org.apache.cxf + cxf-rt-features-logging + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.cxf + cxf-rt-features-metrics + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.cxf + cxf-rt-frontend-jaxws + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.glassfish.jaxb + jaxb-runtime + + + org.ow2.asm + asm + + + + + org.apache.cxf + cxf-rt-frontend-simple + 3.5.3 + + + org.apache.cxf + cxf-rt-management + 3.5.3 + + + org.apache.cxf + cxf-rt-rs-json-basic + 3.5.3 + + + org.apache.cxf + cxf-rt-rs-security-jose + 3.5.3 + + + org.apache.cxf + cxf-rt-security-saml + 3.5.3 + + + org.apache.cxf + cxf-rt-security + 3.5.3 + + + org.apache.cxf + cxf-rt-transports-http-hc5 + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.slf4j + jcl-over-slf4j + + + + + org.apache.cxf + cxf-rt-transports-http + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + + + org.apache.cxf + cxf-rt-ws-addr + 3.5.3 + + + org.apache.cxf + cxf-rt-ws-mex + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.ow2.asm + asm + + + + + org.apache.cxf + cxf-rt-ws-policy + 3.5.3 + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.cxf + cxf-rt-ws-rm + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.ow2.asm + asm + + + + + org.apache.cxf + cxf-rt-ws-security + 3.5.3 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + org.apache.geronimo.specs + geronimo-jta_1.1_spec + + + org.ow2.asm + asm + + + + + org.apache.cxf + cxf-rt-wsdl + 3.5.3 + + + org.apache.htrace + htrace-core4 + 4.2.0-incubating + + + org.apache.kafka + connect-api + 3.3.1 + + + org.apache.kafka + connect-file + 3.3.1 + + + org.apache.kafka + connect-json + 3.3.1 + + + org.apache.kafka + connect-runtime + 3.3.1 + + + jakarta.activation + jakarta.activation-api + + + jakarta.ws.rs + jakarta.ws.rs-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + javax.activation + javax.activation-api + + + javax.ws.rs + javax.ws.rs-api + + + javax.xml.bind + jaxb-api + + + org.slf4j + slf4j-log4j12 + + + javax.activation + activation + + + javax.servlet + javax.servlet-api + + + log4j + log4j + + + + + org.apache.kafka + connect-transforms + 3.3.1 + + + org.apache.kudu + kudu-client + 1.15.0 + + + org.apache.neethi + neethi + 3.2.0 + + + org.apache.qpid + qpid-jms-client + 1.7.0 + + + org.apache.santuario + xmlsec + 2.3.2 + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.apache.xmlgraphics + xmlgraphics-commons + 2.7 + + + org.apache.zookeeper + zookeeper-jute + 3.6.2 + + + org.apache.zookeeper + zookeeper + 3.6.2 + + + org.asynchttpclient + async-http-client + 2.12.3 + + + org.bouncycastle + bcmail-jdk15on + 1.70 + + + org.bouncycastle + bcpg-jdk15on + 1.70 + + + org.bouncycastle + bcutil-jdk15on + 1.70 + + + org.codehaus.groovy + groovy + 3.0.8 + + + org.codehaus.jackson + jackson-core-asl + 1.9.13 + + + org.codehaus.jackson + jackson-jaxrs + 1.9.13 + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + + + org.codehaus.jackson + jackson-xc + 1.9.13 + + + org.codehaus.mojo + animal-sniffer-annotations + 1.18 + + + org.codehaus.woodstox + stax2-api + 4.2 + + + org.eclipse.jetty.http2 + http2-client + 9.4.48.v20220622 + + + org.eclipse.jetty.http2 + http2-common + 9.4.48.v20220622 + + + org.eclipse.jetty.http2 + http2-hpack + 9.4.48.v20220622 + + + org.eclipse.jetty.http2 + http2-http-client-transport + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-alpn-client + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-alpn-java-client + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-client + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-continuation + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-http + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-io + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-jmx + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-security + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-server + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-servlet + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-servlets + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-util-ajax + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-util + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-webapp + 9.4.48.v20220622 + + + org.eclipse.jetty + jetty-xml + 9.4.48.v20220622 + + + org.eclipse.jgit + org.eclipse.jgit + 6.4.0.202211300538-r + + + org.ehcache + ehcache + 3.10.8 + + + org.glassfish.jaxb + jaxb-runtime + + + + + org.graalvm.js + js + 22.3.0 + + + org.influxdb + influxdb-java + 2.22 + + + org.javassist + javassist + 3.26.0-GA + + + org.jetbrains.kotlin + kotlin-script-util + 1.7.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm-host + 1.7.21 + + + org.jetbrains.kotlin + kotlin-scripting-jvm + 1.7.21 + + + org.jruby.jcodings + jcodings + 1.0.55 + + + org.jruby.joni + joni + 2.1.31 + + + org.jvnet.mimepull + mimepull + 1.9.14 + + + org.mvel + mvel2 + 2.4.14.Final + + + org.optaplanner + optaplanner-quarkus-deployment + 8.32.0.Final + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.optaplanner + optaplanner-quarkus-jackson-deployment + 8.32.0.Final + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.optaplanner + optaplanner-quarkus-jackson + 8.32.0.Final + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.optaplanner + optaplanner-quarkus + 8.32.0.Final + + + jakarta.activation + jakarta.activation-api + + + jakarta.xml.bind + jakarta.xml.bind-api + + + + + org.reflections + reflections + 0.9.12 + + + org.springframework + spring-aop + 5.3.23 + + + org.springframework + spring-beans + 5.3.23 + + + org.springframework + spring-context + 5.3.23 + + + org.springframework + spring-core + 5.3.23 + + + org.springframework + spring-jcl + + + + + org.springframework + spring-expression + 5.3.23 + + + org.springframework + spring-jdbc + 5.3.23 + + + org.springframework + spring-messaging + 5.3.23 + + + org.springframework + spring-orm + 5.3.23 + + + org.springframework + spring-tx + 5.3.23 + + + org.threeten + threetenbp + 1.6.5 + + + org.web3j + core + 3.6.0 + + + org.web3j + geth + 3.6.0 + + + org.web3j + parity + 3.6.0 + + + org.web3j + quorum + 0.8.0 + + + software.amazon.awssdk + annotations + 2.18.41 + + + software.amazon.awssdk + apache-client + 2.18.41 + + + commons-logging + commons-logging + + + + + software.amazon.awssdk + arns + 2.18.41 + + + software.amazon.awssdk + athena + 2.18.41 + + + software.amazon.awssdk + auth + 2.18.41 + + + software.amazon.awssdk + aws-cbor-protocol + 2.18.41 + + + software.amazon.awssdk + aws-core + 2.18.41 + + + software.amazon.awssdk + aws-json-protocol + 2.18.41 + + + software.amazon.awssdk + aws-query-protocol + 2.18.41 + + + software.amazon.awssdk + aws-xml-protocol + 2.18.41 + + + software.amazon.awssdk + cloudtrail + 2.18.41 + + + software.amazon.awssdk + cloudwatch + 2.18.41 + + + software.amazon.awssdk + dynamodb + 2.18.41 + + + software.amazon.awssdk + ec2 + 2.18.41 + + + software.amazon.awssdk + ecs + 2.18.41 + + + software.amazon.awssdk + eks + 2.18.41 + + + software.amazon.awssdk + eventbridge + 2.18.41 + + + software.amazon.awssdk + firehose + 2.18.41 + + + software.amazon.awssdk + http-client-spi + 2.18.41 + + + software.amazon.awssdk + iam + 2.18.41 + + + software.amazon.awssdk + json-utils + 2.18.41 + + + software.amazon.awssdk + kafka + 2.18.41 + + + software.amazon.awssdk + kinesis + 2.18.41 + + + software.amazon.awssdk + kms + 2.18.41 + + + software.amazon.awssdk + lambda + 2.18.41 + + + software.amazon.awssdk + metrics-spi + 2.18.41 + + + software.amazon.awssdk + mq + 2.18.41 + + + software.amazon.awssdk + netty-nio-client + 2.18.41 + + + software.amazon.awssdk + profiles + 2.18.41 + + + software.amazon.awssdk + protocol-core + 2.18.41 + + + software.amazon.awssdk + regions + 2.18.41 + + + software.amazon.awssdk + s3 + 2.18.41 + + + software.amazon.awssdk + sdk-core + 2.18.41 + + + software.amazon.awssdk + secretsmanager + 2.18.41 + + + software.amazon.awssdk + ses + 2.18.41 + + + software.amazon.awssdk + sns + 2.18.41 + + + software.amazon.awssdk + sqs + 2.18.41 + + + software.amazon.awssdk + sts + 2.18.41 + + + software.amazon.awssdk + third-party-jackson-core + 2.18.41 + + + software.amazon.awssdk + third-party-jackson-dataformat-cbor + 2.18.41 + + + software.amazon.awssdk + translate + 2.18.41 + + + software.amazon.awssdk + utils + 2.18.41 + + + xalan + xalan + 2.7.2 + + + xml-apis + xml-apis + + + + + io.quarkus.platform + quarkus-camel-bom + 2.15.1.Final + + + \ No newline at end of file diff --git a/poms/org.apache.sshd-sshd-2.9.2/pom.xml b/poms/org.apache.sshd-sshd-2.9.2/pom.xml index 40944f1..6796335 100644 --- a/poms/org.apache.sshd-sshd-2.9.2/pom.xml +++ b/poms/org.apache.sshd-sshd-2.9.2/pom.xml @@ -5,8 +5,8 @@ apache 23 - placeholder.sshd - sshd + tmp.org.apache.sshd + placeholder.sshd 2.9.2 Apache Mina SSHD pom diff --git a/poms/org.axonframework-axon-bom-4.6.2/pom.xml b/poms/org.axonframework-axon-bom-4.6.2/pom.xml index 09dcc24..078fc55 100644 --- a/poms/org.axonframework-axon-bom-4.6.2/pom.xml +++ b/poms/org.axonframework-axon-bom-4.6.2/pom.xml @@ -1,6 +1,6 @@ - placeholder.axon-bom - axon-bom + tmp.org.axonframework + placeholder.axon-bom 4.6.2 pom 4.0.0 diff --git a/poms/org.glassfish.corba-glassfish-corba-4.2.4/pom.xml b/poms/org.glassfish.corba-glassfish-corba-4.2.4/pom.xml index ef65c8f..de792bb 100644 --- a/poms/org.glassfish.corba-glassfish-corba-4.2.4/pom.xml +++ b/poms/org.glassfish.corba-glassfish-corba-4.2.4/pom.xml @@ -6,8 +6,8 @@ 1.0.6 - placeholder.glassfish-corba - glassfish-corba + tmp.org.glassfish.corba + placeholder.glassfish-corba 4.2.4 ORB Implementation pom diff --git a/poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml b/poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml index ab32be0..6c33cc0 100644 --- a/poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml +++ b/poms/org.glassfish.corba-glassfish-corba-tests-4.2.4/pom.xml @@ -5,7 +5,7 @@ glassfish-corba 4.2.4 - glassfish-corba-tests + placeholder.glassfish-corba-tests Functional Tests pom @@ -338,4 +338,6 @@ + tmp.org.glassfish.corba + 4.2.4 \ No newline at end of file diff --git a/poms/org.jboss.resteasy-resteasy-bom-6.2.2.Final/pom.xml b/poms/org.jboss.resteasy-resteasy-bom-6.2.2.Final/pom.xml new file mode 100644 index 0000000..bbb0bd7 --- /dev/null +++ b/poms/org.jboss.resteasy-resteasy-bom-6.2.2.Final/pom.xml @@ -0,0 +1,204 @@ + + 4.0.0 + + org.jboss + jboss-parent + 39 + + + tmp.org.jboss.resteasy + placeholder.resteasy-bom + 6.2.2.Final + pom + RESTEasy Maven Import (BOM) + + https://resteasy.dev + + + Apache License 2.0 + https://repository.jboss.org/licenses/apache-2.0.txt + repo + + + + scm:git:git://github.com/resteasy/resteasy.git + scm:git:git@github.com:resteasy/resteasy.git + https://github.com/resteasy/resteasy/tree/main/ + + + JIRA + https://issues.redhat.com/browse/RESTEASY + + + + org.jboss.resteasy + jose-jwt + ${project.version} + + + org.jboss.resteasy + resteasy-atom-provider + ${project.version} + + + org.jboss.resteasy + resteasy-cdi + ${project.version} + + + org.jboss.resteasy + resteasy-client + ${project.version} + + + org.jboss.resteasy + resteasy-client-api + ${project.version} + + + org.jboss.resteasy + resteasy-client-jetty + ${project.version} + + + org.jboss.resteasy + resteasy-client-reactor-netty + ${project.version} + + + org.jboss.resteasy + resteasy-client-utils + ${project.version} + + + org.jboss.resteasy + resteasy-client-vertx + ${project.version} + + + org.jboss.resteasy + resteasy-core + ${project.version} + + + org.jboss.resteasy + resteasy-core-spi + ${project.version} + + + org.jboss.resteasy + resteasy-crypto + ${project.version} + + + org.jboss.resteasy + resteasy-fastinfoset-provider + ${project.version} + + + org.jboss.resteasy + resteasy-html + ${project.version} + + + org.jboss.resteasy + resteasy-jackson2-provider + ${project.version} + + + org.jboss.resteasy + resteasy-jaxb-provider + ${project.version} + + + org.jboss.resteasy + resteasy-jsapi + ${project.version} + + + org.jboss.resteasy + resteasy-json-binding-provider + ${project.version} + + + org.jboss.resteasy + resteasy-json-p-provider + ${project.version} + + + org.jboss.resteasy + resteasy-links + ${project.version} + + + org.jboss.resteasy + resteasy-multipart-provider + ${project.version} + + + org.jboss.resteasy + resteasy-netty4 + ${project.version} + + + org.jboss.resteasy + resteasy-netty4-cdi + ${project.version} + + + org.jboss.resteasy + resteasy-reactor + ${project.version} + + + org.jboss.resteasy + resteasy-reactor-netty + ${project.version} + + + org.jboss.resteasy + resteasy-rxjava2 + ${project.version} + + + org.jboss.resteasy + resteasy-servlet-initializer + ${project.version} + + + org.jboss.resteasy + resteasy-undertow + ${project.version} + + + org.jboss.resteasy + resteasy-undertow-cdi + ${project.version} + + + org.jboss.resteasy + resteasy-validator-provider + ${project.version} + + + org.jboss.resteasy + resteasy-vertx + ${project.version} + + + org.jboss.resteasy + resteasy-wadl + ${project.version} + + + org.jboss.resteasy + resteasy-wadl-undertow-connector + ${project.version} + + + org.jboss.resteasy + resteasy-bom + 6.2.2.Final + + + \ No newline at end of file diff --git a/poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml b/poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml index 3e0ab9c..01682e9 100644 --- a/poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml +++ b/poms/org.jetbrains.exposed-exposed-bom-0.41.1/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.exposed-bom - exposed-bom + tmp.org.jetbrains.exposed + placeholder.exposed-bom 0.41.1 pom exposed-bom diff --git a/poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml b/poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml index 9a49e4a..dca80d2 100644 --- a/poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml +++ b/poms/org.jetbrains.kotlin-kotlin-bom-1.7.20/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.kotlin-bom - kotlin-bom + tmp.org.jetbrains.kotlin + placeholder.kotlin-bom 1.7.20 pom Kotlin Libraries bill-of-materials diff --git a/poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC2/pom.xml b/poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC2/pom.xml new file mode 100644 index 0000000..3c07405 --- /dev/null +++ b/poms/org.jetbrains.kotlin-kotlin-maven-serialization-1.8.0-RC2/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.jetbrains.kotlin + placeholder-kotlin-maven-serialization + 1.8.0-RC2 + Package kotlin-maven-serialization + + + org.jetbrains.kotlin + kotlin-maven-serialization + 1.8.0-RC2 + + + \ No newline at end of file diff --git a/poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml b/poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml index d9985b1..5087ab9 100644 --- a/poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml +++ b/poms/org.jetbrains.kotlinx-kotlinx-coroutines-bom-1.6.4/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.kotlinx-coroutines-bom - kotlinx-coroutines-bom + tmp.org.jetbrains.kotlinx + placeholder.kotlinx-coroutines-bom 1.6.4 pom kotlinx-coroutines-bom diff --git a/poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml b/poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml new file mode 100644 index 0000000..ea43459 --- /dev/null +++ b/poms/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.6.4/pom.xml @@ -0,0 +1,50 @@ + + 4.0.0 + tmp.org.jetbrains.kotlinx + placeholder.kotlinx-coroutines-core + 1.6.4 + kotlinx-coroutines-core + Coroutines support libraries for Kotlin + https://github.com/Kotlin/kotlinx.coroutines + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + JetBrains + JetBrains Team + JetBrains + https://www.jetbrains.com + + + + https://github.com/Kotlin/kotlinx.coroutines + + + + org.jetbrains.kotlinx + kotlinx-coroutines-core-jvm + 1.6.4 + compile + + + org.jetbrains.kotlinx + kotlinx-coroutines-core + 1.6.4 + + + pom + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + 1.6.4 + pom + import + + + \ No newline at end of file diff --git a/poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml b/poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml new file mode 100644 index 0000000..54175a6 --- /dev/null +++ b/poms/org.jetbrains.kotlinx-kotlinx-datetime-0.4.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.jetbrains.kotlinx + placeholder-kotlinx-datetime + 0.4.0 + Package kotlinx-datetime + + + org.jetbrains.kotlinx + kotlinx-datetime + 0.4.0 + + + \ No newline at end of file diff --git a/poms/org.junit-junit-bom-5.7.1/pom.xml b/poms/org.junit-junit-bom-5.7.1/pom.xml index 6d52008..e05aa66 100644 --- a/poms/org.junit-junit-bom-5.7.1/pom.xml +++ b/poms/org.junit-junit-bom-5.7.1/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.junit-bom - junit-bom + tmp.org.junit + placeholder.junit-bom 5.7.1 pom JUnit 5 (Bill of Materials) diff --git a/poms/org.junit-junit-bom-5.9.1/pom.xml b/poms/org.junit-junit-bom-5.9.1/pom.xml index cb09531..ce2448f 100644 --- a/poms/org.junit-junit-bom-5.9.1/pom.xml +++ b/poms/org.junit-junit-bom-5.9.1/pom.xml @@ -1,7 +1,7 @@ 4.0.0 - placeholder.junit-bom - junit-bom + tmp.org.junit + placeholder.junit-bom 5.9.1 pom JUnit 5 (Bill of Materials) diff --git a/poms/org.kodein.di-kodein-di-7.16.0/pom.xml b/poms/org.kodein.di-kodein-di-7.16.0/pom.xml new file mode 100644 index 0000000..1d003dc --- /dev/null +++ b/poms/org.kodein.di-kodein-di-7.16.0/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.kodein.di + placeholder-kodein-di + 7.16.0 + Package kodein-di + + + org.kodein.di + kodein-di + 7.16.0 + + + \ No newline at end of file diff --git a/poms/org.mockito-mockito-bom-4.10.0/pom.xml b/poms/org.mockito-mockito-bom-4.10.0/pom.xml new file mode 100644 index 0000000..9ccefbc --- /dev/null +++ b/poms/org.mockito-mockito-bom-4.10.0/pom.xml @@ -0,0 +1,104 @@ + + 4.0.0 + tmp.org.mockito + placeholder.mockito-bom + 4.10.0 + pom + mockito-bom + Mockito Bill of Materials (BOM) + https://github.com/mockito/mockito + + + The MIT License + https://github.com/mockito/mockito/blob/main/LICENSE + repo + + + + + mockitoguy + Szczepan Faber + https://github.com/mockitoguy + + Core developer + + + + bric3 + Brice Dutheil + https://github.com/bric3 + + Core developer + + + + raphw + Rafael Winterhalter + https://github.com/raphw + + Core developer + + + + TimvdLippe + Tim van der Lippe + https://github.com/TimvdLippe + + Core developer + + + + + https://github.com/mockito/mockito.git + + + GitHub issues + https://github.com/mockito/mockito/issues + + + GH Actions + https://github.com/mockito/mockito/actions + + + + org.mockito + mockito-core + 4.10.0 + + + org.mockito + mockito-android + 4.10.0 + + + org.mockito + mockito-errorprone + 4.10.0 + + + org.mockito + mockito-inline + 4.10.0 + + + org.mockito + mockito-junit-jupiter + 4.10.0 + + + org.mockito + mockito-proxy + 4.10.0 + + + org.mockito + mockito-subclass + 4.10.0 + + + org.mockito + mockito-bom + 4.10.0 + + + \ No newline at end of file diff --git a/poms/org.slf4j-slf4j-api-2.0.6/pom.xml b/poms/org.slf4j-slf4j-api-2.0.6/pom.xml new file mode 100644 index 0000000..fa93967 --- /dev/null +++ b/poms/org.slf4j-slf4j-api-2.0.6/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.slf4j + placeholder-slf4j-api + 2.0.6 + Package slf4j-api + + + org.slf4j + slf4j-api + 2.0.6 + + + \ No newline at end of file diff --git a/poms/org.springframework-spring-framework-bom-6.0.3/pom.xml b/poms/org.springframework-spring-framework-bom-6.0.3/pom.xml new file mode 100644 index 0000000..6ae8254 --- /dev/null +++ b/poms/org.springframework-spring-framework-bom-6.0.3/pom.xml @@ -0,0 +1,159 @@ + + 4.0.0 + tmp.org.springframework + placeholder.spring-framework-bom + 6.0.3 + pom + Spring Framework (Bill of Materials) + Spring Framework (Bill of Materials) + https://github.com/spring-projects/spring-framework + + Spring IO + https://spring.io/projects/spring-framework + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + jhoeller + Juergen Hoeller + jhoeller@pivotal.io + + + + scm:git:git://github.com/spring-projects/spring-framework + scm:git:git://github.com/spring-projects/spring-framework + https://github.com/spring-projects/spring-framework + + + GitHub + https://github.com/spring-projects/spring-framework/issues + + + + org.springframework + spring-aop + 6.0.3 + + + org.springframework + spring-aspects + 6.0.3 + + + org.springframework + spring-beans + 6.0.3 + + + org.springframework + spring-context + 6.0.3 + + + org.springframework + spring-context-indexer + 6.0.3 + + + org.springframework + spring-context-support + 6.0.3 + + + org.springframework + spring-core + 6.0.3 + + + org.springframework + spring-core-test + 6.0.3 + + + org.springframework + spring-expression + 6.0.3 + + + org.springframework + spring-instrument + 6.0.3 + + + org.springframework + spring-jcl + 6.0.3 + + + org.springframework + spring-jdbc + 6.0.3 + + + org.springframework + spring-jms + 6.0.3 + + + org.springframework + spring-messaging + 6.0.3 + + + org.springframework + spring-orm + 6.0.3 + + + org.springframework + spring-oxm + 6.0.3 + + + org.springframework + spring-r2dbc + 6.0.3 + + + org.springframework + spring-test + 6.0.3 + + + org.springframework + spring-tx + 6.0.3 + + + org.springframework + spring-web + 6.0.3 + + + org.springframework + spring-webflux + 6.0.3 + + + org.springframework + spring-webmvc + 6.0.3 + + + org.springframework + spring-websocket + 6.0.3 + + + org.springframework + spring-framework-bom + 6.0.3 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-actuator-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-actuator-3.0.1/pom.xml new file mode 100644 index 0000000..d639e91 --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-actuator-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-actuator + 3.0.1 + Package spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-actuator + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-amqp-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-amqp-3.0.1/pom.xml new file mode 100644 index 0000000..e00d474 --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-amqp-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-amqp + 3.0.1 + Package spring-boot-starter-amqp + + + org.springframework.boot + spring-boot-starter-amqp + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.1/pom.xml new file mode 100644 index 0000000..8eb0ba3 --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-hateoas-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-hateoas + 3.0.1 + Package spring-boot-starter-hateoas + + + org.springframework.boot + spring-boot-starter-hateoas + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.1/pom.xml new file mode 100644 index 0000000..e71547c --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-oauth2-resource-server-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-oauth2-resource-server + 3.0.1 + Package spring-boot-starter-oauth2-resource-server + + + org.springframework.boot + spring-boot-starter-oauth2-resource-server + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-security-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-security-3.0.1/pom.xml new file mode 100644 index 0000000..2b1f904 --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-security-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-security + 3.0.1 + Package spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-security + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-test-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-test-3.0.1/pom.xml new file mode 100644 index 0000000..670949b --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-test-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-test + 3.0.1 + Package spring-boot-starter-test + + + org.springframework.boot + spring-boot-starter-test + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.1/pom.xml new file mode 100644 index 0000000..2a9f220 --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-thymeleaf + 3.0.1 + Package spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-thymeleaf + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.boot-spring-boot-starter-web-3.0.1/pom.xml b/poms/org.springframework.boot-spring-boot-starter-web-3.0.1/pom.xml new file mode 100644 index 0000000..02503bf --- /dev/null +++ b/poms/org.springframework.boot-spring-boot-starter-web-3.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.boot + placeholder-spring-boot-starter-web + 3.0.1 + Package spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-web + 3.0.1 + + + \ No newline at end of file diff --git a/poms/org.springframework.security-spring-security-test-6.0.1/pom.xml b/poms/org.springframework.security-spring-security-test-6.0.1/pom.xml new file mode 100644 index 0000000..6b5d033 --- /dev/null +++ b/poms/org.springframework.security-spring-security-test-6.0.1/pom.xml @@ -0,0 +1,14 @@ + + 4.0.0 + tmp.org.springframework.security + placeholder-spring-security-test + 6.0.1 + Package spring-security-test + + + org.springframework.security + spring-security-test + 6.0.1 + + + \ No newline at end of file