This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-log-webconsole.git
commit cb099768f166174b82a14af50cbcce8a25f120ff Author: Chetan Mehrotra <[email protected]> AuthorDate: Mon Feb 20 10:35:55 2017 +0000 SLING-6529 - Remove usage of org.json from Log WebConsole Module git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1783735 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +------- .../java/org/apache/sling/commons/log/webconsole/LogTestBase.java | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index d259b19..79bdd25 100644 --- a/pom.xml +++ b/pom.xml @@ -234,7 +234,7 @@ <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.webconsole</artifactId> - <version>4.2.0</version> + <version>4.3.0</version> </dependency> <!-- servlet API for the web console plugin --> @@ -329,12 +329,6 @@ <!-- Required for testing WebConsole Support --> <dependency> - <groupId>org.json</groupId> - <artifactId>json</artifactId> - <version>20070829</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.2.1</version> diff --git a/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java b/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java index 52efa97..10a05ce 100644 --- a/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java +++ b/src/test/java/org/apache/sling/commons/log/webconsole/LogTestBase.java @@ -99,7 +99,6 @@ public abstract class LogTestBase { mavenBundle("org.apache.felix", "org.apache.felix.scr").versionAsInProject(), mavenBundle("commons-io", "commons-io").versionAsInProject(), wrappedBundle(mavenBundle("commons-fileupload", "commons-fileupload").versionAsInProject()), - wrappedBundle(mavenBundle("org.json", "json").versionAsInProject()), LogTestBase.configAdmin(), addPaxExamSpecificOptions(), addCodeCoverageOption(), addDebugOptions(), addExtraOptions(), addDefaultOptions()); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
