<?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>org.projectnessie.cel</groupId>
  <artifactId>cel-bom</artifactId>
  <version>0.3.2</version>
  <packaging>pom</packaging>
  <name>bom</name>
  <description>bom</description>
  <url>https://github.com/projectnessie/cel-java</url>
  <inceptionYear>2021</inceptionYear>
  <organization>
    <name>Project Nessie</name>
    <url>https://projectnessie.org</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>snazy</id>
      <name>Robert Stupp</name>
      <url>https://github.com/snazy</url>
    </developer>
    <developer>
      <id>nastra</id>
      <name>Eduard Tudenhoefner</name>
      <url>https://github.com/nastra</url>
    </developer>
    <developer>
      <id>rymurr</id>
      <name>Ryan Murray</name>
      <url>https://github.com/rymurr</url>
    </developer>
    <developer>
      <id>laurentgo</id>
      <name>Laurent Goujon</name>
      <url>https://github.com/laurentgo</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>alancao-uber</name>
      <url>https://github.com/alancao-uber</url>
    </contributor>
  </contributors>
  <scm>
    <connection>scm:git:https://github.com/projectnessie/cel-java</connection>
    <developerConnection>scm:git:https://github.com/projectnessie/cel-java</developerConnection>
    <tag>main</tag>
    <url>https://github.com/projectnessie/cel-java/tree/main</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/projectnessie/cel-java/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>cel-core</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>cel-generated-antlr</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>cel-generated-pb</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>conformance</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>cel-jackson</artifactId>
        <version>0.3.2</version>
      </dependency>
      <dependency>
        <groupId>org.projectnessie.cel</groupId>
        <artifactId>cel-tools</artifactId>
        <version>0.3.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <parent>
    <groupId>org.projectnessie.cel</groupId>
    <artifactId>cel-parent</artifactId>
    <version>0.3.2</version>
  </parent>
</project>
