<?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>com.spotify</groupId>
    <artifactId>magnolify-shared_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Shared code for Magnolify</description>
    <url>https://github.com/spotify/magnolify</url>
    <version>0.4.2</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>shared</name>
    <organization>
        <name>com.spotify</name>
        <url>https://github.com/spotify/magnolify</url>
    </organization>
    <scm>
        <url>https://github.com/spotify/magnolify.git</url>
        <connection>scm:git:git@github.com:spotify/magnolify.git</connection>
    </scm>
    <developers>
        <developer>
            <id>sinisa_lyh</id>
            <name>Neville Li</name>
            <url>https://twitter.com/sinisa_lyh</url>
            <email>neville.lyh@gmail.com</email>
        </developer>
        <developer>
            <id>andrewsmartin</id>
            <name>Andrew Martin</name>
            <url>https://twitter.com/andrew_martin92</url>
            <email>andrewsmartin.mg@gmail.com</email>
        </developer>
        <developer>
            <id>daikeshi</id>
            <name>Keshi Dai</name>
            <url>https://twitter.com/daikeshi</url>
            <email>keshi.dai@gmail.com</email>
        </developer>
        <developer>
            <id>clairemcginty</id>
            <name>Claire McGinty</name>
            <url>http://github.com/clairemcginty</url>
            <email>clairem@spotify.com</email>
        </developer>
        <developer>
            <id>anne-decusatis</id>
            <name>Anne DeCusatis</name>
            <url>http://twitter.com/precisememory</url>
            <email>anned@spotify.com</email>
        </developer>
        <developer>
            <id>stormy-ua</id>
            <name>Kirill Panarin</name>
            <url>https://twitter.com/panarin_kirill</url>
            <email>kirill.panarin@gmail.com</email>
        </developer>
        <developer>
            <id>syodage</id>
            <name>Shameera Rathnayaka Yodage</name>
            <url>https://twitter.com/syodage</url>
            <email>shameerayodage@gmail.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.5</version>
        </dependency>
        <dependency>
            <groupId>com.propensive</groupId>
            <artifactId>magnolia_2.13</artifactId>
            <version>0.17.0</version>
        </dependency>
        <dependency>
            <groupId>com.chuusai</groupId>
            <artifactId>shapeless_2.13</artifactId>
            <version>2.3.3</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.5</version>
        </dependency>
    </dependencies>
</project>