<?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>com.github.lgdd</groupId>
  <artifactId>liferay-healthcheck</artifactId>
  <version>2.0.0</version>
  <name>Liferay Health Check</name>
  <description>A configurable API to help you expose more accurate readiness and liveness probes</description>
  <url>https://github.com/lgdd/liferay-healthcheck</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/lgdd/liferay-healthcheck/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lgdd</id>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lgdd/liferay-healthcheck.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:lgdd/liferay-healthcheck.git</developerConnection>
    <url>https://github.com/lgdd/liferay-healthcheck</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.liferay.portal</groupId>
        <artifactId>release.portal.bom</artifactId>
        <version>7.4.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.liferay.portal</groupId>
        <artifactId>release.portal.bom.compile.only</artifactId>
        <version>7.4.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.liferay.portal</groupId>
        <artifactId>release.portal.bom.third.party</artifactId>
        <version>7.4.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
