Skip to content

Commit

Permalink
Fix #1836: Artemis JMS kamelet should use artemis client dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Jan 17, 2024
1 parent 60ec1b0 commit 59ab318
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion kamelets/jms-apache-artemis-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
- "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
Expand Down
2 changes: 1 addition & 1 deletion kamelets/jms-apache-artemis-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
- "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
Expand Down
4 changes: 2 additions & 2 deletions library/camel-kamelets-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-all</artifactId>
<version>${version.org.apache.activemq.artemis-jms-client-all}</version>
<artifactId>artemis-jakarta-client-all</artifactId>
<version>${version.org.apache.activemq.artemis-jakarta-client-all}</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
- "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.activemq:artemis-jms-client-all:2.31.2"
- "mvn:org.apache.activemq:artemis-jakarta-client-all:2.31.2"
template:
beans:
- name: connectionFactoryBean
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
<version.org.apache.commons.commons-dbcp2>2.11.0</version.org.apache.commons.commons-dbcp2>
<version.com.amazon.redshift.redshift-jdbc42>2.1.0.25</version.com.amazon.redshift.redshift-jdbc42>
<version.org.apache.activemq.artemis-jms-client-all>2.31.2</version.org.apache.activemq.artemis-jms-client-all>
<version.org.apache.activemq.artemis-jakarta-client-all>2.31.2</version.org.apache.activemq.artemis-jakarta-client-all>
<version.org.postgresql.postgresql>42.7.1</version.org.postgresql.postgresql>
<version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro>
<!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->
Expand Down Expand Up @@ -340,7 +340,7 @@
new UpdateDepsVersionKamelets().updateKameletDirectory("./kamelets/", [
"version.org.apache.commons.commons-dbcp2": "${version.org.apache.commons.commons-dbcp2}",
"version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
"version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
"version.org.apache.activemq.artemis-jakarta-client-all": "${version.org.apache.activemq.artemis-jakarta-client-all}",
"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
"version.io.quarkus.quarkus-apicurio-registry-avro": "${version.io.quarkus.quarkus-apicurio-registry-avro}",
"version.com.azure.azure-identity": "${version.com.azure.azure-identity}",
Expand Down

0 comments on commit 59ab318

Please sign in to comment.