<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.anshuljayn</groupId>
  <artifactId>E2EFeatureBuilder</artifactId>
  <version>0.0.1-withDependency</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>io.cucumber</groupId>
      <artifactId>gherkin</artifactId>
      <version>10.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>Generate e2e feature file using combination of other feature file</description>
  <name>E2EFeatureBuilder</name>
  <url>https://github.com/anshuljayn/E2EFeatureBuilder</url>
  <organization>
    <name></name>
    <url></url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/anshuljayn/E2EFeatureBuilder/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://github.com/anshuljayn/E2EFeatureBuilder/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/anshuljayn/E2EFeatureBuilder</url>
    <connection>scm:git:git://github.com/anshuljayn/E2EFeatureBuilder.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/anshuljayn/E2EFeatureBuilder.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Anshul Jain</name>
      <id>anshuljayn</id>
      <email></email>
    </developer>
  </developers>
</project>
