projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af77468
)
mvn update
author
Luke Owncloud
<owncloud@ohrt.org>
Wed, 11 Dec 2013 13:34:44 +0000
(14:34 +0100)
committer
Luke Owncloud
<owncloud@ohrt.org>
Wed, 11 Dec 2013 13:34:44 +0000
(14:34 +0100)
updated jackrabbit to 2.7.2
removed dependency to httpcommon, jackrabbit include implicit dependency
oc_framework/pom.xml
patch
|
blob
|
blame
|
history
diff --git
a/oc_framework/pom.xml
b/oc_framework/pom.xml
index
674c031
..
e811ffd
100755
(executable)
--- a/
oc_framework/pom.xml
+++ b/
oc_framework/pom.xml
@@
-30,15
+30,9
@@
</dependency>
<dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-webdav</artifactId>
- <version>2.
5
.2</version>
+ <version>2.
7
.2</version>
</dependency>
</dependencies>