<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.grlea.log.adapters</groupId>
  <artifactId>simple-log-sl4j</artifactId>
  <version>1.7</version>
  <packaging>jar</packaging>
  <name>Simple Log SL4J Adapter</name>
  <url>https://simple-log.dev.java.net/</url>
  <description>An adapter for using Simple Log within the SLF4J package.</description>
  <licenses>
    <license>
      <name>Apache Software License</name>
      <url>http://www.apache.org/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://simple-log.dev.java.net/source/browse/simple-log/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.grlea.log</groupId>
      <artifactId>simple-log</artifactId>
      <version>1.7</version>
    </dependency>
  </dependencies>
</project> 