<?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>io.github.apex-dev-tools</groupId>
    <artifactId>apex-ls-mcp_2.13</artifactId>
    <packaging>jar</packaging>
    <description>Apex Language Server MCP (Model Context Protocol) Support</description>
    <url>https://github.com/apex-dev-tools/apex-ls</url>
    <version>6.0.2</version>
    <licenses>
        <license>
            <name>BSD-3-Clause</name>
            <url>https://opensource.org/licenses/BSD-3-Clause</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>apex-ls-mcp</name>
    <organization>
        <name>io.github.apex-dev-tools</name>
        <url>https://github.com/apex-dev-tools/apex-ls</url>
    </organization>
    <scm>
        <url>https://github.com/apex-dev-tools/apex-ls</url>
        <connection>scm:git:https://github.com/apex-dev-tools/apex-ls.git</connection>
        <developerConnection>scm:git:git@github.com:apex-dev-tools/apex-ls.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>apexdevtools</id>
            <name>Apex Dev Tools Team</name>
            <url>https://github.com/apex-dev-tools</url>
            <email>apexdevtools@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>strict</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.16</version>
        </dependency>
        <dependency>
            <groupId>io.modelcontextprotocol.sdk</groupId>
            <artifactId>mcp</artifactId>
            <version>0.10.0</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-core</artifactId>
            <version>2.17.0</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.17.0</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>2.0.12</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>1.5.3</version>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.11.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.aichler</groupId>
            <artifactId>jupiter-interface</artifactId>
            <version>0.11.1</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.14</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>