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

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit 655c825b9954f41ebb2c37a93ef5d8131e6dd539
Author: zhengyangyong <[email protected]>
AuthorDate: Sat Jan 27 14:52:30 2018 +0800

    SCB-147 delete bean config
    
    Signed-off-by: zhengyangyong <[email protected]>
---
 .../src/main/resources/META-INF/spring/metrics.bean.xml       | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git 
a/foundations/foundation-metrics/src/main/resources/META-INF/spring/metrics.bean.xml
 
b/foundations/foundation-metrics/src/main/resources/META-INF/spring/metrics.bean.xml
index 49092cb..c0c178f 100644
--- 
a/foundations/foundation-metrics/src/main/resources/META-INF/spring/metrics.bean.xml
+++ 
b/foundations/foundation-metrics/src/main/resources/META-INF/spring/metrics.bean.xml
@@ -17,14 +17,11 @@
   -->
 
 <beans xmlns="http://www.springframework.org/schema/beans";
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:p="http://www.springframework.org/schema/p";
-       xmlns:util="http://www.springframework.org/schema/util";
-       xsi:schemaLocation="
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="
         http://www.springframework.org/schema/beans
         http://www.springframework.org/schema/beans/spring-beans-3.0.xsd";>
 
-       <bean class="org.apache.servicecomb.foundation.metrics.MetricsConfig">
-       </bean>
-       <bean 
class="org.apache.servicecomb.foundation.metrics.MetricsServoRegistry">
-       </bean>
+  <bean class="org.apache.servicecomb.foundation.metrics.MetricsConfig">
+  </bean>
 </beans>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to