Skip to content

Commit 427c786

Browse files
committed
more build fix after jruby-openssl update
1 parent 4c7a695 commit 427c786

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

maven/jruby-noasm/src/it/integrity/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<argument>
126126
require 'jar-dependencies'
127127
require 'openssl'
128-
require 'krypt'
129128
puts Gem.loaded_specs.keys.sort.join(',')
130129
</argument>
131130
</arguments>

maven/jruby-noasm/src/it/integrity/verify.bsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ if ( !log.contains( expected ) )
2828
{
2929
throw new RuntimeException( "log file does not contain '" + expected + "'" );
3030
}
31-
expected = "gems count 12";
31+
expected = "gems count 8";
3232
if ( !log.contains( expected ) )
3333
{
3434
throw new RuntimeException( "log file does not contain '" + expected + "'" );
3535
}
36-
expected = "ffi,jar-dependencies,jruby-openssl,krypt,krypt-core,krypt-provider-jdk";
36+
expected = "jar-dependencies,jruby-openssl";
3737
if ( !log.contains( expected ) )
3838
{
3939
throw new RuntimeException( "log file does not contain '" + expected + "'" );

0 commit comments

Comments
 (0)