You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2017/03/22 16:31:11 UTC

cxf git commit: Ading slf4j dep back to the jaxrs spring demos

Repository: cxf
Updated Branches:
  refs/heads/master 19c72e204 -> db5c2ef07


Ading slf4j dep back to the jaxrs spring demos


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

Branch: refs/heads/master
Commit: db5c2ef0754e64175d0bbaaabfe256a7cf3204c5
Parents: 19c72e2
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Wed Mar 22 16:30:55 2017 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Wed Mar 22 16:30:55 2017 +0000

----------------------------------------------------------------------
 .../src/main/release/samples/jax_rs/spring_boot/pom.xml         | 4 ++++
 .../release/samples/jax_rs/spring_boot_scan/application/pom.xml | 5 ++++-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/db5c2ef0/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 f8d8562..1235abb 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,6 +44,10 @@
             <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/db5c2ef0/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 0e7fdde..224791b 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,7 +64,10 @@
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
         </dependency>
-        
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-jdk14</artifactId>
+        </dependency>
     </dependencies>
     <profiles>
         <profile>