aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/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 /sonar-batch/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 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 8fcf5b43847..9e95782e6d3 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.sonar</groupId>
@@ -9,7 +10,6 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-batch</artifactId>
- <packaging>jar</packaging>
<name>Sonar :: Batch</name>
<dependencies>
@@ -23,6 +23,10 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-home</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-java-api</artifactId>
</dependency>
<dependency>