1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.codehaus.sonar</groupId>
7 <artifactId>sonar</artifactId>
8 <version>4.5-RC1</version>
11 <artifactId>sonar-home</artifactId>
13 <name>SonarQube :: Home</name>
14 <description>Access the user home directory that contains cache of files</description>
18 <groupId>commons-io</groupId>
19 <artifactId>commons-io</artifactId>
22 <groupId>org.slf4j</groupId>
23 <artifactId>slf4j-api</artifactId>
24 <optional>true</optional>
27 <groupId>com.google.code.findbugs</groupId>
28 <artifactId>jsr305</artifactId>
29 <scope>provided</scope>
32 <groupId>org.codehaus.sonar</groupId>
33 <artifactId>sonar-plugin-api</artifactId>
37 <groupId>junit</groupId>
38 <artifactId>junit</artifactId>
42 <groupId>org.hamcrest</groupId>
43 <artifactId>hamcrest-all</artifactId>
47 <groupId>org.easytesting</groupId>
48 <artifactId>fest-assert</artifactId>
52 <!-- used to compare results -->
53 <groupId>commons-codec</groupId>
54 <artifactId>commons-codec</artifactId>
58 <groupId>org.mockito</groupId>
59 <artifactId>mockito-core</artifactId>
63 <groupId>ch.qos.logback</groupId>
64 <artifactId>logback-classic</artifactId>