diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md index 4baf112b2..a1882a1ae 100644 --- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md +++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/README.md @@ -116,13 +116,13 @@ GraalVM compiles your Java functions ahead of time into standalone binaries that
-To do this a create OCI DevOps project for a Function CI/CD and then clone the repo and copy the following files with the Function source and commit and push them to the repo: +To do this create OCI DevOps project for a Function CI/CD and then clone the repo and copy the following files with the Function source and commit and push them to the repo:
After pushing run the native build pipeline and test the Function in cloud shell.
diff --git a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml
index d61036a50..6b7235de7 100644
--- a/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml
+++ b/app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml
@@ -8,24 +8,27 @@