Commons DBCP.
Commons Database Connection Pooling.
Here is the list of declaration for commons-dbcp. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> </dependency>
If you think this Maven repository POM file listing for commons-dbcp is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Apache License.
The commons-dbcp-1.4 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Data Structure | commons-pool 1.5.4 Commons Object Pooling Library | 37 |
JUnit | junit 3.8.2 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 555 |
Log | commons-logging 1.1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 1143 |
The following table lists the most popular artifacts which are depending on commons-dbcp-1.4. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
ORM | mybatis 3.1.0 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 24 |
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
JDBC | druid 0.2.25 An JDBC datasource implementation. | 5 |
ORM | mybatis 3.1.1 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 17 |
Library | AnalyzerBeans-core 0.20 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 17 |
JDBC | druid 0.2.10 An JDBC datasource implementation. | 5 |
ORM | mybatis 3.2.6 The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over objec... | 12 |
Library | AnalyzerBeans-core 0.11 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 8 |
Library | nutz 1.b.40 Nutz, which is a collections of lightweight frameworks, each of them can be used independently | 7 |
Library | AnalyzerBeans-core 0.15 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 9 |
JDBC | druid 1.0.4 An JDBC datasource implementation. | 5 |
Development | api-common 1.1 Common functions for the APIs used by YAMJ | 6 |
Library | AnalyzerBeans-core 0.17 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 15 |
JDBC | druid 0.2.8 An JDBC datasource implementation. | 17 |
Library | AnalyzerBeans-core 0.9 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 9 |
Library | AnalyzerBeans-core 0.21 Core module of AnalyzerBeans, provides a bare-bones engine for composing and executing AnalyzerBeans jobs | 17 |
Library | nutz 1.b.47 Nutz, which is a collections of lightweight frameworks, each of them can be used independently | 13 |
The following plugins are used in the commons-dbcp-1.4.jar
The following packages are defined in the commons-dbcp-1.4.jar
org.apache.commons.dbcp org.apache.commons.dbcp.cpdsadapter org.apache.commons.dbcp.datasources org.apache.commons.dbcp.managed org.apache.commons.jocl
Here is the content of the POM file.
<?xml version="1.0"?> <!-- 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>12</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <version>1.4</version> <name>Commons DBCP</name> <inceptionYear>2001</inceptionYear> <description>Commons Database Connection Pooling</description> <url>http://commons.apache.org/dbcp/</url> <distributionManagement> <site> <id>people.apache.org</id> <name>Commons DBCP</name> <url>scp://people.apache.org/www/commons.apache.org/dbcp</url> </site> </distributionManagement> <issueManagement> <system>jira</system> <url>http://issues.apache.org/jira/browse/DBCP</url> </issueManagement> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/dbcp/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/dbcp/trunk</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/dbcp/trunk</url> </scm> <contributors> <contributor> <name>Todd Carmichael</name> <email>toddc@concur.com</email> </contributor> <contributor> <name>Wayne Woodfield</name> </contributor> <contributor> <name>Dain Sundstrom</name> <email>dain@apache.org</email> </contributor> <contributor> <name>Philippe Mouawad</name> </contributor> </contributors> <dependencies> <dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> <version>1.5.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> <scope>test</scope> </dependency> <!-- For managed connections --> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jta_1.1_spec</artifactId> <version>1.1.1</version> <optional>true</optional> </dependency> <!-- tomcat naming jars for jndi reference tests --> <dependency> <groupId>tomcat</groupId> <artifactId>naming-common</artifactId> <version>5.0.28</version> <scope>test</scope> </dependency> <dependency> <groupId>tomcat</groupId> <artifactId>naming-java</artifactId> <version>5.0.28</version> <scope>test</scope> </dependency> <!-- dragged in by tomcat-naming jars - only for jndi tests --> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <scope>test</scope> </dependency> <!-- for testing of managed connections --> <dependency> <groupId>org.apache.geronimo.modules</groupId> <artifactId>geronimo-transaction</artifactId> <version>1.2-beta</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.6</maven.compile.source> <maven.compile.target>1.6</maven.compile.target> <commons.componentid>dbcp</commons.componentid> <commons.release.version>1.4</commons.release.version> <commons.jira.id>DBCP</commons.jira.id> <commons.jira.pid>12310469</commons.jira.pid> </properties> <build> <sourceDirectory>src/java</sourceDirectory> <testSourceDirectory>src/test</testSourceDirectory> <resources> <resource> <directory>src/test</directory> <includes> <include>testpool.jocl</include> </includes> </resource> <resource> <directory>.</directory> <targetPath>META-INF</targetPath> <includes> <include>NOTICE.txt</include> <include>LICENSE.txt</include> </includes> </resource> </resources> <testResources> <testResource> <directory>${basedir}/src/test</directory> <includes> <include>testpool.jocl</include> </includes> </testResource> </testResources> <plugins> <!-- Specify cobertura version for "cobertura:cobertura" goal --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <reportFormat>plain</reportFormat> <excludes> <!-- Test support files --> <exclude>**/Tester*.java</exclude> <!-- Exclude nested classes which Surefire cannot handle --> <exclude>**/Test*$*.java</exclude> </excludes> </configuration> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> <descriptor>src/assembly/bin.xml</descriptor> <descriptor>src/assembly/src.xml</descriptor> </descriptors> <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>2.1</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort> <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.4</version> <configuration> <links> <link>http://java.sun.com/j2se/1.5.0/docs/api</link> <link>http://commons.apache.org/pool/api-1.5.4</link> <link>http://java.sun.com/j2ee/sdk_1.3/techdocs/api</link> </links> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.0</version> <configuration> <xmlPath>${basedir}/xdocs/changes.xml</xmlPath> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> <template>dbcp-release-notes.vm</template> <templateDirectory>src/template</templateDirectory> </configuration> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.1</version> <configuration> <configLocation>${basedir}/checkstyle.xml</configLocation> <enableRulesSummary>false</enableRulesSummary> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.4</version> <configuration> <rulesets> <ruleset>checkstyle.xml</ruleset> </rulesets> <targetJdk>${maven.compile.target}</targetJdk> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.2.2</version> <configuration> <comparisonVersion>1.2.2</comparisonVersion> <minSeverity>info</minSeverity> </configuration> </plugin> </plugins> </reporting> </project>