Skip to content

Commit

Permalink
Also remove truffle from core/pom.rb.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 21, 2015
1 parent 0dc42dc commit 514b33a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/pom.rb
Expand Up @@ -61,9 +61,6 @@
jar 'com.headius:unsafe-mock', '${unsafe.version}', :scope => 'provided'
jar 'com.headius:jsr292-mock:1.1', :scope => 'provided'

jar 'com.headius:openjdk-truffle:0.6'
jar 'com.oracle:truffle-dsl-processor:0.6', :scope => 'provided'

jar 'bsf:bsf:2.4.0', :scope => 'provided'
jar 'com.jcraft:jzlib:1.1.3'
jar 'com.martiansoftware:nailgun-server:0.9.1'
Expand Down Expand Up @@ -181,8 +178,7 @@
execute_goals( 'compile',
:id => 'default-compile',
:phase => 'compile',
'annotationProcessors' => [ 'org.jruby.anno.AnnotationBinder',
'com.oracle.truffle.dsl.processor.TruffleProcessor' ],
'annotationProcessors' => [ 'org.jruby.anno.AnnotationBinder' ],
'generatedSourcesDirectory' => 'target/generated-sources',
'compilerArgs' => [ '-XDignore.symbol.file=true',
'-J-Duser.language=en',
Expand Down

0 comments on commit 514b33a

Please sign in to comment.