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 1414 * limitations under the License.
1515 */
1616
17- description = " A Scala wrapper / extension to the bson library "
17+ description = " A Scala wrapper of the MongoDB Reactive Streams Java driver "
1818archivesBaseName = ' mongo-scala-driver'
1919
2020dependencies {
21- compile project(path : ' :bson' , configuration : ' default' )
2221 compile project(path : ' :bson-scala' , configuration : ' default' )
23- compile project(path : ' :driver-core' , configuration : ' default' )
2422 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'
2823
2924 testImplementation project(' :util' )
3025 testImplementation project(' :driver-sync' )
@@ -104,7 +99,6 @@ afterEvaluate {
10499 jar. manifest. attributes[' Automatic-Module-Name' ] = ' org.mongodb.scala.mongo-scala-driver'
105100 jar. manifest. attributes[' Import-Package' ] = [
106101 ' org.bson.*' ,
107- ' com.mongodb.crypt.capi.*;resolution:=optional' ,
108102 ' com.mongodb.*' ,
109103 ]. join(' ,' )
110104}
You can’t perform that action at this time.
0 commit comments