-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
fix triple-servlet-dependencies #14452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it's necessary to make these changes because the files are already shaded to the dubbo.jar, please check whether dubbo.jar is correctly packaged, adding it is acceptable to avoid idea compilation problems, but it needs to set
<optional>true</optional>
<groupId>org.apache.dubbo</groupId> | ||
<artifactId>dubbo-triple-servlet</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<optional>true</optional>
<groupId>org.apache.dubbo</groupId> | ||
<artifactId>dubbo-triple-servlet</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<optional>true</optional>
<groupId>org.apache.dubbo</groupId> | ||
<artifactId>dubbo-rpc-triple</artifactId> | ||
<version>${project.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<optional>true</optional>
Quality Gate passedIssues Measures |
What is the purpose of the change
fix triple-servlet-dependencies.
Brief changelog
add related dependencies in pom.xml
Verifying this change
No
Checklist