Skip to content

Commit

Permalink
Don't force servlet-api dependency when using web-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Mar 16, 2024
1 parent 7c1eac2 commit 529e478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemesh-webfilter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ext.title = 'SiteMesh WebFilter'
description = 'SiteMesh WebFilter'

dependencies {
api 'jakarta.servlet:jakarta.servlet-api:6.0.0'
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.0.0'
api project(':sitemesh')
}

0 comments on commit 529e478

Please sign in to comment.