From dbea1f0cc87294546c358f7349540a454143e854 Mon Sep 17 00:00:00 2001 From: Mika Rinne Date: Wed, 12 Feb 2025 14:34:00 +0200 Subject: [PATCH] fixed --- .../files/src/main/java/com/example/HelloAIFunction.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example/HelloAIFunction.java b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example/HelloAIFunction.java index fc84313f5..708fb3a88 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example/HelloAIFunction.java +++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/src/main/java/com/example/HelloAIFunction.java @@ -43,6 +43,7 @@ Software and the Larger Work(s), and to sublicense the foregoing rights on import com.oracle.bmc.Region; import com.oracle.bmc.auth.AuthenticationDetailsProvider; import com.oracle.bmc.auth.ResourcePrincipalAuthenticationDetailsProvider; +import com.oracle.bmc.auth.ConfigFileAuthenticationDetailsProvider; import com.oracle.bmc.auth.StringPrivateKeySupplier; import com.oracle.bmc.auth.SimpleAuthenticationDetailsProvider; import com.oracle.bmc.generativeaiinference.GenerativeAiInferenceClient;