<?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>com.bugvm</groupId>
  <artifactId>bugvm-rt</artifactId>
  <version>1.2.9</version>
  <name>bugvm-rt</name>
  <description>BugVM Runtime Library</description>
  <url>https://bugvm.com</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bugvm</id>
      <name>We are the BugVM</name>
      <email>bug@bugvm.com</email>
      <organization>org.apache.maven.model.Organization@197a107d</organization>
      <organizationUrl>https://bugvm.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bugvm/bugvm.git</connection>
    <developerConnection>scm:git:ssh://github.com:bugvm/bugvm.git</developerConnection>
    <url>https://github.com/bugvm/bugvm</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.2.40</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
