You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2018/10/12 21:36:42 UTC

[4/5] tomee git commit: Removed unneeded dependency.

Removed unneeded dependency.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/92bf6292
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/92bf6292
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/92bf6292

Branch: refs/heads/master
Commit: 92bf62920e299c57ffaa3beebb7092992fee3bbd
Parents: 13c3364
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Fri Oct 12 15:20:24 2018 +0100
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Fri Oct 12 15:20:24 2018 +0100

----------------------------------------------------------------------
 tomee/tomee-microprofile-webapp/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/92bf6292/tomee/tomee-microprofile-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-microprofile-webapp/pom.xml b/tomee/tomee-microprofile-webapp/pom.xml
index 96e07b0..786f6d1 100644
--- a/tomee/tomee-microprofile-webapp/pom.xml
+++ b/tomee/tomee-microprofile-webapp/pom.xml
@@ -143,6 +143,12 @@
       <groupId>org.eclipse.microprofile.opentracing</groupId>
       <artifactId>microprofile-opentracing-api</artifactId>
       <version>${microprofile.opentracing.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.geronimo.specs</groupId>
+          <artifactId>geronimo-atinject_1.0_spec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>