<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>no.nrk.bigquery</groupId>
    <artifactId>bigquery-codegen_2.13</artifactId>
    <packaging>jar</packaging>
    <description>bigquery-codegen</description>
    <url>https://github.com/nrkno/bigquery-scala</url>
    <version>0.19.4</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>bigquery-codegen</name>
    <inceptionYear>2020</inceptionYear>
    <organization>
        <name>NRK</name>
        <url>https://nrk.no</url>
    </organization>
    <scm>
        <url>https://github.com/nrkno/bigquery-scala</url>
        <connection>scm:git:https://github.com/nrkno/bigquery-scala.git</connection>
        <developerConnection>scm:git:git@github.com:nrkno/bigquery-scala.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>oyvindberg</id>
            <name>Øyvind Raddum Berg</name>
            <url>https://github.com/oyvindberg</url>
            <email>@oyvindberg</email>
        </developer>
        <developer>
            <id>lysebraate</id>
            <name>Alfred Sandvik Lysebraate</name>
            <url>https://github.com/lysebraate</url>
            <email>@lysebraate</email>
        </developer>
        <developer>
            <id>HenningKoller</id>
            <name>Henning Grimeland Koller</name>
            <url>https://github.com/HenningKoller</url>
            <email>@HenningKoller</email>
        </developer>
        <developer>
            <id>ingarabr</id>
            <name>Ingar Abrahamsen</name>
            <url>https://github.com/ingarabr</url>
            <email>@ingarabr</email>
        </developer>
        <developer>
            <id>hamnis</id>
            <name>Erlend Hamnaberg</name>
            <url>https://github.com/hamnis</url>
            <email>@hamnis</email>
        </developer>
    </developers>
    <properties>
        <info.apiURL>https://javadoc.io/doc/no.nrk.bigquery/bigquery-codegen_2.13/0.19.4/</info.apiURL>
        <info.releaseNotesUrl>https://github.com/nrkno/bigquery-scala/releases/tag/v0.19.4</info.releaseNotesUrl>
        <info.versionScheme>early-semver</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.17</version>
        </dependency>
        <dependency>
            <groupId>no.nrk.bigquery</groupId>
            <artifactId>bigquery-core_2.13</artifactId>
            <version>0.19.4</version>
        </dependency>
        <dependency>
            <groupId>no.nrk.bigquery</groupId>
            <artifactId>bigquery-testing_2.13</artifactId>
            <version>0.19.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.typelevel</groupId>
            <artifactId>scalac-compat-annotation_2.13</artifactId>
            <version>0.1.4</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-text</artifactId>
            <version>1.14.0</version>
        </dependency>
    </dependencies>
</project>