We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This dependency should be called
<dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency>
I used the Maven Shade plugin to create a fat jar and found the commons-logging missing.
The text was updated successfully, but these errors were encountered:
Fix was merged in PR #124
Sorry, something went wrong.
Release 1.7.3 of the Amazon Kinesis Client
ac019f1
* Upgrade to the newest AWS Java SDK. * Issue awslabs/amazon-kinesis-client-python#27 * PR awslabs#126 * PR awslabs#125 * Added a direct dependency on commons-logging. * Issue awslabs#123 * PR awslabs#124 * Make ShardInfo public to allow for custom ShardPrioritization strategies. * Issue awslabs#120 * PR awslabs#127
Release 1.7.3 of the Amazon Kinesis Client (#131)
3d18e48
* Upgrade to the newest AWS Java SDK. * Issue awslabs/amazon-kinesis-client-python#27 * PR #126 * PR #125 * Added a direct dependency on commons-logging. * Issue #123 * PR #124 * Make ShardInfo public to allow for custom ShardPrioritization strategies. * Issue #120 * PR #127
This is now fixed, and release in 1.7.3.
Feel free to reopen if you have any additional questions.
Is it possible to switch to slf4j? Or is this a major change?
No branches or pull requests
This dependency should be called
I used the Maven Shade plugin to create a fat jar and found the commons-logging missing.
The text was updated successfully, but these errors were encountered: