diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-27 10:50:00 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-27 17:41:04 +0100 |
commit | edb5e139309f4ce46a9dcd30813ae7a56b9761a1 (patch) | |
tree | 492317efaee78eee8f52f5e5e6cc50aa6139a437 /sonar-batch/pom.xml | |
parent | 746d948321ab881fe0e6d907db43b2d69877509c (diff) | |
download | sonarqube-edb5e139309f4ce46a9dcd30813ae7a56b9761a1.tar.gz sonarqube-edb5e139309f4ce46a9dcd30813ae7a56b9761a1.zip |
SONAR-6088 Remove old preview/h2 mode
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index c7f63892495..6a1cae560b1 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -119,11 +119,6 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <!-- local database --> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - </dependency> - <dependency> <groupId>com.github.kevinsawicki</groupId> <artifactId>http-request</artifactId> </dependency> @@ -154,6 +149,12 @@ <scope>test</scope> </dependency> <dependency> + <!-- local database --> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.google.code.bean-matchers</groupId> <artifactId>bean-matchers</artifactId> <scope>test</scope> |