Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AMQP extension #968

Merged
merged 1 commit into from Mar 24, 2020
Merged

Add AMQP extension #968

merged 1 commit into from Mar 24, 2020

Conversation

jamesnetherton
Copy link
Contributor

Fixes #143

Comment on lines +39 to +62
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom-deployment</artifactId>
<version>${quarkus.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.amqphub.quarkus</groupId>
<artifactId>quarkus-qpid-jms-deployment</artifactId>
<version>${quarkus.qpid.jms.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- quarkus-qpid-jms-deployment is currently not part quarkus-qpid-jms-deployment-->
<dependency>
<groupId>org.amqphub.quarkus</groupId>
<artifactId>quarkus-qpid-jms-deployment</artifactId>
<version>${quarkus.qpid.jms.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd expect these to be in the deployment module. Is there any reason for them to be here in the parent?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By importing the deployment BOMs here in the parent, we awake an impression that it is legal to use the deployment artifacts in all descendants, incl. the runtime module, which I think really should not happen.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix this (for amqp).

I also noticed some other extensions where this happens. I'll follow up with another PR to fix tomorrow.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have some dep. management cleanup in progress. I'd fix all these things there, if you do not mind.

@ppalaga ppalaga merged commit 6aac197 into apache:master Mar 24, 2020
@jamesnetherton jamesnetherton deleted the amqp branch March 24, 2020 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Camel AMQP extension
3 participants