-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add logback-access as a relocated package
Signed-off-by: Ceki Gulcu <[email protected]>
- Loading branch information
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Logback LICENSE | ||
--------------- | ||
|
||
Logback: the reliable, generic, fast and flexible logging framework. | ||
Copyright (C) 1999-2015, QOS.ch. All rights reserved. | ||
|
||
This program and the accompanying materials are dual-licensed under | ||
either the terms of the Eclipse Public License v1.0 as published by | ||
the Eclipse Foundation | ||
|
||
or (per the licensee's choosing) | ||
|
||
under the terms of the GNU Lesser General Public License version 2.1 | ||
as published by the Free Software Foundation. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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"> | ||
|
||
|
||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>ch.qos.logback</groupId> | ||
<artifactId>logback-parent</artifactId> | ||
<version>1.5.7-SNAPSHPOT</version> | ||
</parent> | ||
|
||
<artifactId>logback-access</artifactId> | ||
<packaging>pom</packaging> | ||
|
||
<name>Logback Access Module Relocated</name> | ||
<description>logback-access module relocated to its own repository</description> | ||
<url>https://github.com/qos-ch/logback-access</url> | ||
|
||
|
||
<distributionManagement> | ||
<relocation> | ||
<groupId>ch.qos.logback.access</groupId> | ||
<artifactId>common</artifactId> | ||
<version>2.0.1</version> | ||
</relocation> | ||
</distributionManagement> | ||
|
||
|
||
</project> |