Skip to content

Commit

Permalink
ENTESB-17076: downgrade qpid library (#161) (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Ferraro <ni.ferraro@gmail.com>
  • Loading branch information
github-actions[bot] and nicolaferraro committed Jul 28, 2021
1 parent 9cc4a36 commit 06cbe52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jms-amqp-10-sink.kamelet.yaml
Expand Up @@ -36,7 +36,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
- "mvn:org.apache.qpid:qpid-jms-client:0.55.0"
flow:
beans:
- name: connectionFactoryBean
Expand Down
2 changes: 1 addition & 1 deletion jms-amqp-10-source.kamelet.yaml
Expand Up @@ -36,7 +36,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
- "mvn:org.apache.qpid:qpid-jms-client:0.55.0"
flow:
beans:
- name: connectionFactoryBean
Expand Down
Expand Up @@ -36,7 +36,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
- "mvn:org.apache.qpid:qpid-jms-client:0.55.0"
flow:
beans:
- name: connectionFactoryBean
Expand Down
Expand Up @@ -36,7 +36,7 @@ spec:
dependencies:
- "camel:jms"
- "camel:kamelet"
- "mvn:org.apache.qpid:qpid-jms-client:1.0.0"
- "mvn:org.apache.qpid:qpid-jms-client:0.55.0"
flow:
beans:
- name: connectionFactoryBean
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -62,7 +62,7 @@
<!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->
<version.com.microsoft.sqlserver.mssql-jdbc>9.2.1.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
<version.org.apache.commons.commons-dbcp2>2.7.0</version.org.apache.commons.commons-dbcp2>
<version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
<version.org.apache.qpid.qpid-jms-client>0.55.0</version.org.apache.qpid.qpid-jms-client>

</properties>

Expand Down

0 comments on commit 06cbe52

Please sign in to comment.