Skip to content

Commit

Permalink
4.x: Adjusts CDI OciExtension to use runtime OciExtension for certain…
Browse files Browse the repository at this point in the history
… authentication tasks (#7373)

4.x/main: Adjusts CDI OciExtension to use runtime OciExtension for certain authentication tasks

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
  • Loading branch information
ljnelson authored Sep 13, 2023
1 parent e44c85a commit fefc66d
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 656 deletions.
8 changes: 8 additions & 0 deletions integrations/oci/sdk/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.helidon.config</groupId>
<artifactId>helidon-config-mp</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.integrations.oci.sdk</groupId>
<artifactId>helidon-integrations-oci-sdk-runtime</artifactId>
</dependency>
<!-- For dependency convergence. To make sure we use Jersey version of org.apache.httpcomponents:httpclient and httpcore -->
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
Expand Down
Loading

0 comments on commit fefc66d

Please sign in to comment.