<?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>com.dimajix.flowman</groupId>
  <artifactId>flowman-yaml-schema</artifactId>
  <version>0.29.0</version>
  <packaging>pom</packaging>
  <name>Flowman YAML schema</name>
  <description>Flowman YAML schema to be used for syntax highlighting and auto-completion in capable editors</description>
  <url>https://flowman.io/flowman-yaml-schema</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Kaya Kupferschmidt</name>
      <email>k.kupferschmidt@dimajix.de</email>
      <organization>dimajix</organization>
      <organizationUrl>https://www.dimajix.de</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/dimajix/flowman.git/flowman-yaml-schema</connection>
    <developerConnection>scm:git:ssh://github.com:dimajix/flowman.git/flowman-yaml-schema</developerConnection>
    <url>https://github.com/dimajix/flowman/tree/master/flowman-yaml-schema</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.13.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.13.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-scala_2.12</artifactId>
      <version>2.13.3</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.validation</groupId>
      <artifactId>jakarta.validation-api</artifactId>
      <version>2.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-tools</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-delta</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-mssqlserver</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-kafka</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-json</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-swagger</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-openapi</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dimajix.flowman</groupId>
      <artifactId>flowman-plugin-impala</artifactId>
      <version>0.29.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-client</artifactId>
      <version>3.3.2</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-sql_2.12</artifactId>
      <version>3.3.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.spark</groupId>
      <artifactId>spark-hive_2.12</artifactId>
      <version>3.3.1</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>org.apache.velocity</groupId>
          <artifactId>velocity</artifactId>
        </exclusion>
        <exclusion>
          <groupId>jline</groupId>
          <artifactId>jline</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-client-api</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-client-runtime</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.32</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
      <version>2.17.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>maven-central</id>
      <url>https://repo1.maven.org/maven2/</url>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</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>
