Skip to content

Commit 9c3d197

Browse files
Merge pull request #391 from brad-uk/master
remove scalatest packages from OSGI imports
2 parents 1fb7532 + 9902832 commit 9c3d197

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)