<?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>one.leftshift.skill</groupId>
  <artifactId>skill-contracts</artifactId>
  <version>0.5.0</version>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-kotlin</artifactId>
      <version>2.9.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.32</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.4.32</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.6.1</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <name>SKILL CONTRACTS</name>
  <description>SKILL CONTRACTS is an open source library that contains multiple contracts compatible with GAIA Skills.</description>
  <url>https://github.com/leftshiftone/skill-contracts</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://github.com/leftshiftone/skill-contracts/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>leftshiftone</id>
      <name>Leftshift One</name>
      <email>contact@leftshift.one</email>
      <organization>Leftshift One Software GmbH</organization>
      <organizationUrl>https://www.leftshift.one</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/leftshiftone/skill-contracts.git</connection>
    <developerConnection>scm:git:ssh://github.com:leftshiftone/skill-contracts.git</developerConnection>
    <url>https://github.com/leftshiftone/skill-contracts</url>
  </scm>
</project>
