Skip to content

Commit c768c98

Browse files
authored
Update BUILDING.md
1 parent 43f7d03 commit c768c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Ensure you have the following prerequisites:
44
* [Gradle v4.10.2](https://gradle.org/releases/)
5-
* [MongoDB v3.11+](https://www.mongodb.com/download-center/community)
5+
* [MongoDB server](https://www.mongodb.com/download-center/community) compatible with [Java Driver v3.11](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#java-driver-compatibility)
66
* [WAS Liberty Profile 19.0.0.9](https://developer.ibm.com/wasdev/downloads/#asset/runtimes-wlp-kernel)
77
* Your Liberty runtime must contain the following features which can be installed using `installUtility` as follows: `bin/installUtility install cdi-1.0 servlet-3.0 passwordUtilities-1.0 jaxrs-1.1`
8-
* A Java JDK (we tested with Java 8)
8+
* A Java 8 JDK
99

1010
Either download `larsServer.zip` from the [Liberty Repository](https://developer.ibm.com/wasdev/downloads/#asset/tools-Liberty_Asset_Repository_Service) and configure `server/gradle.properties` as mentioned in the second step below or build `larsServer.zip` yourself by doing the following:
1111

0 commit comments

Comments
 (0)