Skip to content

Conversation

@sergej-koscejev
Copy link
Member

  • Add bundled dependencies as 'provided' in pom.xml to help with automated dependency scanning.
  • Remove jarNameOverride, specify the type of takari-cpsuite artifact explicitly.

Explicitly specifying the type of the takari-cpsuite dependency makes
it unnecessary to override its jar name.
@arimer
Copy link
Member

arimer commented Nov 17, 2025

The build never got picked up by TC due to the branch name.. I triggered it

Copy link
Member

@arimer arimer left a comment

Choose a reason for hiding this comment

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

Changes look good.

The created pom files now contain version informations like:

dependency>
      <groupId>org.pcollections</groupId>
      <artifactId>pcollections</artifactId>
      <version>4.0.2</version>
      <type>jar</type>
      <scope>provided</scope>
    </dependency>

@sergej-koscejev sergej-koscejev merged commit 8c8a8b0 into maintenance/mps20241 Nov 18, 2025
2 checks passed
@sergej-koscejev sergej-koscejev deleted the bundled-deps-as-provided-in-pom branch November 18, 2025 13:34
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