Skip to content

chore: fix license check#123

Closed
zepfred wants to merge 1 commit into
mainfrom
fix/license
Closed

chore: fix license check#123
zepfred wants to merge 1 commit into
mainfrom
fix/license

Conversation

@zepfred

@zepfred zepfred commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 17, 2026 16:39
@zepfred zepfred marked this pull request as draft March 17, 2026 16:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Maven build configuration to address a failing license check by introducing explicit BouncyCastle dependency/version management.

Changes:

  • Add a version.org.bouncycastle property and import the bc-jdk18on-bom in dependencyManagement.
  • Add a direct bcprov-jdk18on dependency (annotated as “License check”).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread pom.xml
Comment on lines +86 to +89
<!-- License check -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
Comment thread pom.xml
Comment on lines +44 to +47
<artifactId>bc-jdk18on-bom</artifactId>
<version>${version.org.bouncycastle}</version>
<type>pom</type>
<scope>import</scope>
@zepfred zepfred closed this Mar 17, 2026
@triceo triceo deleted the fix/license branch April 19, 2026 11:19
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