"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-bom/pom.xml" (28 Dec 2021, 7207 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "pom.xml": 2.12.3_vs_2.12.4.

    1 <?xml version="1.0" encoding="UTF-8"?>
    2 <!--
    3   Licensed to the Apache Software Foundation (ASF) under one or more
    4   contributor license agreements. See the NOTICE file distributed with
    5   this work for additional information regarding copyright ownership.
    6   The ASF licenses this file to You under the Apache license, Version 2.0
    7   (the "License"); you may not use this file except in compliance with
    8   the License. You may obtain a copy of the License at
    9 
   10        http://www.apache.org/licenses/LICENSE-2.0
   11 
   12   Unless required by applicable law or agreed to in writing, software
   13   distributed under the License is distributed on an "AS IS" BASIS,
   14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   15   See the license for the specific language governing permissions and
   16   limitations under the license.
   17   -->
   18 <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/xsd/maven-4.0.0.xsd">
   19   <parent>
   20     <groupId>org.apache.logging</groupId>
   21     <artifactId>logging-parent</artifactId>
   22     <version>1</version>
   23   </parent>
   24   <modelVersion>4.0.0</modelVersion>
   25   <name>Apache Log4j BOM</name>
   26   <description>Apache Log4j Bill of Materials</description>
   27   <groupId>org.apache.logging.log4j</groupId>
   28   <artifactId>log4j-bom</artifactId>
   29   <version>2.12.4</version>
   30   <packaging>pom</packaging>
   31   <dependencyManagement>
   32     <dependencies>
   33       <!-- Log4j API -->
   34       <dependency>
   35         <groupId>org.apache.logging.log4j</groupId>
   36         <artifactId>log4j-api</artifactId>
   37         <version>${project.version}</version>
   38       </dependency>
   39       <!-- Core Log4j -->
   40       <dependency>
   41         <groupId>org.apache.logging.log4j</groupId>
   42         <artifactId>log4j-core</artifactId>
   43         <version>${project.version}</version>
   44       </dependency>
   45       <!-- Legacy Log4j 1.2 API -->
   46       <dependency>
   47         <groupId>org.apache.logging.log4j</groupId>
   48         <artifactId>log4j-1.2-api</artifactId>
   49         <version>${project.version}</version>
   50       </dependency>
   51       <!-- Commons Logging Compatibility API -->
   52       <dependency>
   53         <groupId>org.apache.logging.log4j</groupId>
   54         <artifactId>log4j-jcl</artifactId>
   55         <version>${project.version}</version>
   56       </dependency>
   57       <!-- Apache Flume Bridge -->
   58       <dependency>
   59         <groupId>org.apache.logging.log4j</groupId>
   60         <artifactId>log4j-flume-ng</artifactId>
   61         <version>${project.version}</version>
   62       </dependency>
   63       <!-- JSP Tag Library -->
   64       <dependency>
   65         <groupId>org.apache.logging.log4j</groupId>
   66         <artifactId>log4j-taglib</artifactId>
   67         <version>${project.version}</version>
   68       </dependency>
   69       <!-- JMX GUI -->
   70       <dependency>
   71         <groupId>org.apache.logging.log4j</groupId>
   72         <artifactId>log4j-jmx-gui</artifactId>
   73         <version>${project.version}</version>
   74       </dependency>
   75       <!-- SLF4J Compatibility API -->
   76       <dependency>
   77         <groupId>org.apache.logging.log4j</groupId>
   78         <artifactId>log4j-slf4j-impl</artifactId>
   79         <version>${project.version}</version>
   80       </dependency>
   81       <!-- SLF4J 1.8.x Compatibility API -->
   82       <dependency>
   83         <groupId>org.apache.logging.log4j</groupId>
   84         <artifactId>log4j-slf4j18-impl</artifactId>
   85         <version>${project.version}</version>
   86       </dependency>
   87       <!-- SLF4J Adapter -->
   88       <dependency>
   89         <groupId>org.apache.logging.log4j</groupId>
   90         <artifactId>log4j-to-slf4j</artifactId>
   91         <version>${project.version}</version>
   92       </dependency>
   93       <!-- Application Service Support -->
   94       <dependency>
   95         <groupId>org.apache.logging.log4j</groupId>
   96         <artifactId>log4j-appserver</artifactId>
   97         <version>${project.version}</version>
   98       </dependency>
   99       <!-- Web Application Support -->
  100       <dependency>
  101         <groupId>org.apache.logging.log4j</groupId>
  102         <artifactId>log4j-web</artifactId>
  103         <version>${project.version}</version>
  104       </dependency>
  105       <!-- CouchDB Appender Plugin -->
  106       <dependency>
  107         <groupId>org.apache.logging.log4j</groupId>
  108         <artifactId>log4j-couchdb</artifactId>
  109         <version>${project.version}</version>
  110       </dependency>
  111       <!-- MongoDB 2 Appender Plugin -->
  112       <dependency>
  113         <groupId>org.apache.logging.log4j</groupId>
  114         <artifactId>log4j-mongodb2</artifactId>
  115         <version>${project.version}</version>
  116       </dependency>
  117       <!-- MongoDB 3 Appender Plugin -->
  118       <dependency>
  119         <groupId>org.apache.logging.log4j</groupId>
  120         <artifactId>log4j-mongodb3</artifactId>
  121         <version>${project.version}</version>
  122       </dependency>
  123       <!-- Cassandra Appender Plugin -->
  124       <dependency>
  125         <groupId>org.apache.logging.log4j</groupId>
  126         <artifactId>log4j-cassandra</artifactId>
  127         <version>${project.version}</version>
  128       </dependency>
  129       <!-- JPA Appender Plugin -->
  130       <dependency>
  131         <groupId>org.apache.logging.log4j</groupId>
  132         <artifactId>log4j-jpa</artifactId>
  133         <version>${project.version}</version>
  134       </dependency>
  135       <!-- Streaming API -->
  136       <dependency>
  137         <groupId>org.apache.logging.log4j</groupId>
  138         <artifactId>log4j-iostreams</artifactId>
  139         <version>${project.version}</version>
  140       </dependency>
  141       <!-- java.util.logging adapter -->
  142       <dependency>
  143         <groupId>org.apache.logging.log4j</groupId>
  144         <artifactId>log4j-jul</artifactId>
  145         <version>${project.version}</version>
  146       </dependency>
  147       <!-- java.util.logging adapter -->
  148       <dependency>
  149         <groupId>org.apache.logging.log4j</groupId>
  150         <artifactId>log4j-liquibase</artifactId>
  151         <version>${project.version}</version>
  152       </dependency>
  153       <!-- Docker support -->
  154       <dependency>
  155         <groupId>org.apache.logging.log4j</groupId>
  156         <artifactId>log4j-docker</artifactId>
  157         <version>${project.version}</version>
  158       </dependency>
  159       <!-- Spring Cloud Config Client -->
  160       <dependency>
  161         <groupId>org.apache.logging.log4j</groupId>
  162         <artifactId>log4j-spring-cloud-config-client</artifactId>
  163         <version>${project.version}</version>
  164       </dependency>
  165     </dependencies>
  166   </dependencyManagement>
  167   <build>
  168     <plugins>
  169       <plugin>
  170         <groupId>org.apache.maven.plugins</groupId>
  171         <artifactId>maven-site-plugin</artifactId>
  172         <version>3.7.1</version>
  173         <configuration>
  174           <skip>true</skip>
  175           <skipDeploy>true</skipDeploy>
  176         </configuration>
  177       </plugin>
  178       <!-- RAT report -->
  179       <plugin>
  180         <groupId>org.apache.rat</groupId>
  181         <artifactId>apache-rat-plugin</artifactId>
  182         <version>0.12</version>
  183       </plugin>
  184       <plugin>
  185         <groupId>org.apache.maven.plugins</groupId>
  186         <artifactId>maven-doap-plugin</artifactId>
  187         <version>1.2</version>
  188         <configuration>
  189           <skip>true</skip>
  190         </configuration>
  191       </plugin>
  192     </plugins>
  193   </build>
  194 
  195   <scm>
  196     <tag>log4j-2.12.4-rc1</tag>
  197   </scm>
  198 </project>