<?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-generated-pb</artifactId>
  <version>0.2.2</version>
  <name>generated-pb</name>
  <description>generated-pb</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>
  <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>
  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.19.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <parent>
    <groupId>org.projectnessie.cel</groupId>
    <artifactId>cel-parent</artifactId>
    <version>0.2.2</version>
  </parent>
</project>
