<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2013-2020 the original author or authors.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     https://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  ~
  -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-contract-starters</artifactId>
    <version>4.3.1</version>
    <relativePath>..</relativePath>
  </parent>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-contract-stub-runner</artifactId>
  <version>4.3.1</version>
  <name>Spring Cloud Contract Stub Runner Starter</name>
  <description>Spring Cloud Contract Stub Runner Starter</description>
  <url>https://github.com/spring-cloud/spring-cloud-contract/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner</url>
  <inceptionYear>2016</inceptionYear>
  <organization>
    <name>Spring</name>
    <url>https://spring.io/</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mariuszs</id>
      <name>Mariusz Smykula</name>
      <email>mariuszs@gmail.com</email>
    </developer>
    <developer>
      <id>marcingrzejszczak</id>
      <name>Marcin Grzejszczak</name>
      <email>mgrzejszczak@vmware.com</email>
    </developer>
    <developer>
      <id>dsyer</id>
      <name>David Syer</name>
      <email>david.syer at broadcom.com</email>
    </developer>
    <developer>
      <id>OlgaMaciaszek</id>
      <name>Olga Maciaszek-Sharma</name>
      <email>olga.maciaszek-sharma at broadcom.com</email>
    </developer>
    <developer>
      <id>sgibb</id>
      <name>Spencer Gibb</name>
      <email>spencer.gibb at broadcom.com</email>
    </developer>
    <developer>
      <id>rbaxter</id>
      <name>Ryan Baxter</name>
      <email>ryan.baxter at broadcom.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/spring-cloud/spring-cloud-contract.git/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner</connection>
    <developerConnection>scm:git:git@github.com:spring-cloud/spring-cloud-contract.git/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner</developerConnection>
    <url>https://github.com/spring-cloud/spring-cloud-contract/spring-cloud-contract-starters/spring-cloud-starter-contract-stub-runner</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/spring-cloud/spring-cloud-contract/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Github Actions</system>
    <url>https://github.com/spring-cloud/spring-cloud-contract/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-contract-stub-runner</artifactId>
      <version>4.3.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.junit.vintage</groupId>
          <artifactId>junit-vintage-engine</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.5.8</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>3.5.8</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.junit.vintage</groupId>
          <artifactId>junit-vintage-engine</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-contract-wiremock</artifactId>
      <version>4.3.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>org.junit.vintage</groupId>
          <artifactId>junit-vintage-engine</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.maven.resolver</groupId>
      <artifactId>maven-resolver-api</artifactId>
      <version>1.9.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.sonatype.sisu</groupId>
      <artifactId>sisu-inject-plexus</artifactId>
      <version>2.6.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
