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

Remove glassfish.jersey.core dependency #63

Closed
drejc opened this issue Jun 1, 2020 · 1 comment
Closed

Remove glassfish.jersey.core dependency #63

drejc opened this issue Jun 1, 2020 · 1 comment
Assignees
Milestone

Comments

@drejc
Copy link
Member

drejc commented Jun 1, 2020

Remove not needed dependency ... if possible

<dependency>
           <groupId>org.glassfish.jersey.core</groupId>
           <artifactId>jersey-common</artifactId>
           <version>${version.glassfish}</version>
           <scope>test</scope>
</dependency>
@drejc drejc added this to the 0.9.1 milestone Jun 1, 2020
@drejc drejc self-assigned this Jun 1, 2020
drejc added a commit that referenced this issue Jun 3, 2020
….jar implementation present in final code if not needed.
@drejc drejc closed this as completed Jun 3, 2020
@drejc
Copy link
Member Author

drejc commented Jun 3, 2020

Dependency only needed in case Response builder is used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant