diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 12:43:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-05 12:43:45 +0100 |
commit | 7bf52372a4f63be30ae6513bae70d2f8b775e29b (patch) | |
tree | 459e8af8de426d1b4c320270b367962176390fc4 /sonar-core/pom.xml | |
parent | 5c6c22c2820f420428cb308a22c1a5262d0295e9 (diff) | |
download | sonarqube-7bf52372a4f63be30ae6513bae70d2f8b775e29b.tar.gz sonarqube-7bf52372a4f63be30ae6513bae70d2f8b775e29b.zip |
SONAR-2291 move management of file cache to the new module sonar-home
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 1ec0ff42482..249bf40f460 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -34,6 +34,10 @@ <artifactId>sonar-update-center-common</artifactId> </dependency> <dependency> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-home</artifactId> + </dependency> + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> |