aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2018-04-12 18:31:48 +0200
committerSonarTech <sonartech@sonarsource.com>2018-04-12 20:20:49 +0200
commit3cc3a8e9e2c7e9b891db4b4a7486e67243186e3a (patch)
tree70ba871105246fe34d8cebf0ab4b5d132976239d /build.gradle
parent93f01b8b2d7e286650046b88eba63b03fb9fe6b2 (diff)
downloadsonarqube-3cc3a8e9e2c7e9b891db4b4a7486e67243186e3a.tar.gz
sonarqube-3cc3a8e9e2c7e9b891db4b4a7486e67243186e3a.zip
Revert "SONAR-6949 Increase crypted password size"
This reverts commit 8e3729ab43842b5f23c431afdd5153c75530aa1d.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 600c7e8ca26..15751f75c65 100644
--- a/build.gradle
+++ b/build.gradle
@@ -186,7 +186,6 @@ subprojects {
}
dependency 'org.freemarker:freemarker:2.3.20'
dependency 'org.hamcrest:hamcrest-all:1.3'
- dependency 'org.mindrot:jbcrypt:0.4'
dependency('org.mockito:mockito-core:2.15.0') {
exclude 'org.hamcrest:hamcrest-core'
}