aboutsummaryrefslogtreecommitdiffstats
path: root/microbenchmark-template/pom.xml
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-09-08 17:48:53 +0200
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2015-09-17 09:30:51 +0200
commitaaf2651b94c2f15b3c47e482fe519a6b56e31256 (patch)
treeda32dad5520c94f981b802d40f3ae8e990421bad /microbenchmark-template/pom.xml
parentbac72033230c2ea0d1a99434376ae04ca05cf00e (diff)
downloadsonarqube-aaf2651b94c2f15b3c47e482fe519a6b56e31256.tar.gz
sonarqube-aaf2651b94c2f15b3c47e482fe519a6b56e31256.zip
SONAR-6821 WS qualityprofiles/search use protocol buffers to build response
Diffstat (limited to 'microbenchmark-template/pom.xml')
-rw-r--r--microbenchmark-template/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/microbenchmark-template/pom.xml b/microbenchmark-template/pom.xml
index 3a23a5b48a4..9aeaa598e29 100644
--- a/microbenchmark-template/pom.xml
+++ b/microbenchmark-template/pom.xml
@@ -28,7 +28,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>sonar-db</artifactId>
+ <artifactId>sonar-dbClient</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>