Skip to content

Commit 8e2b51b

Browse files
committed
Remove guava also from the documentation
Signed-off-by: Sven Strickroth <email@cs-ware.de>
1 parent f044b4e commit 8e2b51b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/getting_started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
If you are using Maven then follow the [maven](maven.md) directions to
66
add a dependency. Otherwise,
7-
[download prebuilt jars](https://search.maven.org/#artifactdetails%7Ccom.googlecode.owasp-java-html-sanitizer%7Cowasp-java-html-sanitizer%7C20180219.1%7Cjar)
7+
[download prebuilt jars](https://search.maven.org/artifact/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/)
88
or `git clone git@github.com:OWASP/java-html-sanitizer.git` and build
99
the latest source.
1010

11-
Unless maven is managing your CLASSPATH for you, you need to add both `owasp-java-html-sanitizer.jar` and the
12-
Guava JAR.
11+
Unless maven is managing your CLASSPATH for you, you need to add `owasp-java-html-sanitizer.jar`.
1312

1413
Once you have your CLASSPATH set up correctly with the relevant JARs
1514
you should be able to add

0 commit comments

Comments
 (0)