<?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>com.github.bhokumar.framework</groupId>
  <artifactId>sample-spring-boot-annotation</artifactId>
  <version>0.0.2</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-actuator</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-mongodb</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-hateoas</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.0.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <description>Serialize and Deserialize Json-LD into Java entities</description>
  <name>Schema.org Java</name>
  <url>https://github.com/bhokumar/show-date-gradle-plugin</url>
  <organization>
    <name>com.github.bhokumar</name>
    <url>https://github.com/bhokumar</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/bhokumar/show-date-gradle-plugin/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/bhokumar/show-date-gradle-plugin/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/bhokumar/show-date-gradle-plugin</url>
    <connection>scm:git:git://github.com/bhokumar/show-date-gradle-plugin.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:bhokumar/show-date-gradle-plugin.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>bhoopendra</name>
    </developer>
  </developers>
</project>
