<?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">
  <!-- 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.github.arucard21.simplyrestful</groupId>
  <artifactId>SimplyRESTful</artifactId>
  <version>0.20.1</version>
  <name>SimplyRESTful</name>
  <description>A framework for creating a RESTful API</description>
  <url>https://github.com/arucard21/SimplyRESTful-Framework</url>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Riaas Mokiem</name>
      <email>arucard21@gmail.com</email>
      <organizationUrl>https://github.com/arucard21</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:arucard21/SimplyRESTful-Framework.git</connection>
    <developerConnection>scm:git:ssh://github.com:arucard21/SimplyRESTful-Framework.git</developerConnection>
    <url>https://github.com/arucard21/SimplyRESTful-Framework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.arucard21.simplyrestful</groupId>
      <artifactId>SimplyRESTful-resources</artifactId>
      <version>0.20.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.arucard21.simplyrestful</groupId>
      <artifactId>jaxrs-providers</artifactId>
      <version>0.20.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.inject</groupId>
      <artifactId>jakarta.inject-api</artifactId>
      <version>1.0.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.ws.rs</groupId>
      <artifactId>jakarta.ws.rs-api</artifactId>
      <version>2.1.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.validation</groupId>
      <artifactId>jakarta.validation-api</artifactId>
      <version>2.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.swagger.core.v3</groupId>
      <artifactId>swagger-jaxrs2</artifactId>
      <version>2.1.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>4.0.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.json</groupId>
      <artifactId>jakarta.json-api</artifactId>
      <version>1.1.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
