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
The documentation mentions adding this dependency:
<dependencies> <dependency> <groupId>com.imb.jbatch</groupId> <artifactId>com.ibm.jbatch.container</artifactId> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> </dependency> </dependencies>
It should be
<dependencies> <dependency> <groupId>com.ibm.jbatch</groupId> <artifactId>com.ibm.jbatch.container</artifactId> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> </dependency> </dependencies>
The text was updated successfully, but these errors were encountered:
tvallin
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
Describe the bug in detail highlighting current behavior vs expected behavior
The documentation mentions adding this dependency:
It should be
Steps to reproduce
The text was updated successfully, but these errors were encountered: