Skip to content

Remove Jersey from the Connector distro #414

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

Closed
EricWittmann opened this issue May 5, 2020 · 1 comment
Closed

Remove Jersey from the Connector distro #414

EricWittmann opened this issue May 5, 2020 · 1 comment
Labels
triage/invalid This doesn't seem right type/task

Comments

@EricWittmann
Copy link
Member

Currently we are pulling in Jersey to our connect distro here:

<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-registry-client</artifactId>
<exclusions>
<exclusion>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client-microprofile</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-rest-client</artifactId>
<version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-config</artifactId>
<version>${version.jersey}</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.config</groupId>
<artifactId>geronimo-config-impl</artifactId>
<version>${version.geronimo.config}</version>
</dependency>

Is this needed? Can we not just use RESTEasy?

@EricWittmann EricWittmann added type/task triage/invalid This doesn't seem right labels May 5, 2020
@EricWittmann
Copy link
Member Author

I do not believe this is possible. I think jersey is a requirement in that context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/invalid This doesn't seem right type/task
Projects
None yet
Development

No branches or pull requests

1 participant