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.3</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.3 has 9 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 |
XML Parser | xml-apis 1.3.04 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers ... | 88 |
The following table lists the most popular artifacts which are depending on commons-dbcp-1.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE | opencms-core 8.0.1 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. | 53 |
ORM | jackrabbit-core 2.4.1 Jackrabbit content repository implementation | 6 |
ORM | jackrabbit-core 2.7.0 Jackrabbit content repository implementation | 6 |
JEE | opencms-core 8.5.0 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. | 28 |
The following plugins are used in the commons-dbcp-1.3.jar
The following packages are defined in the commons-dbcp-1.3.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.3</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/branches/DBCP_1_3_BRANCH</developerConnection> <url>http://svn.apache.org/viewvc/commons/proper/dbcp/branches/DBCP_1_3_BRANCH</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</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> <!-- required under jdk 1.4 so jocl can have a sax parser --> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.04</version> <scope>test</scope> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.4.0</version> <scope>test</scope> </dependency> </dependencies> <properties> <maven.compile.source>1.4</maven.compile.source> <maven.compile.target>1.4</maven.compile.target> <commons.componentid>dbcp</commons.componentid> <commons.release.version>1.3</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.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> </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>