We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
identity-inbound-auth-oauth/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/iwa/ntlm/util/SimpleHttpRequest.java
Line 21 in c922390
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
identity-inbound-auth-oauth/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/token/handlers/grant/iwa/ntlm/util/SimpleHttpRequest.java
Line 21 in c922390
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,
Ideally, we should refactor this class and get rid of this dependency.
The text was updated successfully, but these errors were encountered: