blob: fb2b4ae7fd943e12f667db4977c2179eb627fbfd [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.binding.simple</artifactId>
<version>1.7.30-SNAPSHOT</version>
<packaging>eclipse-bundle-recipe</packaging>
<name>SLF4J Simple Binding</name>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</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>