Skip to content
Snippets Groups Projects
Commit 347be15e authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

Cleanup readme.md

parent 025b8d2b
No related branches found
No related tags found
1 merge request!438Solxget/java 17 test
Pipeline #216923 passed
......@@ -10,9 +10,9 @@ These instructions will get you a copy of the project up and running on your loc
### Prerequisites
Pre-requisites
* JDK 8 (https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html)
* Maven 3.8.3 or later
* Lombok 1.16 or later
* JDK 17 (https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html)
* Maven 3.8.6 or later
* Lombok 1.18.26 or later
* OSDU Instance deployed on AWS
### Service Configuration
......@@ -39,9 +39,9 @@ Check that maven is installed:
example:
```bash
$ mvn --version
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /usr/local/Cellar/maven/3.8.3/libexec
Java version: 1.8.0_312, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
Apache Maven 3.8.6
Maven home: /usr/local/Cellar/maven/3.8.6/libexec
Java version: 17.0.5, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-17.jdk/Contents/Home/jre
...
```
......
......@@ -33,8 +33,8 @@ In the current version, the OQM mapper is equipped with 2 drivers to the message
#### Requirements
1. Mandatory
* Java 8
-[Maven 3.6.0+](https://maven.apache.org/download.cgi)
* Java 17
-[Maven 3.8.6+](https://maven.apache.org/download.cgi)
2. For Google Cloud only
* GCloud command line tool
......@@ -56,9 +56,9 @@ Check that maven is installed:
```bash
$ mvn --version
Apache Maven 3.6.0
Apache Maven 3.8.6
Maven home: /usr/share/maven
Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: /usr/lib/jvm/jdk8u212-b04/jre
Java version: 17.0.5, Eclipse Adoptium, runtime: /Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home
...
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment