projects
/
percentcodec
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439e01c
)
Abhängigkeiten in juplo-cachecontrol korrigiert
author
Kai Moritz
<kai@coolibri.de>
Mon, 26 Dec 2011 11:18:10 +0000
(12:18 +0100)
committer
Kai Moritz
<kai@coolibri.de>
Thu, 2 Aug 2012 07:03:25 +0000
(09:03 +0200)
cachecontrol/pom.xml
patch
|
blob
|
history
diff --git
a/cachecontrol/pom.xml
b/cachecontrol/pom.xml
index
24f2174
..
9fd31eb
100644
(file)
--- a/
cachecontrol/pom.xml
+++ b/
cachecontrol/pom.xml
@@
-54,6
+54,12
@@
<artifactId>httpunit</artifactId>
<version>${httpunit.version}</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>${pom.parent.groupId}</groupId>