<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>br.com.ppm</groupId>
  <artifactId>ppm-commons</artifactId>
  <version>1.2.2</version>
  <name>ppm-commons</name>
  <description>PPM Commons Library</description>
  <url>http://pedrotoliveira.github.io/ppm-commons/</url>
  <inceptionYear>2016</inceptionYear>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE, Version 3</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pedrotoliveira</id>
      <name>Pedro Oliveira</name>
      <email>pedro.oliveira20@mail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/pedrotoliveira/ppm-commons.git</connection>
    <developerConnection>scm:git:git@github.com:https://github.com/pedrotoliveira/ppm-commons.git</developerConnection>
    <url>https://github.com/pedrotoliveira/ppm-commons.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-api</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
