{"id":19368597,"url":"https://github.com/ghusta/tomcat-provided-spec-bom","last_synced_at":"2025-08-10T00:14:41.269Z","repository":{"id":148621543,"uuid":"68923976","full_name":"ghusta/tomcat-provided-spec-bom","owner":"ghusta","description":"BOM for Apache Tomcat 7.0.x / 8.0.x / 8.5.x / 9.0.x","archived":false,"fork":false,"pushed_at":"2021-06-18T08:12:34.000Z","size":9,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:40.910Z","etag":null,"topics":["maven","maven-bom","tomcat"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-22T13:28:57.000Z","updated_at":"2020-05-26T20:08:10.000Z","dependencies_parsed_at":"2023-05-20T17:45:20.332Z","dependency_job_id":null,"html_url":"https://github.com/ghusta/tomcat-provided-spec-bom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghusta/tomcat-provided-spec-bom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Ftomcat-provided-spec-bom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Ftomcat-provided-spec-bom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Ftomcat-provided-spec-bom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Ftomcat-provided-spec-bom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghusta","download_url":"https://codeload.github.com/ghusta/tomcat-provided-spec-bom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Ftomcat-provided-spec-bom/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269656002,"owners_count":24454571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["maven","maven-bom","tomcat"],"created_at":"2024-11-10T08:07:07.455Z","updated_at":"2025-08-10T00:14:41.207Z","avatar_url":"https://github.com/ghusta.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maven BOM for Tomcat 8.5 provided dependencies\n\nA Maven BOM to simplify dependencies management in your webapp.\n\n## Provided specifications\n\n- Servlet 3.1 - [JSR 340](https://jcp.org/en/jsr/detail?id=340)\n- JSP 2.3 - [JSR 245](http://jcp.org/en/jsr/detail?id=245)\n- EL 3.0 - [JSR 341](http://jcp.org/en/jsr/detail?id=341)\n- WebSocket 1.1 - [JSR 356](https://jcp.org/en/jsr/detail?id=356)\n- JASPIC 1.1 - [JSR 196](https://jcp.org/en/jsr/detail?id=196)\n\nThe versions used are summarized here :\n[Apache Tomcat Versions](http://tomcat.apache.org/whichversion.html)\n\nSpecifications used with Tomcat versions are detailed here :\n[Specifications](https://wiki.apache.org/tomcat/Specifications)\n\n## Usage\n\nThe BOM must be imported as scope \"import\" with the \"pom\" type, in the dependencyManagement section. \n\n    \u003cdependencyManagement\u003e\n        \u003cdependencies\u003e\n            \u003cdependency\u003e\n                \u003cgroupId\u003efr.husta.tomcat\u003c/groupId\u003e\n                \u003cartifactId\u003etomcat-provided-spec-bom\u003c/artifactId\u003e\n                \u003cversion\u003e8.5\u003c/version\u003e\n                \u003ctype\u003epom\u003c/type\u003e\n                \u003cscope\u003eimport\u003c/scope\u003e\n            \u003c/dependency\u003e\n        \u003c/dependencies\u003e\n    \u003c/dependencyManagement\u003e\n\nThen, simply import the needed dependency without specifying the version.\n\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ejavax.servlet\u003c/groupId\u003e\n            \u003cartifactId\u003ejavax.servlet-api\u003c/artifactId\u003e\n            \u003cscope\u003eprovided\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\n## Maven documentation\n\nAbout the _\"bill of materials\"_ (BOM) : [Introduction to the Dependency Mechanism](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies)\n\nAnother example of BOM usage with Spring Framework : http://platform.spring.io/platform/#quick-start\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Ftomcat-provided-spec-bom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghusta%2Ftomcat-provided-spec-bom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Ftomcat-provided-spec-bom/lists"}