jruby-stdlib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-stdlib</artifactId>
<version>10.0.2.0</version>
</dependency><?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>10.0.2.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.6</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>10.0.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>rubygems-update</artifactId>
<version>3.6.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>benchmark</artifactId>
<version>0.4.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>bundler</artifactId>
<version>2.6.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>cgi</artifactId>
<version>0.4.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>date</artifactId>
<version>3.4.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.4.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>2.0.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>digest</artifactId>
<version>3.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>english</artifactId>
<version>0.8.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>erb</artifactId>
<version>4.0.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>error_highlight</artifactId>
<version>0.7.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.17.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>fiddle</artifactId>
<version>1.1.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>fileutils</artifactId>
<version>1.7.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>find</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>forwardable</artifactId>
<version>1.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>io-console</artifactId>
<version>0.8.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>io-wait</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>ipaddr</artifactId>
<version>1.2.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>irb</artifactId>
<version>1.14.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>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.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>json</artifactId>
<version>2.9.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.6.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>net-http</artifactId>
<version>0.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>net-protocol</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>open-uri</artifactId>
<version>0.5.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>open3</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>optparse</artifactId>
<version>0.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>ostruct</artifactId>
<version>0.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>pp</artifactId>
<version>0.6.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>prettyprint</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>pstore</artifactId>
<version>0.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>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>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.10.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>reline</artifactId>
<version>0.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>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.4.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>shellwords</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>singleton</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>stringio</artifactId>
<version>3.1.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>strscan</artifactId>
<version>3.1.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>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>syntax_suggest</artifactId>
<version>2.0.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>tempfile</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>time</artifactId>
<version>0.4.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>timeout</artifactId>
<version>0.4.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>tsort</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>un</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>uri</artifactId>
<version>1.0.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>weakref</artifactId>
<version>0.1.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>yaml</artifactId>
<version>0.4.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>abbrev</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>base64</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.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>csv</artifactId>
<version>3.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>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>drb</artifactId>
<version>2.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>getoptlong</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>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.25.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>mutex_m</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-ftp</artifactId>
<version>0.3.8</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.5.8</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.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>net-smtp</artifactId>
<version>0.5.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>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.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.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>prime</artifactId>
<version>0.1.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.8.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>resolv-replace</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>rexml</artifactId>
<version>3.4.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.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>rss</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>test-unit</artifactId>
<version>3.6.7</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.9*</include>
<include>specifications/benchmark-0.4.0*</include>
<include>specifications/bundler-2.6.9*</include>
<include>specifications/cgi-0.4.1*</include>
<include>specifications/date-3.4.1*</include>
<include>specifications/delegate-0.4.0*</include>
<include>specifications/did_you_mean-2.0.0*</include>
<include>specifications/digest-3.2.0*</include>
<include>specifications/english-0.8.0*</include>
<include>specifications/erb-4.0.4*</include>
<include>specifications/error_highlight-0.7.0*</include>
<include>specifications/ffi-1.17.0*</include>
<include>specifications/fiddle-1.1.6*</include>
<include>specifications/fileutils-1.7.3*</include>
<include>specifications/find-0.2.0*</include>
<include>specifications/forwardable-1.3.3*</include>
<include>specifications/io-console-0.8.0*</include>
<include>specifications/io-wait-0.3.1*</include>
<include>specifications/ipaddr-1.2.7*</include>
<include>specifications/irb-1.14.3*</include>
<include>specifications/jar-dependencies-0.5.4*</include>
<include>specifications/jruby-readline-1.3.7*</include>
<include>specifications/jruby-openssl-0.15.4*</include>
<include>specifications/json-2.9.1*</include>
<include>specifications/logger-1.6.4*</include>
<include>specifications/net-http-0.6.0*</include>
<include>specifications/net-protocol-0.2.2*</include>
<include>specifications/open-uri-0.5.0*</include>
<include>specifications/open3-0.2.1*</include>
<include>specifications/optparse-0.6.0*</include>
<include>specifications/ostruct-0.6.1*</include>
<include>specifications/pp-0.6.2*</include>
<include>specifications/prettyprint-0.2.0*</include>
<include>specifications/pstore-0.1.4*</include>
<include>specifications/psych-5.2.3*</include>
<include>specifications/rake-ant-1.0.6*</include>
<include>specifications/rdoc-6.10.0*</include>
<include>specifications/reline-0.6.0*</include>
<include>specifications/ruby2_keywords-0.0.5*</include>
<include>specifications/securerandom-0.4.1*</include>
<include>specifications/shellwords-0.2.2*</include>
<include>specifications/singleton-0.3.0*</include>
<include>specifications/stringio-3.1.5*</include>
<include>specifications/strscan-3.1.5*</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/syntax_suggest-2.0.2*</include>
<include>specifications/tempfile-0.3.1*</include>
<include>specifications/time-0.4.1*</include>
<include>specifications/timeout-0.4.3*</include>
<include>specifications/tsort-0.2.0*</include>
<include>specifications/un-0.3.0*</include>
<include>specifications/uri-1.0.3*</include>
<include>specifications/weakref-0.1.3*</include>
<include>specifications/yaml-0.4.0*</include>
<include>specifications/abbrev-0.1.2*</include>
<include>specifications/base64-0.2.0*</include>
<include>specifications/bigdecimal-3.1.9*</include>
<include>specifications/csv-3.3.2*</include>
<include>specifications/debug-0.2.1*</include>
<include>specifications/drb-2.2.1*</include>
<include>specifications/getoptlong-0.2.1*</include>
<include>specifications/matrix-0.4.2*</include>
<include>specifications/minitest-5.25.4*</include>
<include>specifications/mutex_m-0.3.0*</include>
<include>specifications/net-ftp-0.3.8*</include>
<include>specifications/net-imap-0.5.8*</include>
<include>specifications/net-pop-0.1.2*</include>
<include>specifications/net-smtp-0.5.0*</include>
<include>specifications/nkf-0.2.0*</include>
<include>specifications/observer-0.1.2*</include>
<include>specifications/power_assert-2.0.5*</include>
<include>specifications/prime-0.1.3*</include>
<include>specifications/racc-1.8.1*</include>
<include>specifications/rake-${rake.version}*</include>
<include>specifications/resolv-replace-0.1.1*</include>
<include>specifications/rexml-3.4.0*</include>
<include>specifications/rinda-0.2.0*</include>
<include>specifications/rss-0.3.1*</include>
<include>specifications/test-unit-3.6.7*</include>
<include>gems/rubygems-update-3.6.9*/**/*</include>
<include>gems/benchmark-0.4.0*/**/*</include>
<include>gems/bundler-2.6.9*/**/*</include>
<include>gems/cgi-0.4.1*/**/*</include>
<include>gems/date-3.4.1*/**/*</include>
<include>gems/delegate-0.4.0*/**/*</include>
<include>gems/did_you_mean-2.0.0*/**/*</include>
<include>gems/digest-3.2.0*/**/*</include>
<include>gems/english-0.8.0*/**/*</include>
<include>gems/erb-4.0.4*/**/*</include>
<include>gems/error_highlight-0.7.0*/**/*</include>
<include>gems/ffi-1.17.0*/**/*</include>
<include>gems/fiddle-1.1.6*/**/*</include>
<include>gems/fileutils-1.7.3*/**/*</include>
<include>gems/find-0.2.0*/**/*</include>
<include>gems/forwardable-1.3.3*/**/*</include>
<include>gems/io-console-0.8.0*/**/*</include>
<include>gems/io-wait-0.3.1*/**/*</include>
<include>gems/ipaddr-1.2.7*/**/*</include>
<include>gems/irb-1.14.3*/**/*</include>
<include>gems/jar-dependencies-0.5.4*/**/*</include>
<include>gems/jruby-readline-1.3.7*/**/*</include>
<include>gems/jruby-openssl-0.15.4*/**/*</include>
<include>gems/json-2.9.1*/**/*</include>
<include>gems/logger-1.6.4*/**/*</include>
<include>gems/net-http-0.6.0*/**/*</include>
<include>gems/net-protocol-0.2.2*/**/*</include>
<include>gems/open-uri-0.5.0*/**/*</include>
<include>gems/open3-0.2.1*/**/*</include>
<include>gems/optparse-0.6.0*/**/*</include>
<include>gems/ostruct-0.6.1*/**/*</include>
<include>gems/pp-0.6.2*/**/*</include>
<include>gems/prettyprint-0.2.0*/**/*</include>
<include>gems/pstore-0.1.4*/**/*</include>
<include>gems/psych-5.2.3*/**/*</include>
<include>gems/rake-ant-1.0.6*/**/*</include>
<include>gems/rdoc-6.10.0*/**/*</include>
<include>gems/reline-0.6.0*/**/*</include>
<include>gems/ruby2_keywords-0.0.5*/**/*</include>
<include>gems/securerandom-0.4.1*/**/*</include>
<include>gems/shellwords-0.2.2*/**/*</include>
<include>gems/singleton-0.3.0*/**/*</include>
<include>gems/stringio-3.1.5*/**/*</include>
<include>gems/strscan-3.1.5*/**/*</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/syntax_suggest-2.0.2*/**/*</include>
<include>gems/tempfile-0.3.1*/**/*</include>
<include>gems/time-0.4.1*/**/*</include>
<include>gems/timeout-0.4.3*/**/*</include>
<include>gems/tsort-0.2.0*/**/*</include>
<include>gems/un-0.3.0*/**/*</include>
<include>gems/uri-1.0.3*/**/*</include>
<include>gems/weakref-0.1.3*/**/*</include>
<include>gems/yaml-0.4.0*/**/*</include>
<include>gems/abbrev-0.1.2*/**/*</include>
<include>gems/base64-0.2.0*/**/*</include>
<include>gems/bigdecimal-3.1.9*/**/*</include>
<include>gems/csv-3.3.2*/**/*</include>
<include>gems/debug-0.2.1*/**/*</include>
<include>gems/drb-2.2.1*/**/*</include>
<include>gems/getoptlong-0.2.1*/**/*</include>
<include>gems/matrix-0.4.2*/**/*</include>
<include>gems/minitest-5.25.4*/**/*</include>
<include>gems/mutex_m-0.3.0*/**/*</include>
<include>gems/net-ftp-0.3.8*/**/*</include>
<include>gems/net-imap-0.5.8*/**/*</include>
<include>gems/net-pop-0.1.2*/**/*</include>
<include>gems/net-smtp-0.5.0*/**/*</include>
<include>gems/nkf-0.2.0*/**/*</include>
<include>gems/observer-0.1.2*/**/*</include>
<include>gems/power_assert-2.0.5*/**/*</include>
<include>gems/prime-0.1.3*/**/*</include>
<include>gems/racc-1.8.1*/**/*</include>
<include>gems/rake-${rake.version}*/**/*</include>
<include>gems/resolv-replace-0.1.1*/**/*</include>
<include>gems/rexml-3.4.0*/**/*</include>
<include>gems/rinda-0.2.0*/**/*</include>
<include>gems/rss-0.3.1*/**/*</include>
<include>gems/test-unit-3.6.7*/**/*</include>
<include>cache/rubygems-update-3.6.9*</include>
<include>cache/benchmark-0.4.0*</include>
<include>cache/bundler-2.6.9*</include>
<include>cache/cgi-0.4.1*</include>
<include>cache/date-3.4.1*</include>
<include>cache/delegate-0.4.0*</include>
<include>cache/did_you_mean-2.0.0*</include>
<include>cache/digest-3.2.0*</include>
<include>cache/english-0.8.0*</include>
<include>cache/erb-4.0.4*</include>
<include>cache/error_highlight-0.7.0*</include>
<include>cache/ffi-1.17.0*</include>
<include>cache/fiddle-1.1.6*</include>
<include>cache/fileutils-1.7.3*</include>
<include>cache/find-0.2.0*</include>
<include>cache/forwardable-1.3.3*</include>
<include>cache/io-console-0.8.0*</include>
<include>cache/io-wait-0.3.1*</include>
<include>cache/ipaddr-1.2.7*</include>
<include>cache/irb-1.14.3*</include>
<include>cache/jar-dependencies-0.5.4*</include>
<include>cache/jruby-readline-1.3.7*</include>
<include>cache/jruby-openssl-0.15.4*</include>
<include>cache/json-2.9.1*</include>
<include>cache/logger-1.6.4*</include>
<include>cache/net-http-0.6.0*</include>
<include>cache/net-protocol-0.2.2*</include>
<include>cache/open-uri-0.5.0*</include>
<include>cache/open3-0.2.1*</include>
<include>cache/optparse-0.6.0*</include>
<include>cache/ostruct-0.6.1*</include>
<include>cache/pp-0.6.2*</include>
<include>cache/prettyprint-0.2.0*</include>
<include>cache/pstore-0.1.4*</include>
<include>cache/psych-5.2.3*</include>
<include>cache/rake-ant-1.0.6*</include>
<include>cache/rdoc-6.10.0*</include>
<include>cache/reline-0.6.0*</include>
<include>cache/ruby2_keywords-0.0.5*</include>
<include>cache/securerandom-0.4.1*</include>
<include>cache/shellwords-0.2.2*</include>
<include>cache/singleton-0.3.0*</include>
<include>cache/stringio-3.1.5*</include>
<include>cache/strscan-3.1.5*</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/syntax_suggest-2.0.2*</include>
<include>cache/tempfile-0.3.1*</include>
<include>cache/time-0.4.1*</include>
<include>cache/timeout-0.4.3*</include>
<include>cache/tsort-0.2.0*</include>
<include>cache/un-0.3.0*</include>
<include>cache/uri-1.0.3*</include>
<include>cache/weakref-0.1.3*</include>
<include>cache/yaml-0.4.0*</include>
<include>cache/abbrev-0.1.2*</include>
<include>cache/base64-0.2.0*</include>
<include>cache/bigdecimal-3.1.9*</include>
<include>cache/csv-3.3.2*</include>
<include>cache/debug-0.2.1*</include>
<include>cache/drb-2.2.1*</include>
<include>cache/getoptlong-0.2.1*</include>
<include>cache/matrix-0.4.2*</include>
<include>cache/minitest-5.25.4*</include>
<include>cache/mutex_m-0.3.0*</include>
<include>cache/net-ftp-0.3.8*</include>
<include>cache/net-imap-0.5.8*</include>
<include>cache/net-pop-0.1.2*</include>
<include>cache/net-smtp-0.5.0*</include>
<include>cache/nkf-0.2.0*</include>
<include>cache/observer-0.1.2*</include>
<include>cache/power_assert-2.0.5*</include>
<include>cache/prime-0.1.3*</include>
<include>cache/racc-1.8.1*</include>
<include>cache/rake-${rake.version}*</include>
<include>cache/resolv-replace-0.1.1*</include>
<include>cache/rexml-3.4.0*</include>
<include>cache/rinda-0.2.0*</include>
<include>cache/rss-0.3.1*</include>
<include>cache/test-unit-3.6.7*</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/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>
<include>VERSION</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>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>