Skip to content

Commit

Permalink
Add GraalVM native image dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Oct 6, 2023
1 parent dff060d commit 3c0fc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
implementation 'org.apache.wss4j:wss4j-ws-security-dom:3.0.1'
implementation 'org.apache.santuario:xmlsec:3.0.2'
implementation 'org.apache.wss4j:wss4j-ws-security-common:3.0.1'
compileOnly group: 'org.graalvm.nativeimage', name: 'svm', version: '22.2.0'
}

checkstyle {
Expand Down

0 comments on commit 3c0fc41

Please sign in to comment.