Skip to content

Commit

Permalink
[GEOS-8735] Add WMS GetMap and GetFeatureInfo tests for App-Schema Mo…
Browse files Browse the repository at this point in the history
…ngoDB integration (#2873)
  • Loading branch information
Nuno Oliveira committed May 14, 2018
1 parent 09c7964 commit 028a461
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 104 deletions.
5 changes: 5 additions & 0 deletions src/extension/app-schema/app-schema-mongo-test/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<groupId>org.geoserver</groupId> <groupId>org.geoserver</groupId>
<artifactId>gs-wfs</artifactId> <artifactId>gs-wfs</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>gs-wms</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId> <artifactId>spring-test</artifactId>
Expand Down

0 comments on commit 028a461

Please sign in to comment.