You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2023/01/24 09:42:26 UTC

[openwebbeans] branch main updated: OWB-1417 re-enable slf4j plugin

This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/main by this push:
     new c7469aa50 OWB-1417 re-enable slf4j plugin
c7469aa50 is described below

commit c7469aa50067d67ed34835d245060b00902fb3f3
Author: Mark Struberg <st...@apache.org>
AuthorDate: Tue Jan 24 10:42:04 2023 +0100

    OWB-1417 re-enable slf4j plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 320534e2a..6f57cb693 100644
--- a/pom.xml
+++ b/pom.xml
@@ -583,6 +583,7 @@
         <module>webbeans-web</module>
         <module>webbeans-tomcat</module>
         <module>webbeans-arquillian</module>
+        <module>webbeans-slf4j</module>
 <!--X TODO re-enable
         <module>webbeans-ee-common</module>
         <module>webbeans-ejb</module>
@@ -600,7 +601,6 @@
         <module>distribution</module>
         <module>webbeans-gradle</module>
         <module>webbeans-junit5</module>
-        <module>webbeans-slf4j</module>
         <module>bom</module>
 -->
     </modules>