blob: 79422bda20982b16adef38cd3f67cc5b8ad2c753 [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>assertj</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.assertj</artifactId>
<version>1.7.1-SNAPSHOT</version>
<packaging>eclipse-bundle-recipe</packaging>
<name>AssertJ</name>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.ebr</groupId>
<artifactId>ebr-maven-plugin</artifactId>
<configuration>
<!-- Exclude BigDecimals, as requested in CQ #9237 -->
<excludes>${recipe.excludes},org/assertj/core/internal/BigDecimals*</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>