Repository: cxf
Updated Branches:
  refs/heads/master e0ed46f9f -> 1d1b318e5


Removing slf4j-jdk14 deps from jaxrs spring-boot demos for now again


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

Branch: refs/heads/master
Commit: 1d1b318e5de8c6e933b0ac38f11bfecce737c3bd
Parents: e0ed46f
Author: Sergey Beryozkin <sberyoz...@gmail.com>
Authored: Wed Mar 29 16:45:38 2017 +0100
Committer: Sergey Beryozkin <sberyoz...@gmail.com>
Committed: Wed Mar 29 16:45:38 2017 +0100

----------------------------------------------------------------------
 distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml | 4 ----
 .../release/samples/jax_rs/spring_boot_scan/application/pom.xml  | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/1d1b318e/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml 
b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
index 1235abb..f8d8562 100644
--- a/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/spring_boot/pom.xml
@@ -44,10 +44,6 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-        </dependency>
     </dependencies>
     <build>
         <finalName>${project.artifactId}</finalName>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1d1b318e/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
----------------------------------------------------------------------
diff --git 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
index 224791b..3b023d5 100644
--- 
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
+++ 
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
@@ -64,10 +64,6 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-        </dependency>
     </dependencies>
     <profiles>
         <profile>

Reply via email to