<?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 https://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.graphql-java-kickstart</groupId>
  <artifactId>graphql-webclient</artifactId>
  <version>2.1.0</version>
  <name>graphql-spring-webclient</name>
  <description>GraphQL Spring Web client</description>
  <url>https://github.com/graphql-java-kickstart/graphql-spring-webclient</url>
  <licenses>
    <license>
      <name>GPL-3.0</name>
      <url>https://github.com/graphql-java-kickstart/spring-spring-webclient/blob/master/LICENSE.md</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>oliemansm</id>
      <name>Michiel Oliemans</name>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/graphql-java-kickstart/graphql-spring-webclient</connection>
    <developerConnection>https://github.com/graphql-java-kickstart/graphql-spring-webclient</developerConnection>
    <url>https://github.com/graphql-java-kickstart/graphql-spring-webclient</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <version>3.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jayway.jsonpath</groupId>
      <artifactId>json-path</artifactId>
      <version>2.8.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>3.2.1</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
