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 2020/06/24 07:53:56 UTC

[tomee] branch master updated: Remove duplicate dep (Thanks Romain for pointing it out)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 78da936  Remove duplicate dep (Thanks Romain for pointing it out)
78da936 is described below

commit 78da9362f795106bbe802fda9533d1a2043701a7
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Jun 24 09:53:47 2020 +0200

    Remove duplicate dep (Thanks Romain for pointing it out)
---
 tomee/tomee-microprofile/mp-common/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tomee/tomee-microprofile/mp-common/pom.xml b/tomee/tomee-microprofile/mp-common/pom.xml
index 64a9092..ebeb33a 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -48,13 +48,6 @@
       <scope>provided</scope>
     </dependency>
 
-    <dependency>
-      <artifactId>openejb-rest</artifactId>
-      <groupId>org.apache.tomee</groupId>
-      <version>${project.version}</version>
-      <scope>provided</scope>
-    </dependency>
-
     <!-- MicroProfile -->
     <dependency>
       <groupId>org.eclipse.microprofile.config</groupId>