Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Feb 8, 2025

No description provided.

Comment on lines -86 to -95
for (dependency in CORE_DEPENDENCIES) {
api(dependency)
val split = dependency.split(':')
dependencyVersions[split[0]] = split[2]
}
for (dependency in DEPENDENCIES) {
api(dependency)
val split = dependency.split(':')
dependencyVersions[split[0]] = split[2]
}
Copy link
Member Author

Choose a reason for hiding this comment

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

getting rid of this was unrelated, but we don't use the dependencyVersions constants, and inlining the dependencies directly into this section seems so much more straightforward

@trask trask changed the title Add FOSSA scanning Add FOSSA license scanning Feb 8, 2025
@trask trask force-pushed the fossa branch 2 times, most recently from acc2415 to 8562260 Compare February 9, 2025 16:14
@trask trask merged commit 59d2482 into open-telemetry:main Feb 10, 2025
17 checks passed
@trask trask deleted the fossa branch February 10, 2025 13:13
breedx-splk pushed a commit to breedx-splk/opentelemetry-java-contrib that referenced this pull request Feb 14, 2025
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.

5 participants