Maven Repository - POM file for Log commons-logging-api 1.1 1.1

Summary

Logging.

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems..

Declaration

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

<dependency>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging-api</artifactId>
   <version>1.1</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: /LICENSE.txt.





Depends on

The commons-logging-api-1.1 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
JUnitjunit 3.8.1
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.
1966

Depended by

The following table lists the most popular artifacts which are depending on commons-logging-api-1.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Developmenttiles-core 2.0.5
Tiles Core Library, including basic implementation of the APIs.
13
Developmenttiles-api 2.1.2
Tiles APIs, containing interfaces and classes to interact with Tiles.
29
Web Frameworkjericho-html 3.1
Jericho HTML Parser is a java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
17
Developmenttiles-api 2.0.6
Tiles APIs, containing interfaces and classes to interact with Tiles.
13
Socialtwitter4j-core 4.0.2
A Java library for the Twitter API
18
XML Bindingxbean-reflect 3.8
xbean-reflect provides very flexible ways to create objects and graphs of objects for DI frameworks
6
JSPtiles-jsp 2.0.6
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
16
JSPtiles-jsp 2.0.4
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
5
Developmenttiles-api 2.0.5
Tiles APIs, containing interfaces and classes to interact with Tiles.
13
XML Bindingxbean-reflect 3.7
xbean-reflect provides very flexible ways to creat objects and graphs of objects for DI frameworks
10
JSPtiles-jsp 2.0.5
Tiles JSP support: Classes and tag libraries to use Tiles in a JSP environment.
13
Data Structurecommons-jci-fam 1.0
Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems and get notified about changes.
12
Logutil-log 1.0.8
Logger that provides i18n and varargs
25
Socialtwitter4j-core 3.0.3
A Java library for the Twitter API
8
Developmenttiles-core 2.1.2
Tiles Core Library, including basic implementation of the APIs.
30
Developmenttiles-core 2.0.6
Tiles Core Library, including basic implementation of the APIs.
18




Plugin

The following plugins are used in the commons-logging-api-1.1.jar

  1. maven-xdoc-plugin

Packages

The following packages are defined in the commons-logging-api-1.1.jar

org.apache.commons.logging
org.apache.commons.logging.impl

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>commons-logging</groupId>
  <artifactId>commons-logging-api</artifactId>
  <name>Logging</name>
  <version>1.1</version>
  <description>Commons Logging is a thin adapter allowing configurable bridging to other,
    well known logging systems.</description>
  <url>http://jakarta.apache.org/commons/logging/</url>
  <issueManagement>
    <url>http://issues.apache.org/jira/browse/LOGGING</url>
  </issueManagement>
  <ciManagement>
    <notifiers>
      <notifier>
        <configuration>
          <address>commons-dev@jakarta.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>
  <inceptionYear>2001</inceptionYear>
  <mailingLists>
    <mailingList>
      <name>Commons Dev List</name>
      <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
    </mailingList>
    <mailingList>
      <name>Commons User List</name>
      <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
      <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
      <archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
    </mailingList>
  </mailingLists>
  
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>/LICENSE.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</connection>
    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/</url>
  </scm>
  <organization>
    <name>The Apache Software Foundation</name>
    <url>http://jakarta.apache.org</url>
  </organization>
  <build>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-xdoc-plugin</artifactId>
        <version>1.9.2</version>
        <configuration>
          <optional>true</optional>
          <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)</comment>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
  <distributionManagement>
    <repository>
      <id>default</id>
      <name>Default Repository</name>
      <url>file:///www/jakarta.apache.org/builds/jakarta-commons/logging/</url>
    </repository>
    <site>
      <id>default</id>
      <name>Default Site</name>
      <url>scp://people.apache.org//www/jakarta.apache.org/commons/logging/</url>
    </site>
    <status>converted</status>
  </distributionManagement>
</project>