File tree Expand file tree Collapse file tree 4 files changed +3
-18
lines changed
azure-data-schemaregistry-apacheavro
azure-data-schemaregistry-jsonschema Expand file tree Collapse file tree 4 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 6363 <version >1.11.3</version > <!-- {x-version-update;org.apache.avro:avro;external_dependency} -->
6464 </dependency >
6565
66- <!-- Explicitly stating these because org.apache.avro uses an older version of jackson which is resolved since it
67- is close to the root for dependencies. -->
68- <dependency >
69- <groupId >com.fasterxml.jackson.core</groupId >
70- <artifactId >jackson-core</artifactId >
71- <version >2.13.5</version > <!-- {x-version-update;com.fasterxml.jackson.core:jackson-core;external_dependency} -->
72- </dependency >
73- <dependency >
74- <groupId >com.fasterxml.jackson.core</groupId >
75- <artifactId >jackson-databind</artifactId >
76- <version >2.13.5</version > <!-- {x-version-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
77- </dependency >
78-
7966 <!-- Test dependencies -->
8067 <dependency >
8168 <groupId >io.projectreactor</groupId >
152139 <bannedDependencies >
153140 <includes >
154141 <include >org.apache.avro:avro:[1.11.3]</include > <!-- {x-include-update;org.apache.avro:avro;external_dependency} -->
155- <include >com.fasterxml.jackson.core:jackson-core:[2.13.5]</include > <!-- {x-include-update;com.fasterxml.jackson.core:jackson-core;external_dependency} -->
156- <include >com.fasterxml.jackson.core:jackson-databind:[2.13.5]</include > <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
157142 </includes >
158143 </bannedDependencies >
159144 </rules >
Original file line number Diff line number Diff line change 99
1010 exports com .azure .data .schemaregistry .apacheavro ;
1111
12- opens com .azure .data .schemaregistry .apacheavro to com .fasterxml . jackson . databind , com . azure .core ;
12+ opens com .azure .data .schemaregistry .apacheavro to com .azure .core ;
1313
1414}
Original file line number Diff line number Diff line change 4141 --add-opens com.azure.core/com.azure.core.implementation=ALL-UNNAMED
4242 --add-opens com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
4343
44- --add-opens com.azure.data.schemaregistry.jsonschema/com.azure.data.schemaregistry.jsonschema=ALL-UNNAMED
44+ --add-opens com.azure.data.schemaregistry.jsonschema/com.azure.data.schemaregistry.jsonschema=com.fasterxml.jackson.databind, ALL-UNNAMED
4545 </javaModulesSurefireArgLine >
4646 </properties >
4747
Original file line number Diff line number Diff line change 77
88 exports com .azure .data .schemaregistry .jsonschema ;
99
10- opens com .azure .data .schemaregistry .jsonschema to com .fasterxml . jackson . databind , com . azure .core ;
10+ opens com .azure .data .schemaregistry .jsonschema to com .azure .core ;
1111}
You can’t perform that action at this time.
0 commit comments