diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-23 11:42:48 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-03-23 13:23:00 +0100 |
commit | 3e016847302d921da2116dbd9daf6e71f3a201bf (patch) | |
tree | b883976156a7bbed609aed766be1bcbd4d494d3f /server/sonar-server/pom.xml | |
parent | 31131ead58d8a4d303a356ca960f14f8c69bc7ee (diff) | |
download | sonarqube-3e016847302d921da2116dbd9daf6e71f3a201bf.tar.gz sonarqube-3e016847302d921da2116dbd9daf6e71f3a201bf.zip |
SONAR-7428 Remove sonar-views-bridge
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index afa1b8f5c17..36880dd10cd 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -171,10 +171,6 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>sonar-views-bridge</artifactId> - </dependency> - <dependency> - <groupId>${project.groupId}</groupId> <artifactId>sonar-dev-cockpit-bridge</artifactId> </dependency> <dependency> |