Maven Repository - POM file for JDBC tomcat-jdbc 7.0.34 7.0.34

Summary

Tomcat JDBC Pool Package.

Declaration

Here is the list of declaration for tomcat-jdbc. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.tomcat</groupId>
   <artifactId>tomcat-jdbc</artifactId>
   <version>7.0.34</version>
</dependency>

If you think this Maven repository POM file listing for tomcat-jdbc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:Apache License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The tomcat-jdbc-7.0.34 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logtomcat-juli 7.0.34
Tomcat Core Logging Package
7




Depended by

The following table lists the most popular artifacts which are depending on tomcat-jdbc-7.0.34. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JDBCdruid 0.2.25
An JDBC datasource implementation.
5
JDBCdruid 0.2.10
An JDBC datasource implementation.
5
JDBCdruid 1.0.4
An JDBC datasource implementation.
5

Packages

The following packages are defined in the tomcat-jdbc-7.0.34.jar

org.apache.tomcat.jdbc.naming
org.apache.tomcat.jdbc.pool
org.apache.tomcat.jdbc.pool.interceptor
org.apache.tomcat.jdbc.pool.jmx

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.apache.tomcat</groupId>
  <artifactId>tomcat-jdbc</artifactId>
  <version>7.0.34</version>
  <description>Tomcat JDBC Pool Package</description>
  <url>http://tomcat.apache.org/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.tomcat</groupId>
      <artifactId>tomcat-juli</artifactId>
      <version>7.0.34</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>