Skip to content

Commit

Permalink
Add tomcat.version property to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 4, 2024
1 parent f21dc10 commit 44a6d1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,13 @@ spring-web = { module = "org.springframework:spring-web", version.ref = "spring-
spring-webmvc = { module = "org.springframework:spring-webmvc", version.ref = "spring-framework" }
spring-websocket = { module = "org.springframework:spring-websocket", version.ref = "spring-framework" }
standard-taglib = { module = "org.apache.taglibs:taglibs-standard-impl", version.ref = "standard-taglib" }
tomcat-annotations-api = { module = "org.apache.tomcat:tomcat-annotations-api", version.ref = "tomcat" }
tomcat-jdbc = { module = "org.apache.tomcat:tomcat-jdbc", version.ref = "tomcat" }
tomcat-jsp-api = { module = "org.apache.tomcat:tomcat-jsp-api", version.ref = "tomcat" }
tomcat-embed-core = { module = "org.apache.tomcat.embed:tomcat-embed-core", version.ref = "tomcat" }
tomcat-embed-el = { module = "org.apache.tomcat.embed:tomcat-embed-el", version.ref = "tomcat" }
tomcat-embed-jasper = { module = "org.apache.tomcat.embed:tomcat-embed-jasper", version.ref = "tomcat" }
tomcat-embed-websocket = { module = "org.apache.tomcat.embed:tomcat-embed-websocket", version.ref = "tomcat" }
xhtmlrenderer = { module = "org.xhtmlrenderer:core-renderer", version.ref = "xhtmlrenderer" }

[bundles]
Expand All @@ -236,4 +240,5 @@ micronaut-spring = ["micronaut-spring", "micronaut-spring-annotation", "micronau
spock = ["spock-core", "spock-spring"]
spring-boot = ["spring-boot-dependencies"]
spring-framework = ["spring-framework-bom"]
snakeyaml = ["snakeyaml"]
snakeyaml = ["snakeyaml"]
tomcat = ["tomcat-annotations-api", "tomcat-jdbc", "tomcat-jsp-api", "tomcat-embed-core", "tomcat-embed-el", "tomcat-embed-jasper", "tomcat-embed-websocket"]

0 comments on commit 44a6d1d

Please sign in to comment.