Repository: camel Updated Branches: refs/heads/master a30f7bd5b -> ba1ffc5c5
CAMEL-10217: Removed logging implementation from compile scope in jbpm, jt400, scr, spark-rest Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ba1ffc5c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ba1ffc5c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ba1ffc5c Branch: refs/heads/master Commit: ba1ffc5c51d8b93f1da0786461d3e70c90d1f77d Parents: a30f7bd Author: Nicola Ferraro <ni.ferr...@gmail.com> Authored: Fri Aug 5 15:12:14 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Aug 7 15:14:52 2016 +0200 ---------------------------------------------------------------------- components/camel-jbpm/pom.xml | 1 + components/camel-jt400/pom.xml | 1 + components/camel-scr/pom.xml | 2 ++ components/camel-spark-rest/pom.xml | 6 ++++++ 4 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ba1ffc5c/components/camel-jbpm/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jbpm/pom.xml b/components/camel-jbpm/pom.xml index fa5f2d6..ed0a7f6 100644 --- a/components/camel-jbpm/pom.xml +++ b/components/camel-jbpm/pom.xml @@ -86,6 +86,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.apache.camel</groupId> http://git-wip-us.apache.org/repos/asf/camel/blob/ba1ffc5c/components/camel-jt400/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jt400/pom.xml b/components/camel-jt400/pom.xml index b135b0a..9d40660 100644 --- a/components/camel-jt400/pom.xml +++ b/components/camel-jt400/pom.xml @@ -59,6 +59,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/camel/blob/ba1ffc5c/components/camel-scr/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-scr/pom.xml b/components/camel-scr/pom.xml index 3730380..4b821cb 100644 --- a/components/camel-scr/pom.xml +++ b/components/camel-scr/pom.xml @@ -61,10 +61,12 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> + <scope>test</scope> </dependency> <!-- testing --> http://git-wip-us.apache.org/repos/asf/camel/blob/ba1ffc5c/components/camel-spark-rest/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spark-rest/pom.xml b/components/camel-spark-rest/pom.xml index 69626a4..2ff1456 100644 --- a/components/camel-spark-rest/pom.xml +++ b/components/camel-spark-rest/pom.xml @@ -44,6 +44,12 @@ <groupId>com.sparkjava</groupId> <artifactId>spark-core</artifactId> <version>${spark-rest-version}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + </exclusion> + </exclusions> </dependency> <!-- avoid mixed versions of jetty as spark-rest requires jetty 9 -->