<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.contextmapper</groupId>
  <artifactId>context-mapper-lsp</artifactId>
  <version>5.7.1</version>
  <packaging>pom</packaging>
  <dependencies>
    <dependency>
      <groupId>org.contextmapper</groupId>
      <artifactId>context-mapper-dsl</artifactId>
      <version>5.7.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.ide</artifactId>
      <version>2.20.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.eclipse.xtext</groupId>
      <artifactId>org.eclipse.xtext.xbase.ide</artifactId>
      <version>2.20.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <description>Use the ContextMapper language server (LSP) to integrate the ContextMapper DSL within your IDE.</description>
  <name>ContextMapper DSL</name>
  <url>https://github.com/ContextMapper/context-mapper-dsl</url>
  <organization>
    <name>Context Mapper</name>
    <url>https://contextmapper.org/</url>
  </organization>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/ContextMapper/context-mapper-dsl/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/ContextMapper/context-mapper-dsl/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/ContextMapper/context-mapper-dsl</url>
    <connection>scm:git:git://github.com/ContextMapper/context-mapper-dsl.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:ContextMapper/context-mapper-dsl.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <name>Stefan Kapferer</name>
      <email>stefan@contextmapper.org</email>
    </developer>
  </developers>
</project>
