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

Missing TestNG artifact in Maven Central #7610

Closed
zmarcos opened this issue Sep 17, 2023 · 0 comments · Fixed by #7616
Closed

Missing TestNG artifact in Maven Central #7610

zmarcos opened this issue Sep 17, 2023 · 0 comments · Fixed by #7616
Assignees
Labels
bug Something isn't working P2 testing
Milestone

Comments

@zmarcos
Copy link

zmarcos commented Sep 17, 2023

Environment Details

  • Helidon Version: 3.2.2
  • Helidon MP
  • JDK version: n/a
  • OS: n/a
  • Docker version (if applicable): n/a

Problem Description

Could not find artifact io.helidon.microprofile.tests:helidon-microprofile-tests-testng:jar:3.2.2 in central (https://repo.maven.apache.org/maven2)

Steps to reproduce

Running Maven with the following dependency:

<dependency>
    <groupId>io.helidon.microprofile.tests</groupId>
    <artifactId>helidon-microprofile-tests-testng</artifactId>
    <version>3.2.2</version>
    <scope>test</scope>
</dependency>
@m0mus m0mus added testing bug Something isn't working labels Sep 18, 2023
@m0mus m0mus added the P2 label Sep 18, 2023
@barchetta barchetta added this to the 3.2.3 milestone Sep 18, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 testing
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants