Skip to content

Commit e4e82ff

Browse files
authored
Remove mentionings of guava (#303)
* Remove the guava dependency from README.md Signed-off-by: Sven Strickroth <email@cs-ware.de> * Remove guava also from the documentation Signed-off-by: Sven Strickroth <email@cs-ware.de> * Update RELEASE-checklist.sh to not contain guava any more Signed-off-by: Sven Strickroth <email@cs-ware.de> --------- Signed-off-by: Sven Strickroth <email@cs-ware.de>
1 parent 4870e56 commit e4e82ff

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A fast and easy to configure HTML Sanitizer written in Java which lets
77
you include HTML authored by third-parties in your web application while
88
protecting against XSS.
99

10-
The existing dependencies are on guava and JSR 305. The other jars
10+
The existing dependency is on JSR 305. The other jars
1111
are only needed by the test suite. The JSR 305 dependency is a
1212
compile-only dependency, only needed for annotations.
1313

RELEASE-checklist.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set -e
88

99

1010
# Make sure the build is ok via
11-
mvn -Dguava.version=27.0-jre -f aggregate clean verify javadoc:jar source:jar
1211
mvn -f aggregate clean verify jacoco:report site javadoc:jar source:jar
1312
mvn install
1413
mvn org.sonatype.ossindex.maven:ossindex-maven-plugin:audit -f aggregate

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)