blob: 0da735b92d1845cd59d3e122d43d8147d5523425 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
<version>2.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-kernel</artifactId>
<name>XBean :: Kernel</name>
<version>2.4-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/ServiceManagerRegistryTest.*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>
</dependency>
</dependencies>
</project>