Skip to content

Commit

Permalink
Add documentation info content encoding error issue (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiconandsilva committed Mar 28, 2023
1 parent 7943cad commit e7245a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,19 @@ dependencies {
}
configurations.all {
exclude group: "org.zkoss.zk", module: "zkwebfragment"
exclude group: "org.slf4j", module: "slf4j-jdk14"
}
```
> **Warning**:
> It's important to exclude `zkwebfragment` dependency otherwise it might cause conflicts in the deployed war.
> See [Deploy WAR to Apache Tomcat: Content Encoding Error](https://github.com/groovyzk/grailszk/issues/20)
gradle.properties (see available versions):

```properties
zkVersion=9.6.0.1
grailszkVersion=4.2.0
grailszkVersion=4.2.3
```

### Spring Security
Expand Down

0 comments on commit e7245a6

Please sign in to comment.