<?xml version="1.0" encoding="UTF-8"?>
<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>dev.inditex.karate</groupId>
    <artifactId>karatetools</artifactId>
    <version>5.2.0</version>
    <relativePath>..</relativePath>
  </parent>

  <artifactId>karatetools-openapi-test</artifactId>
  <packaging>pom</packaging>

  <name>${project.groupId}:${project.artifactId}</name>
  <description>InditexOSS Karate Tools - Open Apis for testing</description>

  <developers>
    <developer>
      <name>Inditex Open Source Office</name>
      <email>oso@inditex.com</email>
      <organization>Industria de Diseño Textil, S.A.</organization>
      <organizationUrl>https://inditex.com</organizationUrl>
    </developer>
  </developers>

  <modules>
    <module>xxx-api-rest-stable</module>
    <module>xxx-external-api-rest-stable</module>
  </modules>

  <properties>
    <!-- This module has no junit tests -->
    <pitest-skip>true</pitest-skip>
  </properties>

  <dependencyManagement />

  <dependencies />

  <build />

  <reporting />

  <profiles />

</project>
