File tree Expand file tree Collapse file tree
archetypes/archetypes/src/main/archetype/mp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 153153 <value key =" artifactId" >helidon-integrations-cdi-datasource-hikaricp</value >
154154 <value key =" scope" >runtime</value >
155155 </map >
156+ <map >
157+ <value key =" groupId" >org.slf4j</value >
158+ <value key =" artifactId" >slf4j-jdk14</value >
159+ </map >
156160 </list >
157161 </model >
158162 </output >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright (c) 2023 Oracle and/or its affiliates.
4+ Copyright (c) 2023, 2024 Oracle and/or its affiliates.
55
66 Licensed under the Apache License, Version 2.0 (the "License");
77 you may not use this file except in compliance with the License.
@@ -69,6 +69,12 @@ This will mount `~/.oci` as a volume in the running docker container.
6969 <include >src/main/resources/**</include >
7070 </includes >
7171 <model >
72+ <list key =" dependencies" >
73+ <map >
74+ <value key =" groupId" >org.slf4j</value >
75+ <value key =" artifactId" >slf4j-jdk14</value >
76+ </map >
77+ </list >
7278 <list key =" microprofile-config-entries" >
7379 <value template =" mustache" ><![CDATA[
7480# Application properties. This is the default greeting
You can’t perform that action at this time.
0 commit comments