Skip to content

Commit

Permalink
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions COPYING
Original file line number Diff line number Diff line change
@@ -86,10 +86,6 @@ below. Also see LICENSE.RUBY for most files found in lib/ruby/stdlib.
nailgun (http://martiansoftware.com/nailgun) are distributed under the
Apache License version 2.0.

jsr292-mock (http://code.google.com/p/jvm-language-runtime)
distributed under the LGPL license. It is only used as a compile-time mock
for Java 7-only features.

Bouncycastle is released under the MIT license, and is Copyright (c)
2000 - 2006 The Legion Of The Bouncy Castle.

1 change: 0 additions & 1 deletion core/pom.rb
Original file line number Diff line number Diff line change
@@ -64,7 +64,6 @@
jar 'com.headius:options:1.4'
jar 'com.headius:coro-mock:1.0', :scope => 'provided'
jar 'com.headius:unsafe-mock', '${unsafe.version}', :scope => 'provided'
jar 'com.headius:jsr292-mock:1.1', :scope => 'provided'

jar 'bsf:bsf:2.4.0', :scope => 'provided'
jar 'com.jcraft:jzlib:1.1.3'
6 changes: 0 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -214,12 +214,6 @@ DO NOT MODIFIY - GENERATED CODE
<version>${unsafe.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.headius</groupId>
<artifactId>jsr292-mock</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>bsf</groupId>
<artifactId>bsf</artifactId>

0 comments on commit 20dc5bc

Please sign in to comment.