<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>
  <parent>
    <groupId>org.jruby</groupId>
    <artifactId>jruby-parent</artifactId>
    <version>9.4.12.0</version>
  </parent>
  <artifactId>jruby-stdlib</artifactId>
  <name>JRuby Lib Setup</name>
  <properties>
    <gem.home>${basedir}/ruby/gems/shared</gem.home>
    <jruby.complete.gems>${jruby.complete.home}/lib/ruby/gems/shared</jruby.complete.gems>
    <jruby.complete.home>${project.build.outputDirectory}/META-INF/jruby.home</jruby.complete.home>
    <jruby.plugins.version>3.0.5</jruby.plugins.version>
    <polyglot.dump.pom>pom.xml</polyglot.dump.pom>
    <polyglot.dump.readonly>true</polyglot.dump.readonly>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.jruby</groupId>
      <artifactId>jruby-core</artifactId>
      <version>9.4.12.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rubygems-update</artifactId>
      <version>3.6.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>abbrev</artifactId>
      <version>0.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>base64</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>benchmark</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>bigdecimal</artifactId>
      <version>3.1.4</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>bundler</artifactId>
      <version>2.6.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>cgi</artifactId>
      <version>0.3.6</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>csv</artifactId>
      <version>3.2.5</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>date</artifactId>
      <version>3.3.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>debug</artifactId>
      <version>0.2.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>delegate</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>did_you_mean</artifactId>
      <version>1.6.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>digest</artifactId>
      <version>3.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>drb</artifactId>
      <version>2.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>english</artifactId>
      <version>0.7.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>erb</artifactId>
      <version>2.2.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>error_highlight</artifactId>
      <version>0.3.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ffi</artifactId>
      <version>1.16.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>fiddle</artifactId>
      <version>1.1.4</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>fileutils</artifactId>
      <version>1.6.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>find</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>forwardable</artifactId>
      <version>1.3.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>getoptlong</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>io-console</artifactId>
      <version>0.7.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>io-wait</artifactId>
      <version>0.3.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ipaddr</artifactId>
      <version>1.2.4</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>irb</artifactId>
      <version>1.4.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>jar-dependencies</artifactId>
      <version>0.5.4</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>jruby-readline</artifactId>
      <version>1.3.7</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>jruby-openssl</artifactId>
      <version>0.15.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>json</artifactId>
      <version>2.7.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>logger</artifactId>
      <version>1.5.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>mutex_m</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-http</artifactId>
      <version>0.3.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-protocol</artifactId>
      <version>0.1.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>nkf</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>observer</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>open3</artifactId>
      <version>0.1.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>open-uri</artifactId>
      <version>0.3.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>optparse</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ostruct</artifactId>
      <version>0.5.5</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>pp</artifactId>
      <version>0.3.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>prettyprint</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>pstore</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>psych</artifactId>
      <version>5.2.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>racc</artifactId>
      <version>1.6.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rake-ant</artifactId>
      <version>1.0.6</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rdoc</artifactId>
      <version>6.4.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>reline</artifactId>
      <version>0.5.12</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>resolv-replace</artifactId>
      <version>0.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rinda</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ruby2_keywords</artifactId>
      <version>0.0.5</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>securerandom</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>shellwords</artifactId>
      <version>0.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>singleton</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>stringio</artifactId>
      <version>3.1.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>strscan</artifactId>
      <version>3.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>subspawn</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>subspawn-posix</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ffi-binary-libfixposix</artifactId>
      <version>0.5.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>ffi-bindings-libfixposix</artifactId>
      <version>0.5.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>time</artifactId>
      <version>0.2.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>timeout</artifactId>
      <version>0.3.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>tsort</artifactId>
      <version>0.1.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>un</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>uri</artifactId>
      <version>0.12.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>weakref</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>yaml</artifactId>
      <version>0.2.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>matrix</artifactId>
      <version>0.4.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>minitest</artifactId>
      <version>5.15.0</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-ftp</artifactId>
      <version>0.3.7</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-imap</artifactId>
      <version>0.2.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-pop</artifactId>
      <version>0.1.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>net-smtp</artifactId>
      <version>0.3.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>prime</artifactId>
      <version>0.1.2</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>power_assert</artifactId>
      <version>2.0.1</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rake</artifactId>
      <version>${rake.version}</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rexml</artifactId>
      <version>3.3.9</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>rss</artifactId>
      <version>0.2.9</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>rubygems</groupId>
      <artifactId>test-unit</artifactId>
      <version>3.5.3</version>
      <type>gem</type>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <groupId>rubygems</groupId>
          <artifactId>jar-dependencies</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>mavengems</id>
      <url>mavengem:https://rubygems.org</url>
    </repository>
  </repositories>
  <build>
    <extensions>
      <extension>
        <groupId>org.jruby.maven</groupId>
        <artifactId>mavengem-wagon</artifactId>
        <version>2.0.2</version>
      </extension>
    </extensions>
    <resources>
      <resource>
        <targetPath>${jruby.complete.gems}</targetPath>
        <directory>${gem.home}</directory>
        <includes>
          <include>specifications/default/*</include>
          <include>specifications/rubygems-update-3.6.3*</include>
          <include>specifications/abbrev-0.1.0*</include>
          <include>specifications/base64-0.1.1*</include>
          <include>specifications/benchmark-0.2.0*</include>
          <include>specifications/bigdecimal-3.1.4*</include>
          <include>specifications/bundler-2.6.3*</include>
          <include>specifications/cgi-0.3.6*</include>
          <include>specifications/csv-3.2.5*</include>
          <include>specifications/date-3.3.3*</include>
          <include>specifications/debug-0.2.1*</include>
          <include>specifications/delegate-0.2.0*</include>
          <include>specifications/did_you_mean-1.6.1*</include>
          <include>specifications/digest-3.1.0*</include>
          <include>specifications/drb-2.1.0*</include>
          <include>specifications/english-0.7.1*</include>
          <include>specifications/erb-2.2.3*</include>
          <include>specifications/error_highlight-0.3.0*</include>
          <include>specifications/ffi-1.16.3*</include>
          <include>specifications/fiddle-1.1.4*</include>
          <include>specifications/fileutils-1.6.0*</include>
          <include>specifications/find-0.1.1*</include>
          <include>specifications/forwardable-1.3.2*</include>
          <include>specifications/getoptlong-0.1.1*</include>
          <include>specifications/io-console-0.7.2*</include>
          <include>specifications/io-wait-0.3.0*</include>
          <include>specifications/ipaddr-1.2.4*</include>
          <include>specifications/irb-1.4.2*</include>
          <include>specifications/jar-dependencies-0.5.4*</include>
          <include>specifications/jruby-readline-1.3.7*</include>
          <include>specifications/jruby-openssl-0.15.3*</include>
          <include>specifications/json-2.7.1*</include>
          <include>specifications/logger-1.5.1*</include>
          <include>specifications/mutex_m-0.1.1*</include>
          <include>specifications/net-http-0.3.0*</include>
          <include>specifications/net-protocol-0.1.2*</include>
          <include>specifications/nkf-0.2.0*</include>
          <include>specifications/observer-0.1.1*</include>
          <include>specifications/open3-0.1.2*</include>
          <include>specifications/open-uri-0.3.0*</include>
          <include>specifications/optparse-0.2.0*</include>
          <include>specifications/ostruct-0.5.5*</include>
          <include>specifications/pp-0.3.0*</include>
          <include>specifications/prettyprint-0.1.1*</include>
          <include>specifications/pstore-0.1.1*</include>
          <include>specifications/psych-5.2.3*</include>
          <include>specifications/racc-1.6.0*</include>
          <include>specifications/rake-ant-1.0.6*</include>
          <include>specifications/rdoc-6.4.1.1*</include>
          <include>specifications/reline-0.5.12*</include>
          <include>specifications/resolv-replace-0.1.0*</include>
          <include>specifications/rinda-0.1.1*</include>
          <include>specifications/ruby2_keywords-0.0.5*</include>
          <include>specifications/securerandom-0.2.0*</include>
          <include>specifications/shellwords-0.1.0*</include>
          <include>specifications/singleton-0.1.1*</include>
          <include>specifications/stringio-3.1.2*</include>
          <include>specifications/strscan-3.1.0*</include>
          <include>specifications/subspawn-0.1.1*</include>
          <include>specifications/subspawn-posix-0.1.1*</include>
          <include>specifications/ffi-binary-libfixposix-0.5.1.1*</include>
          <include>specifications/ffi-bindings-libfixposix-0.5.1.0*</include>
          <include>specifications/time-0.2.2*</include>
          <include>specifications/timeout-0.3.2*</include>
          <include>specifications/tsort-0.1.0*</include>
          <include>specifications/un-0.2.0*</include>
          <include>specifications/uri-0.12.2*</include>
          <include>specifications/weakref-0.1.1*</include>
          <include>specifications/yaml-0.2.0*</include>
          <include>specifications/matrix-0.4.2*</include>
          <include>specifications/minitest-5.15.0*</include>
          <include>specifications/net-ftp-0.3.7*</include>
          <include>specifications/net-imap-0.2.3*</include>
          <include>specifications/net-pop-0.1.1*</include>
          <include>specifications/net-smtp-0.3.1*</include>
          <include>specifications/prime-0.1.2*</include>
          <include>specifications/power_assert-2.0.1*</include>
          <include>specifications/rake-${rake.version}*</include>
          <include>specifications/rexml-3.3.9*</include>
          <include>specifications/rss-0.2.9*</include>
          <include>specifications/test-unit-3.5.3*</include>
          <include>gems/rubygems-update-3.6.3*/**/*</include>
          <include>gems/abbrev-0.1.0*/**/*</include>
          <include>gems/base64-0.1.1*/**/*</include>
          <include>gems/benchmark-0.2.0*/**/*</include>
          <include>gems/bigdecimal-3.1.4*/**/*</include>
          <include>gems/bundler-2.6.3*/**/*</include>
          <include>gems/cgi-0.3.6*/**/*</include>
          <include>gems/csv-3.2.5*/**/*</include>
          <include>gems/date-3.3.3*/**/*</include>
          <include>gems/debug-0.2.1*/**/*</include>
          <include>gems/delegate-0.2.0*/**/*</include>
          <include>gems/did_you_mean-1.6.1*/**/*</include>
          <include>gems/digest-3.1.0*/**/*</include>
          <include>gems/drb-2.1.0*/**/*</include>
          <include>gems/english-0.7.1*/**/*</include>
          <include>gems/erb-2.2.3*/**/*</include>
          <include>gems/error_highlight-0.3.0*/**/*</include>
          <include>gems/ffi-1.16.3*/**/*</include>
          <include>gems/fiddle-1.1.4*/**/*</include>
          <include>gems/fileutils-1.6.0*/**/*</include>
          <include>gems/find-0.1.1*/**/*</include>
          <include>gems/forwardable-1.3.2*/**/*</include>
          <include>gems/getoptlong-0.1.1*/**/*</include>
          <include>gems/io-console-0.7.2*/**/*</include>
          <include>gems/io-wait-0.3.0*/**/*</include>
          <include>gems/ipaddr-1.2.4*/**/*</include>
          <include>gems/irb-1.4.2*/**/*</include>
          <include>gems/jar-dependencies-0.5.4*/**/*</include>
          <include>gems/jruby-readline-1.3.7*/**/*</include>
          <include>gems/jruby-openssl-0.15.3*/**/*</include>
          <include>gems/json-2.7.1*/**/*</include>
          <include>gems/logger-1.5.1*/**/*</include>
          <include>gems/mutex_m-0.1.1*/**/*</include>
          <include>gems/net-http-0.3.0*/**/*</include>
          <include>gems/net-protocol-0.1.2*/**/*</include>
          <include>gems/nkf-0.2.0*/**/*</include>
          <include>gems/observer-0.1.1*/**/*</include>
          <include>gems/open3-0.1.2*/**/*</include>
          <include>gems/open-uri-0.3.0*/**/*</include>
          <include>gems/optparse-0.2.0*/**/*</include>
          <include>gems/ostruct-0.5.5*/**/*</include>
          <include>gems/pp-0.3.0*/**/*</include>
          <include>gems/prettyprint-0.1.1*/**/*</include>
          <include>gems/pstore-0.1.1*/**/*</include>
          <include>gems/psych-5.2.3*/**/*</include>
          <include>gems/racc-1.6.0*/**/*</include>
          <include>gems/rake-ant-1.0.6*/**/*</include>
          <include>gems/rdoc-6.4.1.1*/**/*</include>
          <include>gems/reline-0.5.12*/**/*</include>
          <include>gems/resolv-replace-0.1.0*/**/*</include>
          <include>gems/rinda-0.1.1*/**/*</include>
          <include>gems/ruby2_keywords-0.0.5*/**/*</include>
          <include>gems/securerandom-0.2.0*/**/*</include>
          <include>gems/shellwords-0.1.0*/**/*</include>
          <include>gems/singleton-0.1.1*/**/*</include>
          <include>gems/stringio-3.1.2*/**/*</include>
          <include>gems/strscan-3.1.0*/**/*</include>
          <include>gems/subspawn-0.1.1*/**/*</include>
          <include>gems/subspawn-posix-0.1.1*/**/*</include>
          <include>gems/ffi-binary-libfixposix-0.5.1.1*/**/*</include>
          <include>gems/ffi-bindings-libfixposix-0.5.1.0*/**/*</include>
          <include>gems/time-0.2.2*/**/*</include>
          <include>gems/timeout-0.3.2*/**/*</include>
          <include>gems/tsort-0.1.0*/**/*</include>
          <include>gems/un-0.2.0*/**/*</include>
          <include>gems/uri-0.12.2*/**/*</include>
          <include>gems/weakref-0.1.1*/**/*</include>
          <include>gems/yaml-0.2.0*/**/*</include>
          <include>gems/matrix-0.4.2*/**/*</include>
          <include>gems/minitest-5.15.0*/**/*</include>
          <include>gems/net-ftp-0.3.7*/**/*</include>
          <include>gems/net-imap-0.2.3*/**/*</include>
          <include>gems/net-pop-0.1.1*/**/*</include>
          <include>gems/net-smtp-0.3.1*/**/*</include>
          <include>gems/prime-0.1.2*/**/*</include>
          <include>gems/power_assert-2.0.1*/**/*</include>
          <include>gems/rake-${rake.version}*/**/*</include>
          <include>gems/rexml-3.3.9*/**/*</include>
          <include>gems/rss-0.2.9*/**/*</include>
          <include>gems/test-unit-3.5.3*/**/*</include>
          <include>cache/rubygems-update-3.6.3*</include>
          <include>cache/abbrev-0.1.0*</include>
          <include>cache/base64-0.1.1*</include>
          <include>cache/benchmark-0.2.0*</include>
          <include>cache/bigdecimal-3.1.4*</include>
          <include>cache/bundler-2.6.3*</include>
          <include>cache/cgi-0.3.6*</include>
          <include>cache/csv-3.2.5*</include>
          <include>cache/date-3.3.3*</include>
          <include>cache/debug-0.2.1*</include>
          <include>cache/delegate-0.2.0*</include>
          <include>cache/did_you_mean-1.6.1*</include>
          <include>cache/digest-3.1.0*</include>
          <include>cache/drb-2.1.0*</include>
          <include>cache/english-0.7.1*</include>
          <include>cache/erb-2.2.3*</include>
          <include>cache/error_highlight-0.3.0*</include>
          <include>cache/ffi-1.16.3*</include>
          <include>cache/fiddle-1.1.4*</include>
          <include>cache/fileutils-1.6.0*</include>
          <include>cache/find-0.1.1*</include>
          <include>cache/forwardable-1.3.2*</include>
          <include>cache/getoptlong-0.1.1*</include>
          <include>cache/io-console-0.7.2*</include>
          <include>cache/io-wait-0.3.0*</include>
          <include>cache/ipaddr-1.2.4*</include>
          <include>cache/irb-1.4.2*</include>
          <include>cache/jar-dependencies-0.5.4*</include>
          <include>cache/jruby-readline-1.3.7*</include>
          <include>cache/jruby-openssl-0.15.3*</include>
          <include>cache/json-2.7.1*</include>
          <include>cache/logger-1.5.1*</include>
          <include>cache/mutex_m-0.1.1*</include>
          <include>cache/net-http-0.3.0*</include>
          <include>cache/net-protocol-0.1.2*</include>
          <include>cache/nkf-0.2.0*</include>
          <include>cache/observer-0.1.1*</include>
          <include>cache/open3-0.1.2*</include>
          <include>cache/open-uri-0.3.0*</include>
          <include>cache/optparse-0.2.0*</include>
          <include>cache/ostruct-0.5.5*</include>
          <include>cache/pp-0.3.0*</include>
          <include>cache/prettyprint-0.1.1*</include>
          <include>cache/pstore-0.1.1*</include>
          <include>cache/psych-5.2.3*</include>
          <include>cache/racc-1.6.0*</include>
          <include>cache/rake-ant-1.0.6*</include>
          <include>cache/rdoc-6.4.1.1*</include>
          <include>cache/reline-0.5.12*</include>
          <include>cache/resolv-replace-0.1.0*</include>
          <include>cache/rinda-0.1.1*</include>
          <include>cache/ruby2_keywords-0.0.5*</include>
          <include>cache/securerandom-0.2.0*</include>
          <include>cache/shellwords-0.1.0*</include>
          <include>cache/singleton-0.1.1*</include>
          <include>cache/stringio-3.1.2*</include>
          <include>cache/strscan-3.1.0*</include>
          <include>cache/subspawn-0.1.1*</include>
          <include>cache/subspawn-posix-0.1.1*</include>
          <include>cache/ffi-binary-libfixposix-0.5.1.1*</include>
          <include>cache/ffi-bindings-libfixposix-0.5.1.0*</include>
          <include>cache/time-0.2.2*</include>
          <include>cache/timeout-0.3.2*</include>
          <include>cache/tsort-0.1.0*</include>
          <include>cache/un-0.2.0*</include>
          <include>cache/uri-0.12.2*</include>
          <include>cache/weakref-0.1.1*</include>
          <include>cache/yaml-0.2.0*</include>
          <include>cache/matrix-0.4.2*</include>
          <include>cache/minitest-5.15.0*</include>
          <include>cache/net-ftp-0.3.7*</include>
          <include>cache/net-imap-0.2.3*</include>
          <include>cache/net-pop-0.1.1*</include>
          <include>cache/net-smtp-0.3.1*</include>
          <include>cache/prime-0.1.2*</include>
          <include>cache/power_assert-2.0.1*</include>
          <include>cache/rake-${rake.version}*</include>
          <include>cache/rexml-3.3.9*</include>
          <include>cache/rss-0.2.9*</include>
          <include>cache/test-unit-3.5.3*</include>
        </includes>
      </resource>
      <resource>
        <targetPath>${jruby.complete.home}</targetPath>
        <directory>${basedir}/..</directory>
        <includes>
          <include>bin/*</include>
          <include>lib/ruby/include/**</include>
          <include>lib/ruby/stdlib/**</include>
        </includes>
        <excludes>
          <exclude>bin/ruby</exclude>
          <exclude>bin/jruby</exclude>
          <exclude>bin/jruby*_*</exclude>
          <exclude>bin/jruby*-*</exclude>
          <exclude>**/.*</exclude>
          <exclude>lib/ruby/stdlib/rubygems/defaults/jruby_native.rb</exclude>
          <exclude>lib/ruby/stdlib/gauntlet*.rb</exclude>
        </excludes>
      </resource>
      <resource>
        <targetPath>${project.build.outputDirectory}/META-INF/</targetPath>
        <directory>${project.basedir}/..</directory>
        <includes>
          <include>BSDL</include>
          <include>COPYING</include>
          <include>LEGAL</include>
          <include>LICENSE.RUBY</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <artifactId>maven-clean-plugin</artifactId>
        <configuration>
          <filesets>
            <fileset>
              <directory>${basedir}/ruby/gems/shared/specifications/default</directory>
              <includes>
                <include>*</include>
              </includes>
            </fileset>
            <fileset>
              <directory>${basedir}/ruby/stdlib</directory>
              <includes>
                <include>org/**/*.jar</include>
              </includes>
            </fileset>
          </filesets>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <phase>generate-resources</phase>
            <goals>
              <goal>copy-dependencies</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <useRepositoryLayout>true</useRepositoryLayout>
          <outputDirectory>ruby/stdlib</outputDirectory>
          <excludeGroupIds>rubygems</excludeGroupIds>
          <includeScope>provided</includeScope>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <configuration>
          <skipSource>true</skipSource>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>io.takari.polyglot</groupId>
        <artifactId>polyglot-maven-plugin</artifactId>
        <version>0.5.0</version>
        <executions>
          <execution>
            <id>install_gems</id>
            <phase>initialize</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <taskId>install_gems</taskId>
              <nativePom>pom.rb</nativePom>
            </configuration>
          </execution>
          <execution>
            <id>fix shebang on gem bin files and add *.bat files</id>
            <phase>generate-resources</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <taskId>fix shebang on gem bin files and add *.bat files</taskId>
              <nativePom>pom.rb</nativePom>
            </configuration>
          </execution>
          <execution>
            <id>copy bin/jruby.sh to bin/jruby</id>
            <phase>process-resources</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <taskId>copy bin/jruby.sh to bin/jruby</taskId>
              <nativePom>pom.rb</nativePom>
            </configuration>
          </execution>
          <execution>
            <id>jrubydir</id>
            <phase>prepare-package</phase>
            <goals>
              <goal>execute</goal>
            </goals>
            <configuration>
              <taskId>jrubydir</taskId>
              <nativePom>pom.rb</nativePom>
            </configuration>
          </execution>
        </executions>
        <dependencies>
          <dependency>
            <groupId>io.takari.polyglot</groupId>
            <artifactId>polyglot-ruby</artifactId>
            <version>0.5.0</version>
          </dependency>
        </dependencies>
        <inherited>false</inherited>
      </plugin>
    </plugins>
  </build>
</project>
