-
Notifications
You must be signed in to change notification settings - Fork 6
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
Exclude commons-lang3 lib from Cassandra dependency in ScalarDB and ScalarDL tests #134
Conversation
c3a255a
to
b645916
Compare
- name: Install leiningen | ||
uses: DeLaGuardo/setup-clojure@13.0 | ||
with: | ||
lein: latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to add this to install the leiningen
tool.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
Description
We are encountering the following errors while running the ScalarDB and ScalarDL tests:
ScalarDB:
ScalarDL:
The root cause of both errors is a dependency conflict with the
commons-lang3
library. To address this issue, this PR excludes the library.Related issues and/or PRs
N/A
Changes made
commons-lang3
library from the Cassandra dependency in ScalarDB and ScalarDL tests.Checklist
Additional notes (optional)
N/A