diff options
Diffstat (limited to 'microbenchmark-template/pom.xml')
-rw-r--r-- | microbenchmark-template/pom.xml | 2 |
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> |