<?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.samares-engineering.omf.2021x_R2</groupId>
  <artifactId>omf-public-features</artifactId>
  <version>1.0.0</version>
  <name>omf-public-features:com.samares-engineering.omf</name>
  <description>A collection of open source features that can be integrated to third-party plugins.</description>
  <url>https://gitlab.com/samaresengineeringpublic/samaresmbseframework</url>
  <inceptionYear>2022</inceptionYear>
  <licenses>
    <license>
      <name>Eclipse Public License - v 2.0</name>
      <url>https://www.eclipse.org/legal/epl-2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hugostinson</id>
      <name>Hugo Stinson</name>
      <email>hugo.stinson@samares-engineering.com</email>
    </developer>
    <developer>
      <id>clementmezerette</id>
      <name>Clement Mezerette</name>
      <email>clement.mezerette@samares-engineering.com</email>
    </developer>
    <developer>
      <id>quentincespedes</id>
      <name>Quentin Cespedes</name>
      <email>quentin.cespedes@samares-engineering.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git:https://gitlab.com/samaresengineeringpublic/samaresmbseframework.git</connection>
    <developerConnection>scm:git:git:https://gitlab.com/samaresengineeringpublic/samaresmbseframework.git</developerConnection>
    <url>https://gitlab.com/samaresengineeringpublic/samaresmbseframework</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>9.4.38.v20210224</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-servlet</artifactId>
      <version>9.4.38.v20210224</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
