File tree 4 files changed +4
-2
lines changed
4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ afterEvaluate {
89
89
' com.github.luben.zstd.*;resolution:=optional' ,
90
90
' org.slf4j.*;resolution:=optional' ,
91
91
' jnr.unixsocket.*;resolution:=optional' ,
92
- ' com.mongodb.crypt.capi.*;resolution:=optional' ,
92
+ ' com.mongodb.internal. crypt.capi.*;resolution:=optional' ,
93
93
' jdk.net.*;resolution:=optional' , // Used by SocketStreamHelper & depends on JDK version
94
94
' org.bson.codecs.record.*;resolution:=optional' , // Depends on JDK version
95
95
' org.bson.codecs.kotlin.*;resolution:=optional' ,
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ afterEvaluate {
75
75
jar. manifest. attributes[' Bundle-SymbolicName' ] = ' org.mongodb.driver-reactivestreams'
76
76
jar. manifest. attributes[' Import-Package' ] = [
77
77
' com.mongodb.crypt.capi.*;resolution:=optional' ,
78
+ ' com.mongodb.internal.crypt.capi.*;resolution:=optional' ,
78
79
' *' ,
79
80
]. join(' ,' )
80
81
}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ afterEvaluate {
49
49
jar. manifest. attributes[' Bundle-SymbolicName' ] = ' org.mongodb.driver-sync'
50
50
jar. manifest. attributes[' Import-Package' ] = [
51
51
' com.mongodb.crypt.capi.*;resolution:=optional' ,
52
+ ' com.mongodb.internal.crypt.capi.*;resolution:=optional' ,
52
53
' *' ,
53
54
]. join(' ,' )
54
55
}
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ afterEvaluate {
175
175
tasks.jar {
176
176
manifest {
177
177
attributes(
178
- " -exportcontents" to " com.mongodb.crypt.capi. *;-noimport:=true" ,
178
+ " -exportcontents" to " com.mongodb.*;-noimport:=true" ,
179
179
" Automatic-Module-Name" to " com.mongodb.crypt.capi" ,
180
180
" Import-Package" to " org.slf4j.*;resolution:=optional,org.bson.*" ,
181
181
" Bundle-Name" to " MongoCrypt" ,
You can’t perform that action at this time.
0 commit comments