projects
/
demoscenemusic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
407cdff
)
Remove dependency on nekohtml.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 26 Jul 2012 11:54:12 +0000
(13:54 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 26 Jul 2012 11:54:12 +0000
(13:54 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
455826a
..
413ca05
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-39,12
+39,7
@@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <version>4.1.3</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.nekohtml</groupId>
- <artifactId>nekohtml</artifactId>
- <version>1.9.15</version>
+ <version>4.2.1</version>
</dependency>
</dependencies>
<build>