Skip to content

Commit fd2f8cc

Browse files
committed
Revert "Make bson.record.codec module optional for OSGi (#1024)"
This reverts commit 2f2e579. JAVA-4789
1 parent 2f2e579 commit fd2f8cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-core/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ 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
7978
'*' // import all that is not excluded or modified before
8079
].join(',')
8180
}

0 commit comments

Comments
 (0)