cxf git commit: [CXF-7435] set test scope for logging dependency and use spring-boot-starter-logging

2017-07-03 Thread deki
Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 6736d0bb9 -> 67bc32587


[CXF-7435] set test scope for logging dependency and use 
spring-boot-starter-logging


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

Branch: refs/heads/3.1.x-fixes
Commit: 67bc32587210b9823798bdcab5ebdcc93a2a14f8
Parents: 6736d0b
Author: Dennis Kieselhorst 
Authored: Mon Jul 3 13:37:52 2017 +0200
Committer: Dennis Kieselhorst 
Committed: Mon Jul 3 13:41:17 2017 +0200

--
 integration/spring-boot/autoconfigure/pom.xml | 32 ++
 1 file changed, 14 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/67bc3258/integration/spring-boot/autoconfigure/pom.xml
--
diff --git a/integration/spring-boot/autoconfigure/pom.xml 
b/integration/spring-boot/autoconfigure/pom.xml
index d18aa47..8f07f01 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -111,26 +111,22 @@
 test
 
 
-   org.slf4j
-   jcl-over-slf4j
-   ${cxf.slf4j.version}
-   
-   
-   ch.qos.logback
-   logback-core
-   ${cxf.logback.classic.version}
+org.springframework.boot
+spring-boot-starter-logging
+${cxf.spring.boot.version}
+test
 
 
-   javax.el
-   javax.el-api
-   ${cxf.javax.el.version}
-   test
-   
-   
-  org.hibernate
-  hibernate-validator
-  ${cxf.hibernate.validator.version}
-  test
+javax.el
+javax.el-api
+${cxf.javax.el.version}
+test
+
+
+org.hibernate
+hibernate-validator
+${cxf.hibernate.validator.version}
+test
 
 
 



cxf git commit: [CXF-7435] set test scope for logging dependency and use spring-boot-starter-logging

2017-07-03 Thread deki
Repository: cxf
Updated Branches:
  refs/heads/master 3c8f552f6 -> 3855a20c6


[CXF-7435] set test scope for logging dependency and use 
spring-boot-starter-logging


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

Branch: refs/heads/master
Commit: 3855a20c6ab5dd29363833459f1718616275fc5e
Parents: 3c8f552
Author: Dennis Kieselhorst 
Authored: Mon Jul 3 13:37:52 2017 +0200
Committer: Dennis Kieselhorst 
Committed: Mon Jul 3 13:37:52 2017 +0200

--
 integration/spring-boot/autoconfigure/pom.xml | 32 ++
 1 file changed, 14 insertions(+), 18 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/cxf/blob/3855a20c/integration/spring-boot/autoconfigure/pom.xml
--
diff --git a/integration/spring-boot/autoconfigure/pom.xml 
b/integration/spring-boot/autoconfigure/pom.xml
index 16eb333..ca6a992 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -111,26 +111,22 @@
 test
 
 
-   org.slf4j
-   jcl-over-slf4j
-   ${cxf.slf4j.version}
-   
-   
-   ch.qos.logback
-   logback-core
-   ${cxf.logback.classic.version}
+org.springframework.boot
+spring-boot-starter-logging
+${cxf.spring.boot.version}
+test
 
 
-   javax.el
-   javax.el-api
-   ${cxf.javax.el.version}
-   test
-   
-   
-  org.hibernate
-  hibernate-validator
-  ${cxf.hibernate.validator.version}
-  test
+javax.el
+javax.el-api
+${cxf.javax.el.version}
+test
+
+
+org.hibernate
+hibernate-validator
+${cxf.hibernate.validator.version}
+test