We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fb7532 + 9902832 commit 9c3d197Copy full SHA for 9c3d197
language-adaptors/rxjava-scala/build.gradle
@@ -49,7 +49,7 @@ jar {
49
name = 'rxjava-scala'
50
instruction 'Bundle-Vendor', 'Netflix'
51
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
52
- instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
+ instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,!org.scalatest.*,*'
53
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
54
}
55
0 commit comments