diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-01-19 11:44:16 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-01-25 15:26:49 +0100 |
commit | 2bcd1b062b5f26b9e325b3bd2b744d5c56704352 (patch) | |
tree | 83850c8ad43d2b09fb9b5f1ac1806bb7a7f94ad1 /server/sonar-server/pom.xml | |
parent | 3a9d42f4075e23448349b2f96c332fe6eae7a55b (diff) | |
download | sonarqube-2bcd1b062b5f26b9e325b3bd2b744d5c56704352.tar.gz sonarqube-2bcd1b062b5f26b9e325b3bd2b744d5c56704352.zip |
SONAR-6226 Create IdentityProvider API
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index e03b5d89805..aaaae163989 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -185,6 +185,7 @@ <groupId>${project.groupId}</groupId> <artifactId>sonar-dev-cockpit-bridge</artifactId> </dependency> + <!-- unit tests --> <dependency> <groupId>${project.groupId}</groupId> |