Skip to content

Commit f5a84d3

Browse files
authored
Make bson.record.codec module optional for OSGi (#1024)
JAVA-4789
1 parent 2a7955e commit f5a84d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

driver-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ afterEvaluate {
8787
'jnr.unixsocket.*;resolution:=optional',
8888
'com.mongodb.crypt.capi.*;resolution:=optional',
8989
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
90+
'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
9091
'*' // import all that is not excluded or modified before
9192
].join(',')
9293
}

0 commit comments

Comments
 (0)