Skip to content

Commit 1cf5bc7

Browse files
committed
Fix build artifacts for the Scala driver
JAVA-3655
1 parent 381bb9a commit 1cf5bc7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

driver-scala/build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@
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"
1818
archivesBaseName = 'mongo-scala-driver'
1919

2020
dependencies {
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
}

0 commit comments

Comments
 (0)