Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 0bc42f47f -> e24153bd6
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/e24153bd Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e24153bd Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e24153bd Branch: refs/heads/3.1.x-fixes Commit: e24153bd656e056a11fabe84569466df1663c8b6 Parents: 0bc42f4 Author: Sergey Beryozkin <[email protected]> Authored: Wed Mar 29 16:45:38 2017 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Mar 29 16:46:22 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/e24153bd/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 33dce7e..e868b91 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 @@ -43,10 +43,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/e24153bd/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 5c8295d..96a5e30 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 @@ -63,10 +63,6 @@ <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-jdk14</artifactId> - </dependency> </dependencies> <profiles> <profile>
