From a69177bce453f299bcd15ecf1e125fdae1e3b9c4 Mon Sep 17 00:00:00 2001 From: davigonz Date: Thu, 25 Oct 2018 10:56:23 +0200 Subject: [PATCH] Delete jackrabbit dependencies and include OkHttp/Dav4Android ones --- LICENSE.md | 2 +- README.md | 4 +--- pom.xml | 6 ------ 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 2fb472bd..79dcde20 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,7 +2,7 @@ ownCloud Android Library is available under MIT license -Copyright (C) 2016 ownCloud GmbH. +Copyright (C) 2018 ownCloud GmbH. Copyright (C) 2012 Bartek Przybylski Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 715e2f3b..7a29cb82 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,7 @@ ownCloud Android Library is available under MIT license. See the file LICENSE.md #### Third party libraries -ownCloud Android Library uses Apache JackRabbit, version 2.2.5. Copyright (C) 2004-2010 The Apache Software Foundation. Licensed under Apache License, Version 2.0. - -Apache JackRabbit depends on Commons HTTPClient version 3.1 and SLF4j version 1.7.5; both included also. Copyright (C) 2004-2010 The Apache Software Foundation. Licensed under Apache License, Version 2.0. +ownCloud Android Library uses OkHttp version 3.10, licensed under Apache License and version 2.0. Besides, it uses Dav4Android, licensed under Mozilla Public License, v. 2.0 ### Compatibility diff --git a/pom.xml b/pom.xml index 4690784f..5c4bdaad 100644 --- a/pom.xml +++ b/pom.xml @@ -29,12 +29,6 @@ provided - - org.apache.jackrabbit - jackrabbit-webdav - 2.7.2 - -