You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/11/29 21:54:02 UTC

[11/15] tomee git commit: TOMEE-2278 - Cleanup beans.xml

TOMEE-2278 - Cleanup beans.xml

Signed-off-by: brunobat <br...@gmail.com>


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

Branch: refs/heads/master
Commit: c4a5006139439865ee02a86604a5974e9b82a8c4
Parents: d12fb75
Author: brunobat <br...@gmail.com>
Authored: Thu Nov 22 18:52:58 2018 +0000
Committer: brunobat <br...@gmail.com>
Committed: Thu Nov 22 18:52:58 2018 +0000

----------------------------------------------------------------------
 .../src/main/resources/META-INF/beans.xml       | 22 --------------------
 1 file changed, 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/c4a50061/tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/beans.xml b/tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/beans.xml
deleted file mode 100644
index 1756cff..0000000
--- a/tomee/tomee-microprofile/mp-common/src/main/resources/META-INF/beans.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
-
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-<beans>
-    <alternatives>
-        <class>org.apache.tomee.microprofile.faulttolerance.FailsafeContainerExecutionManagerProvider</class>
-    </alternatives>
-</beans>
\ No newline at end of file