Skip to content

Commit

Permalink
ZBUG-1174: Web client does not show UTF-8 "Quoted-Printable"
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshpawar1 committed Nov 20, 2019
1 parent d495ca9 commit 02f4232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion store/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
<ivy:install organisation="asm" module="asm" revision="3.3.1" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="oauth" module="oauth" revision="1.4" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.tika" module="tika-core" revision="1.22" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.owasp.antisamy" module="antisamy" revision="1.5.3" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.xmlgraphics" module="batik-css" revision="1.7" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.w3c.css" module="sac" revision="1.3" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
<ivy:install organisation="org.apache.xmlgraphics" module="batik-i18n" revision="1.9" settingsRef="dev.settings" from="chain-resolver" to="build-tmp" overwrite="true" transitive="true" type="jar"/>
Expand Down
4 changes: 3 additions & 1 deletion store/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
<dependency org="org.apache.commons" name="commons-rng-simple" rev="1.0"/>
<dependency org="com.google.javascript" name="closure-compiler" rev="v20180204"/>
<dependency org="com.github.zafarkhaja" name="java-semver" rev="0.9.0"/>
<dependency org="org.owasp.antisamy" name="antisamy" rev="1.5.3"/>
<!--Build uses the custom version 1.5.8z of antisamy lib.
Not updating custom version here as the version 1.5.8 is only used for compilation.-->
<dependency org="org.owasp.antisamy" name="antisamy" rev="1.5.8"/>
<dependency org="org.apache.xmlgraphics" name="batik-css" rev="1.7"/>
<dependency org="org.w3c.css" name="sac" rev="1.3"/>
<dependency org="org.apache.xmlgraphics" name="batik-i18n" rev="1.9"/>
Expand Down

0 comments on commit 02f4232

Please sign in to comment.