aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2015-05-28 16:20:52 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-06-05 12:09:03 +0200
commit93217fe761c5fa51a695133f9c0358ddb66f68e1 (patch)
treec0f08206f2fd56de2c0e50e1d97d9c0bccdb2c8c /pom.xml
parentb6630b9dc4d4011448bf650a359e1063288099a0 (diff)
downloadsonar-scanner-cli-93217fe761c5fa51a695133f9c0358ddb66f68e1.tar.gz
sonar-scanner-cli-93217fe761c5fa51a695133f9c0358ddb66f68e1.zip
SONARUNNER-132 Add support for offline mode
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a71f58a..527cbc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.codehaus.sonar-plugins</groupId>
<artifactId>parent</artifactId>
- <version>17</version>
+ <version>19</version>
</parent>
<groupId>org.codehaus.sonar.runner</groupId>
@@ -105,6 +105,11 @@
<version>2.6</version>
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
@@ -132,7 +137,7 @@
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-home</artifactId>
- <version>3.5</version>
+ <version>5.2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -148,7 +153,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>1.7.1</version>
+ <version>2.3</version>
</plugin>
</plugins>
</pluginManagement>