<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>br.com.itsme</groupId>
  <artifactId>commons</artifactId>
  <version>0.0.2</version>
  <name>Commons</name>
  <description>The purpose of this project is assemble common classes/components used in several projects.</description>
  <url>https://gitlab.com/jhonyscamachoitsme/commons</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jhonys.camacho</id>
      <name>Jhonys Camacho</name>
      <email>jhonys.camacho@gmail.com</email>
    </developer>
    <developer>
      <id>jeffsouza</id>
      <name>Jefferson Souza</name>
      <email>jeffsouza@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://gitlab.com/jhonyscamachoitsme/commons.git</connection>
    <developerConnection>scm:git:ssh://gitlab.com/jhonyscamachoitsme/commons.git</developerConnection>
    <url>https://gitlab.com/jhonyscamachoitsme/commons.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>junit-vintage-engine</artifactId>
          <groupId>org.junit.vintage</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.3.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
