Skip to content

Commit

Permalink
add jakarta repo for batch runner.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunrao <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Aug 25, 2022
1 parent 1ec99b2 commit bda58fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions glassfish-runner/batch-tck/pom.xml
Expand Up @@ -39,6 +39,14 @@ Copyright (c) 2022 Contributors to the Eclipse Foundation
<jakarta.batch.version>2.1.0</jakarta.batch.version>
</properties>


<repositories>
<repository>
<id>jakarta-snapshots</id>
<url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
</repository>
</repositories>

<modules>
<module>sigtests</module>
<module>apitests</module>
Expand Down

0 comments on commit bda58fc

Please sign in to comment.