<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.cronapp</groupId>
  <artifactId>olingo-odata2-annotation-processor-api</artifactId>
  <version>4.2.20</version>
  <name>olingo-odata2-annotation-processor-api</name>
  <description>Cronapp Maven Artifact</description>
  <url>https://cronapp.io/olingo-odata2-parent/olingo-odata2-annotation-processor/olingo-odata2-annotation-processor-api/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Cronapp Developer</name>
      <email>dev@cronapp.io</email>
      <url>https://cronapp.io/</url>
      <organization>Techne Engenharia e Sistemas LTDA</organization>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/cronapp/olingo-odata2-parent/olingo-odata2-annotation-processor/olingo-odata2-annotation-processor-api/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.cronapp</groupId>
      <artifactId>olingo-odata2-api</artifactId>
      <version>4.2.20</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>5.1.1</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
