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

SimpleHTTPRequest tightly coupled to Tomcat Classes #543

Open
mefarazath opened this issue Oct 17, 2017 · 0 comments
Open

SimpleHTTPRequest tightly coupled to Tomcat Classes #543

mefarazath opened this issue Oct 17, 2017 · 0 comments

Comments

@mefarazath
Copy link
Contributor

This causes java doc plugin to fail when the transitive tomcat jars are missing. As a temporary fix, we have added the below transitive dependency,

<dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-coyote</artifactId>
            <version>7.0.69</version>
</dependency>

Ideally, we should refactor this class and get rid of this dependency.

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

No branches or pull requests

1 participant