Guest User

Untitled

a guest
Oct 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. diff --git a/server/scripts/pom.xml b/server/scripts/pom.xml
  2. index ffef7e8..49c0a24 100644
  3. --- a/server/scripts/pom.xml
  4. +++ b/server/scripts/pom.xml
  5. @@ -28,6 +28,13 @@
  6. <version>2.2-SNAPSHOT</version>
  7. <scope>compile</scope>
  8. </dependency>
  9. + <dependency>
  10. + <groupId>org.geoserver</groupId>
  11. + <artifactId>wfs</artifactId>
  12. + <version>2.2-SNAPSHOT</version>
  13. + <classifier>tests</classifier>
  14. + <scope>test</scope>
  15. + </dependency>
  16. </dependencies>
  17. <build>
  18. <plugins>
Add Comment
Please, Sign In to add comment