bmc-shaded-full is strange
See:
https://github.com/oracle/oci-java-sdk/blob/v2.22.0/bmc-shaded/bmc-shaded-full/pom.xml#L14-L30
Do I understand correctly that this module is intended to produce a .jar file consisting of some kind of shaded version of the entire OCI SDK? As presently constituted, this pom.xml will, unless I'm missing something, produce an empty .jar file. Its transitive dependencies will consist solely of a few BouncyCastle jars and the SLF4J API jar. Right? I feel like maybe something got dropped here.