diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 00:15:37 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-06-10 00:15:37 +0200 |
commit | d574f6dd70fefa9b2e9818c71ae58a51e934697c (patch) | |
tree | 76a7df2dc3c794c02fff45e9a517ccf560cc2351 /sonar-core/pom.xml | |
parent | 39bca3376660b2ad6edbd4ec9fabf527a16ffe78 (diff) | |
download | sonarqube-d574f6dd70fefa9b2e9818c71ae58a51e934697c.tar.gz sonarqube-d574f6dd70fefa9b2e9818c71ae58a51e934697c.zip |
SONAR-2507 Batch must load plugins without connecting to database
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 30c65d0db5e..509ab6b2ecc 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -38,6 +38,10 @@ </exclusions> </dependency> <dependency> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-update-center-common</artifactId> + </dependency> + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> </dependency> |