<?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.exasol</groupId>
  <artifactId>virtual-schema-common-java</artifactId>
  <version>16.0.0</version>
  <name>Common module of Exasol Virtual Schemas Adapters</name>
  <description>This is one of the modules of Virtual Schemas Adapters. The libraries provided by this project are the
        foundation of the adapter development, i.e. adapters must be implemented on top of them.</description>
  <url>https://github.com/exasol/virtual-schema-common-java/</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://github.com/exasol/virtual-schema-common-java/blob/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Exasol</name>
      <email>opensource@exasol.com</email>
      <organization>Exasol AG</organization>
      <organizationUrl>https://www.exasol.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/exasol/virtual-schema-common-java.git/virtual-schema-common-java</connection>
    <developerConnection>scm:git:https://github.com/exasol/virtual-schema-common-java.git/virtual-schema-common-java</developerConnection>
    <url>https://github.com/exasol/virtual-schema-common-java/virtual-schema-common-java/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>jakarta.json</groupId>
      <artifactId>jakarta.json-api</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.glassfish</groupId>
      <artifactId>jakarta.json</artifactId>
      <version>2.0.1</version>
      <classifier>module</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.exasol</groupId>
      <artifactId>exasol-script-api</artifactId>
      <version>6.1.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.exasol</groupId>
      <artifactId>error-reporting-java</artifactId>
      <version>0.4.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
      <id>maven.exasol.com</id>
      <url>https://maven.exasol.com/artifactory/exasol-releases</url>
    </repository>
    <repository>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>maven.exasol.com-snapshots</id>
      <url>https://maven.exasol.com/artifactory/exasol-snapshots</url>
    </repository>
  </repositories>
</project>
