You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/09/02 11:17:05 UTC

[tomee] 03/03: Put back the deps/ module in the reactor

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

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

commit 68be80e60291468a1c196b503837921e59e64a87
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Fri Sep 2 13:16:49 2022 +0200

    Put back the deps/ module in the reactor
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b35512931..875b11b4b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -648,7 +648,7 @@
         <activeByDefault>true</activeByDefault>
       </activation>
       <modules>
-<!--        <module>deps</module>-->
+        <module>deps</module>
         <module>boms</module>
         <module>itests</module>
         <module>maven</module>