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

[Build] Fix duplicated dependency and plugin metadata warnings #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HannesWell
Copy link
Contributor

No description provided.

@@ -40,7 +40,6 @@
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>org.eclipse.emf.ecore</artifactId>
<version>${emf-ecore-version}</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the dependencies (such as this one) are only handled in the main pom.xml file because otherwise some part of the automatic transitive dependency management breaks - it is marked to be removed in the main pom.xml once the issue no longer persists. Therefore I would like to not remove the version numbering here, because that could cause issues in the future when removing that again.

Alternatively, we could move all version management to one central position in general for consistent versions throughout the build.

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

Successfully merging this pull request may close these issues.

3 participants