<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-bom</artifactId>
    <version>2.18.2</version>
    <name>SmallRye: GraphQL Bill Of Materials</name>
    <packaging>pom</packaging>
    <description>Generated Bom</description>
    
    <url>http://smallrye.io</url>    
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>${l.distribution}</distribution>
        </license>
    </licenses>
    
    
    <scm>
        <connection>scm:git:git@github.com:smallrye/smallrye-graphql.git</connection>
        <developerConnection>scm:git:git@github.com:smallrye/smallrye-graphql.git</developerConnection>
        <url>https://github.com/smallrye/smallrye-graphql/</url>
        <tag>2.18.2</tag>
    </scm>
        
    <distributionManagement>
      
      <repository>
        <id>oss.sonatype</id>
        <name>${model.distributionManagement.repository.name}</name>
        <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        <layout>default</layout>
      </repository>
            
      <snapshotRepository>
        <id>oss.sonatype</id>
        <name>${model.distributionManagement.snapshotRepository.name}</name>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
        <layout>default</layout>
      </snapshotRepository>
      
    </distributionManagement>
        
    <developers>
        <developer>
            <id>radcortez</id>
            <name>Roberto Cortez</name>
            <email>radcortez@redhat.com</email>
            <organization>Red Hat</organization>
            <organizationUrl>https://www.redhat.com/en</organizationUrl>
        </developer>
    </developers>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-ui-graphiql</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-api</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-schema-model</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-schema-builder</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-cdi</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-servlet</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client-api</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client-model</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client-model-builder</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client-implementation-vertx</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-client-generator</artifactId>
                <version>2.18.2</version>
            </dependency>
            <dependency>
                <groupId>io.smallrye</groupId>
                <artifactId>smallrye-graphql-maven-plugin</artifactId>
                <version>2.18.2</version>
                <type>maven-plugin</type>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
