|
34 | 34 | exports com.azure.cosmos.util;
|
35 | 35 |
|
36 | 36 | // export packages for multiple different modules
|
| 37 | + exports com.azure.cosmos.implementation to com.azure.cosmos.encryption, com.azure.cosmos.test; |
37 | 38 | exports com.azure.cosmos.implementation.caches to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
38 | 39 | exports com.azure.cosmos.implementation.feedranges to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
39 | 40 | exports com.azure.cosmos.implementation.apachecommons.lang to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
40 | 41 | exports com.azure.cosmos.implementation.guava25.base to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
41 | 42 | exports com.azure.cosmos.implementation.guava25.collect to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
42 | 43 | exports com.azure.cosmos.implementation.guava27 to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
43 | 44 | exports com.azure.cosmos.implementation.directconnectivity to com.azure.cosmos.encryption, com.azure.cosmos.test;
|
| 45 | + opens com.azure.cosmos.implementation to com.fasterxml.jackson.databind, java.logging, com.fasterxml.jackson.module.afterburner; |
44 | 46 |
|
45 | 47 | // exporting implementation packages specifically for cosmos encryption
|
46 | 48 | exports com.azure.cosmos.implementation.batch to com.azure.cosmos.encryption;
|
|
75 | 77 | exports com.azure.cosmos.implementation.routing to com.azure.cosmos.test;
|
76 | 78 | opens com.azure.cosmos to com.azure.cosmos.test, com.azure.spring.data.cosmos, com.fasterxml.jackson.databind, com.fasterxml.jackson.module.afterburner, java.logging;
|
77 | 79 | opens com.azure.cosmos.models to com.azure.cosmos.test, com.azure.spring.data.cosmos, com.fasterxml.jackson.databind, com.fasterxml.jackson.module.afterburner, java.logging;
|
78 |
| - exports com.azure.cosmos.implementation; |
79 |
| - opens com.azure.cosmos.implementation to com.azure.cosmos.test, com.azure.spring.data.cosmos, com.fasterxml.jackson.databind, com.fasterxml.jackson.module.afterburner, java.logging; |
80 | 80 |
|
81 | 81 | uses com.azure.cosmos.implementation.guava25.base.PatternCompiler;
|
82 | 82 | uses com.azure.core.util.tracing.Tracer;
|
|
0 commit comments