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

Fix dependencies_check.yml #330

Closed
ckunki opened this issue Jul 29, 2022 · 0 comments · Fixed by #332
Closed

Fix dependencies_check.yml #330

ckunki opened this issue Jul 29, 2022 · 0 comments · Fixed by #332
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@ckunki
Copy link
Collaborator

ckunki commented Jul 29, 2022

Since last release on July 20, 2022 dependencies_check.yml fails for project-keeper with error message

Error:  Failed to execute goal on project project-keeper-core: 
Could not resolve dependencies for project com.exasol:project-keeper-core:jar:2.5.0: 
Could not find artifact com.exasol:project-keeper-shared-test-setup:jar:2.5.0 
in central (https://repo.maven.apache.org/maven2)

The artifact was never published to maven central and is not intended to be so, either.

Potential workarounds:

  • call mvn install -DskipTests before running dependencies_check.yml
  • or configure excludeCoordinatesCsv for ossindex-maven-plugin
@ckunki ckunki added the bug Unwanted / harmful behavior label Jul 29, 2022
@kaklakariada kaklakariada self-assigned this Aug 3, 2022
kaklakariada added a commit that referenced this issue Aug 3, 2022
kaklakariada added a commit that referenced this issue Aug 3, 2022
* #330: Fix dependency check build

* Upgrade dependencies

* Remove unnecessary vulnerability exclusion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants