<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.graalvm.ruby</groupId>
  <artifactId>ruby-language</artifactId>
  <version>24.0.2</version>
  <url>https://www.graalvm.org/ruby/</url>
  <name>Truffleruby</name>
  <description>Core module of Ruby on Truffle</description>
  <developers>
    <developer>
      <name>GraalVM Development</name>
      <email>graalvm-dev@oss.oracle.com</email>
      <organization>Oracle Corporation</organization>
      <organizationUrl>http://www.graalvm.org/</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Eclipse Public License 2.0</name>
      <url>https://opensource.org/licenses/EPL-2.0</url>
    </license>
    <license>
      <name>New BSD License (3-clause BSD license)</name>
      <url>http://opensource.org/licenses/BSD-3-Clause</url>
    </license>
    <license>
      <name>Simplified BSD License (2-clause BSD license)</name>
      <url>http://opensource.org/licenses/BSD-2-Clause</url>
    </license>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.graalvm.ruby</groupId>
      <artifactId>ruby-annotations</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.ruby</groupId>
      <artifactId>ruby-shared</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.truffle</groupId>
      <artifactId>truffle-api</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.truffle</groupId>
      <artifactId>truffle-nfi</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.regex</groupId>
      <artifactId>regex</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.llvm</groupId>
      <artifactId>llvm-api</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.llvm</groupId>
      <artifactId>llvm-language-nfi</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.shadowed</groupId>
      <artifactId>jline</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.truffle</groupId>
      <artifactId>truffle-nfi-libffi</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.graalvm.llvm</groupId>
      <artifactId>llvm-language-native</artifactId>
      <version>24.0.2</version>
    </dependency>
    <dependency>
      <groupId>org.jruby.jcodings</groupId>
      <artifactId>jcodings</artifactId>
      <version>1.0.58</version>
    </dependency>
    <dependency>
      <groupId>org.jruby.joni</groupId>
      <artifactId>joni</artifactId>
      <version>2.1.44</version>
    </dependency>
  </dependencies>
  <scm>
    <connection>scm:git:https://github.com/oracle/truffleruby.git</connection>
    <developerConnection>scm:git:git@github.com:oracle/truffleruby.git</developerConnection>
    <url>https://github.com/oracle/truffleruby</url>
  </scm>
</project>
