Skip to content

Commit

Permalink
Don't use jsr292-mock any more, as we only support compiling on Java …
Browse files Browse the repository at this point in the history
…7 or later.
  • Loading branch information
chrisseaton committed Oct 18, 2016
1 parent 2908738 commit 4dbe3b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions COPYING
Expand Up @@ -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.

Expand Down
1 change: 0 additions & 1 deletion core/pom.rb
Expand Up @@ -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'
Expand Down
6 changes: 0 additions & 6 deletions core/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 4dbe3b0

Please sign in to comment.