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

Typo in jbatch documentation #9535

Open
hyder opened this issue Nov 27, 2024 · 0 comments · May be fixed by #9537
Open

Typo in jbatch documentation #9535

hyder opened this issue Nov 27, 2024 · 0 comments · May be fixed by #9537
Assignees
Labels

Comments

@hyder
Copy link

hyder commented Nov 27, 2024

Environment Details

  • Helidon Version: 4.x
  • Helidon SE or Helidon MP
  • JDK version:
  • OS:
  • Docker version (if applicable):

Problem Description

Describe the bug in detail highlighting current behavior vs expected behavior

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>

Steps to reproduce

@github-project-automation github-project-automation bot moved this to Triage in Backlog Nov 27, 2024
@tvallin tvallin linked a pull request Nov 27, 2024 that will close this issue
@tvallin tvallin self-assigned this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Triage
Development

Successfully merging a pull request may close this issue.

2 participants