<?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>com.github.jruby-gradle</groupId>
  <artifactId>jruby-gradle-plugin</artifactId>
  <version>1.1.2</version>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-server</artifactId>
      <version>9.2.12.v20150709</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty</groupId>
      <artifactId>jetty-webapp</artifactId>
      <version>9.2.12.v20150709</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.saumya.mojo</groupId>
      <artifactId>rubygems</artifactId>
      <version>0.2</version>
      <type>war</type>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>nexus-ruby-tools</artifactId>
          <groupId>org.sonatype.nexus.plugins</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
