Repository: tomee
Updated Branches:
  refs/heads/master 1e775fca0 -> f521b0167


Excluded dropwizard metrics.


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

Branch: refs/heads/master
Commit: e14ae95b6d6b10a25ebbd03c39c1cf23e7322849
Parents: 1e775fc
Author: Roberto Cortez <radcor...@yahoo.com>
Authored: Fri Oct 12 13:04:25 2018 +0100
Committer: Roberto Cortez <radcor...@yahoo.com>
Committed: Fri Oct 12 13:04:25 2018 +0100

----------------------------------------------------------------------
 server/openejb-cxf/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e14ae95b/server/openejb-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index e796f69..c1ce96b 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -81,6 +81,10 @@
           <groupId>org.codehaus.woodstox</groupId>
           <artifactId>woodstox-core-asl</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>io.dropwizard.metrics</groupId>
+          <artifactId>metrics-core</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- Override the bcprov from the previous artifact -->

Reply via email to