Skip to content

Commit

Permalink
Exclude the org.mongodb:bson-record-codec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
philleonard authored and rickie committed Jun 7, 2023
1 parent 3b742fb commit b116555
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,16 @@
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-core</artifactId>
<version>4.9.1</version>
<!-- XXX: Drop this when we forgo enforcement of
JDK 11 bytecode version compatibility. See follow-ups from:
https://github.com/PicnicSupermarket/error-prone-support/pull/603
https://github.com/PicnicSupermarket/error-prone-support/pull/198. -->
<exclusions>
<exclusion>
<groupId>org.mongodb</groupId>
<artifactId>bson-record-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -1024,13 +1034,6 @@
<dependencyConvergence />
<enforceBytecodeVersion>
<maxJdkVersion>${version.jdk}</maxJdkVersion>
<!-- XXX: Drop this when we forgo enforcement of
JDK 11 bytecode version compatibility. See
https://github.com/PicnicSupermarket/error-prone-support/pull/603
https://github.com/PicnicSupermarket/error-prone-support/pull/198. -->
<ignoreClasses>
<ignoreClass>org.bson.codecs.record.*</ignoreClass>
</ignoreClasses>
</enforceBytecodeVersion>
<requireEncoding>
<acceptAsciiSubset>true</acceptAsciiSubset>
Expand Down

0 comments on commit b116555

Please sign in to comment.