MVN

tomcat : tomcat-parent

Maven & Gradle

Sep 11, 2007

Tomcat parent pom

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-parent</artifactId>
    <version>5.5.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tomcat : tomcat-parent to add to Maven - Latest Versions:

  • Latest Stable: 5.5.23

All Versions

Choose a version of tomcat : tomcat-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
5.5.x
tomcat-parent-5.5.23
tomcat-parent-5.5.15

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>tomcat</groupId>
    <artifactId>tomcat-parent</artifactId>
    <version>5.5.23</version>
</dependency>

Advertisement