Skip to content

Commit 9902832

Browse files
committed
remove scalatest packages from OSGI imports
1 parent 00d7c3b commit 9902832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-scala/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jar {
4949
name = 'rxjava-scala'
5050
instruction 'Bundle-Vendor', 'Netflix'
5151
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
52-
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
52+
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,!org.scalatest.*,*'
5353
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
5454
}
5555
}

0 commit comments

Comments
 (0)