Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5c7da8db authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Updated to SLF4J 1.7.2

- Replaced Java Commons Logging by jcl-over-slf4j
parent 7438d401
No related branches found
No related tags found
No related merge requests found
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<!-- JE: from original pom -->
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>5</version>
</parent>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
<name>Commons Logging</name>
<description>Commons Logging is a thin adapter allowing configurable bridging to other,
well known logging systems.</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://commons.apache.org/logging</url>
<distributionManagement>
<site>
<id>apache.website</id>
<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/logging/</url>
</site>
</distributionManagement>
</project>
File added
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.7.2</version>
</parent>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<packaging>jar</packaging>
<name>Java Commons Logging over SLF4J Module</name>
<!-- Copyright (c) 2004-2011 QOS.ch -->
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<url>http://www.slf4j.org</url>
<description>Implements the Java Commons Logging on top of SLF4J</description>
<dependencies />
</project>
No preview for this file type
......@@ -3,7 +3,7 @@
<parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-parent</artifactId>
<version>1.6.4</version>
<version>1.7.2</version>
</parent>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment