Skip to content

Commit

Permalink
Fix pom.xml to the correct version. Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gfenoy committed Nov 24, 2021
1 parent 94ac496 commit bae37e2
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ This executable test suite is for the OGC API - Processes draft standard.
Visit the http://opengeospatial.github.io/ets-ogcapi-processes10/[project documentation website TBD]
for more information, including the API documentation.

== 2 minutes method

Run the following commands:

git clone https://github.com/opengeospatial/teamengine src
git clone https://github.com/opengeospatial/ets-common.git src1
cd src1
git clone -b testbed17 https://github.com/GeoLabs/ets-ogcapi-processes10.git
cd ..


== How to build the test suite

The test suite is built using https://maven.apache.org/[Apache Maven v3].
Expand Down
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,38 @@
<artifactId>openapi-operation-validator</artifactId>
<version>1.0.7</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.0.28</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.63</version>
</dependency>

<dependency>
<groupId>net.jadler</groupId>
<artifactId>jadler-core</artifactId>
Expand Down

0 comments on commit bae37e2

Please sign in to comment.