<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
      <modelVersion>4.0.0</modelVersion>
      <groupId>io.github.pedro-bachiega.mock-engine</groupId>
      <artifactId>io.github.pedro-bachiega.mock-engine.gradle.plugin</artifactId>
      <version>0.0.1-alpha02</version>
      <packaging>pom</packaging>
      <dependencies>
        <dependency>
          <groupId>io.github.pedro-bachiega</groupId>
          <artifactId>mock-engine-gradle-plugin</artifactId>
          <version>0.0.1-alpha02</version>
        </dependency>
      </dependencies>
    </project>