<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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.geotools</groupId>
    <artifactId>ogc</artifactId>
    <version>2.7.4</version>
  </parent>

  <groupId>org.geotools.ogc</groupId>
  <artifactId>net.opengis.wfs</artifactId>
  <packaging>jar</packaging>

  <name>Web Feature Service Model</name>
  

  <scm>
    <connection>
      scm:svn:http://svn.osgeo.org/geotools/trunk/modules/unsupported/ogc/net.opengis.wfs
    </connection>
    <url>http://svn.osgeo.org/geotools/trunk/modules/unsupported/ogc/net.opengis.wfs</url>
  </scm>

  <description>Web Feature Service Schema EMF Model</description>

  <dependencies>
    <dependency>
      <groupId>org.geotools.ogc</groupId>
      <artifactId>net.opengis.ows</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.geotools</groupId>
      <artifactId>gt-api</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>


</project>
