Skip to content

Commit 2404e26

Browse files
native image added
1 parent 69bfb0d commit 2404e26

File tree

1 file changed

+5
-0
lines changed
  • app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files

1 file changed

+5
-0
lines changed

app-dev/devops-and-containers/functions/java-helloworld-AI-with-local-dev-and-oci-functions/files/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
<scope>runtime</scope>
6868
<version>3.37.2</version>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.bouncycastle</groupId>
72+
<artifactId>bcprov-jdk18on</artifactId>
73+
<version>1.79</version>
74+
</dependency>
7075
</dependencies>
7176

7277
</project>

0 commit comments

Comments
 (0)