<?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.datamountaineer</groupId>
  <artifactId>kcql</artifactId>
  <version>2.8.7</version>
  <name>kcql</name>
  <description>kcql</description>
  <url>https://github.com/datamountaineer/kafka-connector-query-langauge</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>andrewstevenson</id>
      <name>Andrew Stevenson</name>
      <email>andrew@datamountaineer.com</email>
    </developer>
    <developer>
      <id>stheppi</id>
      <name>Stefan Bocutiu</name>
      <email>stefan@datamountaineer.com</email>
    </developer>
    <developer>
      <id>Antwnis</id>
      <name>Antonios Chalkiopoulos</name>
      <email>antonios@landoop.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/datamountaineer/kafka-connector-query-langauge.git</connection>
    <developerConnection>scm:git:git@github.com:datamountaineer/kafka-connector-query-langauge.git</developerConnection>
    <url>https://github.com/datamountaineer/kafka-connector-query-langauge.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4-runtime</artifactId>
      <version>4.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4-maven-plugin</artifactId>
      <version>4.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
