<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~  (c) 2019 Open Source Geospatial Foundation - all rights reserved
  ~  This code is licensed under the GPL 2.0 license, available at the root
  ~  application directory.
  ~  
  -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.geoserver</groupId>
    <artifactId>community</artifactId>
    <version>C105.2.22.4.01</version>
  </parent>

  <groupId>org.geoserver.community</groupId>
  <artifactId>gs-ogcapi</artifactId>
  <packaging>pom</packaging>

  <modules>
    <module>ogcapi-core</module>
    <module>ogcapi-features</module>
    <module>ogcapi-maps</module>
    <module>ogcapi-styles</module>
    <module>ogcapi-tiles</module>
    <module>ogcapi-images</module>
    <module>ogcapi-changeset</module>
    <module>ogcapi-tiled-features</module>
    <module>dggs</module>
    <module>ogcapi-coverages</module>
  </modules>

  <dependencies>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>
