Skip to content

Commit 2f2e579

Browse files
Joscorbejyemin
authored andcommitted
Make bson.record.codec module optional for OSGi (#1024)
JAVA-4789
1 parent 3bde2e4 commit 2f2e579

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
@@ -75,6 +75,7 @@ afterEvaluate {
7575
'jnr.unixsocket.*;resolution:=optional',
7676
'com.mongodb.crypt.capi.*;resolution:=optional',
7777
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
78+
'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
7879
'*' // import all that is not excluded or modified before
7980
].join(',')
8081
}

0 commit comments

Comments
 (0)