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

Update dependencies for December 2020 #63

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Update dependencies for December 2020 #63

merged 1 commit into from
Dec 1, 2020

Conversation

lprimak
Copy link
Contributor

@lprimak lprimak commented Dec 1, 2020

Dependencies updated, enforcer plugin tested, compile errors fixed.

Fixes #62

@lprimak lprimak marked this pull request as draft December 1, 2020 01:11
@lprimak lprimak marked this pull request as ready for review December 1, 2020 01:31
@lprimak lprimak marked this pull request as draft December 1, 2020 01:39
@lprimak lprimak marked this pull request as ready for review December 1, 2020 01:47
@lprimak lprimak marked this pull request as draft December 1, 2020 02:03
    added commons-lang3 and made arquillian dependencies optional so they are not transitive
    for downstream applications
@lprimak lprimak marked this pull request as ready for review December 1, 2020 02:55
@ingwarsw
Copy link
Owner

ingwarsw commented Dec 1, 2020

@lprimak Thanks a lot..

Im wondering if I can add your project https://github.com/flowlogix/test-arq-suite as test subproject for extension?

@ingwarsw ingwarsw merged commit 3ee673a into ingwarsw:master Dec 1, 2020
@@ -30,6 +29,7 @@
import java.util.Set;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.apache.commons.lang3.StringUtils;
Copy link

Choose a reason for hiding this comment

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

is this import correct? I do not see anything using StringUtils in this commit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Line 122 is the usage. Switched from old commons.lang to new commons.lang3

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.

Upgrade dependencies
3 participants