<?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.databricks.labs</groupId>
    <artifactId>databricks-morph-plugin</artifactId>
    <packaging>jar</packaging>
    <description>databricks-morph-plugin</description>
    <url>https://www.databricks.com/solutions/migration/lakebridge</url>
    <version>0.6.18</version>
    <licenses>
        <license>
            <name>Databricks</name>
            <url>https://www.databricks.com/legal/db-license</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>databricks-morph-plugin</name>
    <organization>
        <name>com.databricks.labs</name>
        <url>https://www.databricks.com/solutions/migration/lakebridge</url>
    </organization>
    <scm>
        <url>https://github.com/databrickslabs/morpheus</url>
        <connection>scm:git:https://github.com/databrickslabs/morpheus.git</connection>
        <developerConnection>scm:git:git@github.com:databrickslabs/morpheus.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>vil1</id>
            <name>Valentin Kasas</name>
            <url>https://github.com/vil1</url>
            <email>valentin.kasas@databricks.com</email>
        </developer>
        <developer>
            <id>jimidle</id>
            <name>Jim Idle</name>
            <url>https://github.com/jimidle</url>
            <email>jim.idle@databricks.com</email>
        </developer>
        <developer>
            <id>asnare</id>
            <name>Andrew Snare</name>
            <url>https://github.com/asnare</url>
            <email>andrew.snare@databricks.com</email>
        </developer>
        <developer>
            <id>m-abulazm</id>
            <name>Mohamed Abulzam</name>
            <url>https://github.com/m-abulazm</url>
            <email>mohamed.abulazm@databricks.com</email>
        </developer>
        <developer>
            <id>filipdavidovic</id>
            <name>Filip Davidovic</name>
            <url>https://github.com/filipdavidovic</url>
            <email>filip.davidovic@databricks.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.21</version>
        </dependency>
    </dependencies>
</project>