aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 12:43:45 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-05 12:43:45 +0100
commit7bf52372a4f63be30ae6513bae70d2f8b775e29b (patch)
tree459e8af8de426d1b4c320270b367962176390fc4 /pom.xml
parent5c6c22c2820f420428cb308a22c1a5262d0295e9 (diff)
downloadsonarqube-7bf52372a4f63be30ae6513bae70d2f8b775e29b.tar.gz
sonarqube-7bf52372a4f63be30ae6513bae70d2f8b775e29b.zip
SONAR-2291 move management of file cache to the new module sonar-home
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5386fca70ea..44946a65751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
<module>sonar-deprecated</module>
<module>sonar-duplications</module>
<module>sonar-graph</module>
+ <module>sonar-home</module>
<module>sonar-java-api</module>
<module>sonar-markdown</module>
<module>sonar-maven-plugin</module>
@@ -558,6 +559,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-home</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-graph</artifactId>
<version>${project.version}</version>
</dependency>
@@ -657,6 +663,11 @@
<version>10.0.1</version>
</dependency>
<dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ <version>1.3.9</version>
+ </dependency>
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.0.1</version>