Skip to content

Commit

Permalink
MOSIP-37793 - Update the Readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Nov 26, 2024
1 parent 8b1fa4d commit 959e44c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ This repository consists of:
## Prerequisites

To use this repository, ensure you have:
- **Java 21** or later installed ([download here](https://jdk.java.net/)).
- **Maven** ([installation guide](https://maven.apache.org/install.html)).
- **Java 21** ([download here](https://jdk.java.net/)).
- **Maven 3.9.6** or higher ([installation guide](https://maven.apache.org/install.html)).
- Access to necessary MOSIP services or mocked test environments.

---
Expand All @@ -32,7 +32,7 @@ To use this repository, ensure you have:
- Add the following dependency in the POM of required project
```sh
<dependency>
<groupId>org.mosip</groupId>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<version>1.3.0</version>
</dependency>
Expand Down

0 comments on commit 959e44c

Please sign in to comment.