Repository: zest-qi4j Updated Branches: refs/heads/develop 3a2f6c948 -> 9f02f2ca0
Build, minor edits Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/7b827e6e Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/7b827e6e Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/7b827e6e Branch: refs/heads/develop Commit: 7b827e6e0b15e9199249ce0721c145a2a7586472 Parents: 3a2f6c9 Author: Paul Merlin <[email protected]> Authored: Mon Jul 20 14:21:01 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Jul 20 14:21:01 2015 +0200 ---------------------------------------------------------------------- .../valueserialization-jackson/build.gradle | 2 +- .../src/test/resources/logback-test.xml | 34 ------------------- .../valueserialization-orgjson/build.gradle | 2 +- extensions/valueserialization-stax/build.gradle | 2 +- .../src/test/resources/logback-test.xml | 35 -------------------- 5 files changed, 3 insertions(+), 72 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7b827e6e/extensions/valueserialization-jackson/build.gradle ---------------------------------------------------------------------- diff --git a/extensions/valueserialization-jackson/build.gradle b/extensions/valueserialization-jackson/build.gradle index f821472..616e01b 100644 --- a/extensions/valueserialization-jackson/build.gradle +++ b/extensions/valueserialization-jackson/build.gradle @@ -29,7 +29,7 @@ dependencies { testCompile project(":org.qi4j.core:org.qi4j.core.testsupport") testRuntime project(":org.qi4j.core:org.qi4j.core.runtime") - testRuntime libraries.logback + testRuntime libraries.slf4j_simple } http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7b827e6e/extensions/valueserialization-jackson/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/extensions/valueserialization-jackson/src/test/resources/logback-test.xml b/extensions/valueserialization-jackson/src/test/resources/logback-test.xml deleted file mode 100644 index 22be2c1..0000000 --- a/extensions/valueserialization-jackson/src/test/resources/logback-test.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<configuration> - - <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%-5level %logger{24} - %msg%n</Pattern> - </layout> - </appender> - - <root level="info"> - <appender-ref ref="stdout" /> - </root> - - <logger name="org.qi4j.spi.value" level="trace"/> - <logger name="org.qi4j.test.value" level="trace"/> - <logger name="org.qi4j.stateserializer" level="trace"/> - -</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7b827e6e/extensions/valueserialization-orgjson/build.gradle ---------------------------------------------------------------------- diff --git a/extensions/valueserialization-orgjson/build.gradle b/extensions/valueserialization-orgjson/build.gradle index a06c1de..a919f4e 100644 --- a/extensions/valueserialization-orgjson/build.gradle +++ b/extensions/valueserialization-orgjson/build.gradle @@ -28,7 +28,7 @@ dependencies { testCompile project(":org.qi4j.core:org.qi4j.core.testsupport") testRuntime project(":org.qi4j.core:org.qi4j.core.runtime") - testRuntime libraries.logback + testRuntime libraries.slf4j_simple } http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7b827e6e/extensions/valueserialization-stax/build.gradle ---------------------------------------------------------------------- diff --git a/extensions/valueserialization-stax/build.gradle b/extensions/valueserialization-stax/build.gradle index c89c7a1..ea05136 100644 --- a/extensions/valueserialization-stax/build.gradle +++ b/extensions/valueserialization-stax/build.gradle @@ -29,7 +29,7 @@ dependencies { testCompile project(":org.qi4j.core:org.qi4j.core.testsupport") testRuntime project(":org.qi4j.core:org.qi4j.core.runtime") - testRuntime libraries.logback + testRuntime libraries.slf4j_simple } http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/7b827e6e/extensions/valueserialization-stax/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/extensions/valueserialization-stax/src/test/resources/logback-test.xml b/extensions/valueserialization-stax/src/test/resources/logback-test.xml deleted file mode 100644 index 199f328..0000000 --- a/extensions/valueserialization-stax/src/test/resources/logback-test.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<configuration> - - <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%-5level %logger{24} - %msg%n</Pattern> - </layout> - </appender> - - <root level="info"> - <appender-ref ref="stdout" /> - </root> - - <logger name="org.qi4j.spi.value" level="debug"/> - <logger name="org.qi4j.test.value" level="debug"/> - <logger name="org.qi4j.valueserializer" level="debug"/> - <logger name="org.qi4j.valueserialization" level="debug"/> - -</configuration> \ No newline at end of file
