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

Upgrade to galleon 5.0.7.Final #275

Merged
merged 1 commit into from
Dec 20, 2022
Merged

Upgrade to galleon 5.0.7.Final #275

merged 1 commit into from
Dec 20, 2022

Conversation

jfdenise
Copy link
Contributor

@jfdenise jfdenise commented Dec 16, 2022

  • Dependencies have been reworked in Galleon
  • Add previous transitive dep as dependency.

@jfdenise jfdenise requested a review from jamezp December 16, 2022 14:50
Comment on lines +255 to +265
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer</artifactId>
<version>${version.org.apache.maven.shared}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

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

What is this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

For some classes required by featurePack class. As we can see in failing #276

Copy link
Member

Choose a reason for hiding this comment

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

Sorry, I got the PR's mixed up 🤦

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.

2 participants