<?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>io.lenses</groupId>
  <artifactId>lenses-alerts-java</artifactId>
  <version>2.0.1</version>
  <name>lenses-alerting</name>
  <description>lenses alerting plugin</description>
  <url>https://github.com/Landoop/lenses-alerts-plugin</url>
  <licenses>
    <license>
      <name>The Apache 2.0 License</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>michalludwinowicz</id>
      <name>Michal Ludwinowicz</name>
      <email>michal.ludwinowicz@lenses.io</email>
    </developer>
    <developer>
      <id>stheppi</id>
      <name>Stefan Bocutiu</name>
      <email>stefan@lenses.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:http://github.com/landoop/lenses-alerts-plugin/</connection>
    <developerConnection>scm:git:http://landoop.com/landoop</developerConnection>
    <url>http://github.com/landoop/lenses-alerts-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
