-
Notifications
You must be signed in to change notification settings - Fork 176
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
chore: bump eclipse platform dependencies to the latest versions #19940
Conversation
flow-client/pom.xml
Outdated
@@ -132,7 +132,7 @@ | |||
<dependency> | |||
<groupId>org.eclipse.platform</groupId> | |||
<artifactId>org.eclipse.core.resources</artifactId> | |||
<version>3.17.0</version> | |||
<version>3.21.0</version> | |||
<scope>test</scope> | |||
<exclusions> | |||
<exclusion> |
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.
is this <exclusion>
still needed?
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.
The issue mentioned in the commit that introduced the exclusion has been fixed.
I think we can remove the exclusion
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.
done
Quality Gate passedIssues Measures |
Hi @mcollovati and @ZheSun88, when i performed cherry-pick to this commit to 24.3, i have encountered the following issue. Can you take a look and pick it manually? |
) (#19975) * chore: bump eclipse platform dependencies to the latest versions * cleanup pom * cleanup pom Co-authored-by: Marco Collovati <[email protected]>
) (#19976) * chore: bump eclipse platform dependencies to the latest versions * cleanup pom * cleanup pom
No description provided.