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 2021/03/27 09:10:29 UTC

[tomee-jakarta] branch master updated: Don't set dependencies to avoid Maven to pick up dependencies from both the bom and the tomee project (resulting in duplicates)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 60bb615  Don't set dependencies to avoid Maven to pick up dependencies from both the bom and the tomee project (resulting in duplicates)
60bb615 is described below

commit 60bb615f9934c0c49cc768537043a21e303efcd8
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Sat Mar 27 10:10:18 2021 +0100

    Don't set dependencies to avoid Maven to pick up dependencies from both the bom and the tomee project (resulting in duplicates)
---
 transform/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/transform/pom.xml b/transform/pom.xml
index 5eb9e00..bde6d6c 100644
--- a/transform/pom.xml
+++ b/transform/pom.xml
@@ -41,6 +41,7 @@
 
     -->
 
+    <!--
     <dependency>
       <groupId>org.apache.tomee.bom</groupId>
       <artifactId>tomee-plus</artifactId>
@@ -59,6 +60,7 @@
       <version>9.0.0</version>
       <scope>provided</scope>
     </dependency>
+    -->
 
   </dependencies>
 </project>