Skip to content

Commit

Permalink
4.x: Archetype - Add SLF4J dependency (#8792)
Browse files Browse the repository at this point in the history
* Add SLF4J dependency

Signed-off-by: tvallin <thibault.vallin@oracle.com>
  • Loading branch information
tvallin committed May 24, 2024
1 parent c68cc54 commit b218286
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
<value key="artifactId">helidon-integrations-cdi-datasource-hikaricp</value>
<value key="scope">runtime</value>
</map>
<map>
<value key="groupId">org.slf4j</value>
<value key="artifactId">slf4j-jdk14</value>
</map>
</list>
</model>
</output>
Expand Down
8 changes: 7 additions & 1 deletion archetypes/archetypes/src/main/archetype/mp/oci/oci-mp.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2023 Oracle and/or its affiliates.
Copyright (c) 2023, 2024 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -69,6 +69,12 @@ This will mount `~/.oci` as a volume in the running docker container.
<include>src/main/resources/**</include>
</includes>
<model>
<list key="dependencies">
<map>
<value key="groupId">org.slf4j</value>
<value key="artifactId">slf4j-jdk14</value>
</map>
</list>
<list key="microprofile-config-entries">
<value template="mustache"><![CDATA[
# Application properties. This is the default greeting
Expand Down

0 comments on commit b218286

Please sign in to comment.