Created
March 23, 2010 09:11
-
-
Save hns/340979 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- | |
Apache Maven 2 POM generated by Apache Ivy | |
http://ant.apache.org/ivy/ | |
Apache Ivy version: 2.1.0 20090925235825 | |
--> | |
<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/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>ringojs</groupId> | |
<artifactId>ringojs</artifactId> | |
<packaging>jar</packaging> | |
<version>working@hns</version> | |
<dependencies> | |
<dependency> | |
<groupId>org.mortbay.jetty</groupId> | |
<artifactId>jetty</artifactId> | |
<version>6.1.22</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-api</artifactId> | |
<version>1.5.11</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-log4j12</artifactId> | |
<version>1.5.11</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>org.jruby.ext.posix</groupId> | |
<artifactId>jnr-posix</artifactId> | |
<version>1.1.3</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>org.jruby.extras</groupId> | |
<artifactId>jaffl</artifactId> | |
<version>0.5.2</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>org.jruby.extras</groupId> | |
<artifactId>jffi</artifactId> | |
<version>1.0.2</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>jline</groupId> | |
<artifactId>jline</artifactId> | |
<version>0.9.94</version> | |
<optional>true</optional> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>3.8.2</version> | |
<optional>true</optional> | |
</dependency> | |
</dependencies> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment