blob: d3424354cc6f8fb197d4ed2d936565bec3423fdd [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse.orbit.bundles</groupId>
<artifactId>logging</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.slf4j.api</artifactId>
<version>1.7.30-SNAPSHOT</version>
<packaging>eclipse-bundle-recipe</packaging>
<name>SLF4J API Module</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.ebr</groupId>
<artifactId>ebr-maven-plugin</artifactId>
<configuration>
<localLicenseFiles>
<SLF4J-LICENSE.txt>MIT License</SLF4J-LICENSE.txt>
</localLicenseFiles>
</configuration>
</plugin>
</plugins>
</build>
</project>