简体   繁体   中英

Are Helidon's Oracle Cloud Infrastructure dependencies present in Maven Central?

I'm messing about with Helidon's OCI Object Storage integration , and it has a dependency like this:

<dependency>
    <groupId>com.oracle.oci.sdk</groupId>
    <artifactId>oci-java-sdk-objectstorage</artifactId>
    <scope>compile</scope>
    <type>pom</type>
</dependency>

But I don't see any reference to that artifact in Maven Central .

Where can I find these dependencies?

It looks like these libraries are still not in Maven Central . The workaround (building and installing the relevant Oracle Cloud Infrastructure Java SDK components by hand) is documented in the Helidon documentation, which I forgot. Time for more coffee.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM