<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.highlight</groupId>
  <artifactId>highlight-framework-spring</artifactId>
  <version>0.1.0</version>
  <name>Highlight Java Spring SDK</name>
  <description>highlight.io is a monitoring tool for the next generation of developers (like you!). Unlike the age-old, outdated tools out there, we aim to build a cohesive, modern and fully-featured monitoring solution, something we wished WE had. And it's all open source :)</description>
  <url>https://github.com/highlight/highlight/highlight-framework/highlight-framework-spring</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Nils Gereke</name>
      <email>mail@wuffy.eu</email>
      <url>https://github.com/NgLoader</url>
    </developer>
    <developer>
      <name>Vadim Korolik</name>
      <email>vadim@highlight.io</email>
      <url>https://github.com/Vadman97</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/highlight/highlight.git/highlight-framework/highlight-framework-spring</connection>
    <developerConnection>scm:git:ssh://github.com:highlight/highlight.git/highlight-framework/highlight-framework-spring</developerConnection>
    <url>https://github.com/highlight/highlight/tree/main/highlight-framework/highlight-framework-spring</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.0.6</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>oss.sonatype.org-snapshot</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.13</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
