<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.tailrocks.graphql</groupId>
  <artifactId>graphql-java-datetime</artifactId>
  <version>5.0.1</version>
  <name>graphql-java-datetime</name>
  <description>The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation</description>
  <url>https://github.com/tailrocks/graphql-java-datetime</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>donbeave</id>
      <name>Alexey Zhokhov</name>
      <email>alexey@zhokhov.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:tailrocks/graphql-java-datetime.git</connection>
    <developerConnection>scm:git:https://github.com/tailrocks/graphql-java-datetime.git</developerConnection>
    <url>https://github.com/tailrocks/graphql-java-datetime</url>
  </scm>
  <issueManagement>
    <url>https://github.com/tailrocks/graphql-java-datetime/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.graphql-java</groupId>
      <artifactId>graphql-java</artifactId>
      <version>18.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>validation-api</artifactId>
          <groupId>javax.validation</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
