Skip to content

Commit

Permalink
Change to WebSphere Liberty
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Grigorenko <[email protected]>
  • Loading branch information
kgibm committed Dec 24, 2024
1 parent 43f5ed2 commit ec1274a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,16 @@
<!--
https://github.com/OpenLiberty/ci.maven/blob/main/docs/installation-configuration.md#using-maven-artifact
-->

<!-- WebSphere Liberty -->
<liberty.runtime.groupId>com.ibm.websphere.appserver.runtime</liberty.runtime.groupId>
<liberty.runtime.artifactId>wlp-kernel</liberty.runtime.artifactId>

<!-- Open Liberty -->
<!--
<liberty.runtime.groupId>io.openliberty</liberty.runtime.groupId>
<liberty.runtime.artifactId>openliberty-kernel</liberty.runtime.artifactId>
-->

<!--
liberty.var.* properties generate configDropins/overrides/liberty-plugin-variable-config.xml
Expand Down

0 comments on commit ec1274a

Please sign in to comment.