File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- description = " A Scala wrapper / extension to the bson library "
17
+ description = " A Scala wrapper of the MongoDB Reactive Streams Java driver "
18
18
archivesBaseName = ' mongo-scala-driver'
19
19
20
20
dependencies {
21
- compile project(path : ' :bson' , configuration : ' default' )
22
21
compile project(path : ' :bson-scala' , configuration : ' default' )
23
- compile project(path : ' :driver-core' , configuration : ' default' )
24
22
compile project(path : ' :driver-reactive-streams' , configuration : ' default' )
25
- compile project(path : ' :driver-sync' , configuration : ' default' )
26
-
27
- compile ' org.reactivestreams:reactive-streams:1.0.2'
28
23
29
24
testImplementation project(' :util' )
30
25
testImplementation project(' :driver-sync' )
@@ -104,7 +99,6 @@ afterEvaluate {
104
99
jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.scala.mongo-scala-driver'
105
100
jar. manifest. attributes[' Import-Package' ] = [
106
101
' org.bson.*' ,
107
- ' com.mongodb.crypt.capi.*;resolution:=optional' ,
108
102
' com.mongodb.*' ,
109
103
]. join(' ,' )
110
104
}
You can’t perform that action at this time.
0 commit comments