File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
If you are using Maven then follow the [ maven] ( maven.md ) directions to
6
6
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/ )
8
8
or ` git clone git@github.com:OWASP/java-html-sanitizer.git ` and build
9
9
the latest source.
10
10
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 ` .
13
12
14
13
Once you have your CLASSPATH set up correctly with the relevant JARs
15
14
you should be able to add
You can’t perform that action at this time.
0 commit comments