<?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.aoe</groupId>
  <artifactId>geb-spock-reports</artifactId>
  <version>0.2.5</version>
  <description>Integrates Geb screenshots into the spock-reports library</description>
  <dependencies>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.4.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gebish</groupId>
      <artifactId>geb-core</artifactId>
      <version>2.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <name>geb-spock-reports</name>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.aoe#geb-spock-reports;0.2.5</nebula_Implementation_Title>
    <nebula_Implementation_Version>0.2.5</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>tilmanginzel</nebula_Built_By>
    <nebula_Built_OS>Mac OS X</nebula_Built_OS>
    <nebula_Build_Date>2019-09-05_22:30:04</nebula_Build_Date>
    <nebula_Gradle_Version>4.10</nebula_Gradle_Version>
    <nebula_Module_Source></nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:AOEpeople/geb-spock-reports.git</nebula_Module_Origin>
    <nebula_Change>4a30175</nebula_Change>
    <nebula_Branch>master</nebula_Branch>
    <nebula_Build_Host>Hakuna-Matata.fritz.box</nebula_Build_Host>
    <nebula_Build_Job>LOCAL</nebula_Build_Job>
    <nebula_Build_Number>LOCAL</nebula_Build_Number>
    <nebula_Build_Id>LOCAL</nebula_Build_Id>
    <nebula_Created_By>11.0.4+11 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>11.0.4</nebula_Build_Java_Version>
    <nebula_Module_Owner>tilman.ginzel@aoe.com</nebula_Module_Owner>
    <nebula_Module_Email>tilman.ginzel@aoe.com</nebula_Module_Email>
    <nebula_X_Compile_Target_JDK>11</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>11</nebula_X_Compile_Source_JDK>
  </properties>
  <url>https://github.com/AOEpeople/geb-spock-reports</url>
  <scm>
    <url>git@github.com:AOEpeople/geb-spock-reports.git</url>
  </scm>
  <developers>
    <developer>
      <id>tilmanginzel</id>
      <name>Tilman Ginzel</name>
      <email>tilman.ginzel@aoe.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
</project>
