Skip to content

Commit

Permalink
Merge pull request #391 from brad-uk/master
Browse files Browse the repository at this point in the history
remove scalatest packages from OSGI imports
  • Loading branch information
benjchristensen committed Sep 19, 2013
2 parents 1fb7532 + 9902832 commit 9c3d197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language-adaptors/rxjava-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jar {
name = 'rxjava-scala'
instruction 'Bundle-Vendor', 'Netflix'
instruction 'Bundle-DocURL', 'https://github.com/Netflix/RxJava'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,*'
instruction 'Import-Package', '!org.junit,!junit.framework,!org.mockito.*,!org.scalatest.*,*'
instruction 'Fragment-Host', 'com.netflix.rxjava.core'
}
}

0 comments on commit 9c3d197

Please sign in to comment.