File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,19 +99,20 @@ FIWARE Postman collections can be downloaded directly from the
9999[ Gitpod] ( https://github.com/gitpod-io/gitpod ) is an open-source Kubernetes application for ready-to-code cloud
100100development environments that spins up an automated dev environment for each task, in the cloud. It enables you to run
101101the tutorials in a cloud development environment directly from your browser or your Desktop IDE.
102+ The default environment is based on Ubuntu and includes Java ` 11.0.16 ` and Maven ` 3.8.6 ` .
102103
103104### Apache Maven <img src =" https://maven.apache.org/favicon.ico " align =" left " height =" 30 " width =" 30 " style =" border-right-style :solid ; border-right-width :10px ; border-color :transparent ; background : transparent " >
104105
105106[ Apache Maven] ( https://maven.apache.org/download.cgi ) is a software project management and comprehension tool. Based on
106107the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a
107108central piece of information. Maven can be used to define and download our dependencies and to build and package Java or
108- Scala code into a JAR file.
109+ Scala code into a JAR file. Apache Maven ` 3.8.6 ` or higher is recommended.
109110
110111### JQ <img src =" https://jqlang.github.io/jq/jq.png " align =" left " height =" 30 " width =" 30 " style =" border-right-style :solid ; border-right-width :10px ; border-color :transparent ; background : transparent " >
111112
112113[ jq] ( https://jqlang.github.io/jq/ ) is a lightweight and flexible command-line JSON processor which can be used to format
113114the JSON responses received from the context broker and other FIWARE components. More information about how to use jq
114- can be found [ here] ( https://www.digitalocean.com/community/tutorials/how-to-transform-json-data-with-jq )
115+ can be found [ here] ( https://www.digitalocean.com/community/tutorials/how-to-transform-json-data-with-jq ) . ` jq-1.6 ` is recommended.
115116
116117## Data models
117118
You can’t perform that action at this time.
0 commit comments