<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.mdsl</groupId>
  <artifactId>mdsl-lsp</artifactId>
  <version>5.4.3</version>
  <name>io.mdsl:io.mdsl.parent</name>
  <description>A domain-specific language to specify (micro-)service contracts, data representations and endpoints.</description>
  <url>https://microservice-api-patterns.github.io/MDSL-Specification/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>socadk</name>
      <email>info@microservice-api-patterns.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Microservice-API-Patterns/MDSL-Specification.git</connection>
    <developerConnection>scm:git:ssh://github.com:Microservice-API-Patterns/MDSL-Specification.git</developerConnection>
    <url>https://github.com/Microservice-API-Patterns/MDSL-Specification/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.mdsl</groupId>
      <artifactId>mdsl-core</artifactId>
      <version>5.4.3</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.21.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.21.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
