forked from cloudfoundry/uaa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shared_versions.gradle
38 lines (38 loc) · 1.14 KB
/
shared_versions.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
ext {
apacheLdapApiVersion = '1.0.0-M22'
aspectJVersion = '1.6.9'
bcpkixVersion = '1.47'
cglibVersion = '2.2.2'
commonsHttpClientVersion = '4.3.3'
commonsLoggingVersion = '1.2'
flywayVersion = '4.0'
guavaVersion = '19.0'
hamcrestVersion = '1.3'
hibernateValidatorVersion = '4.3.1.Final'
hsqldbVersion = '2.3.1'
jacksonVersion = '2.5.3'
javamailVersion = '1.4.7'
jsonPathVersion = '2.1.0'
jstlVersion = '1.2'
junitVersion = '4.11'
mariaDBClientVersion = '1.1.8'
mockitoVersion = '1.8.5'
passayVersion = '1.0'
postgresqlVersion = '9.1-901.jdbc3'
scimSDKVersion = '1.6.0'
servletVersion = '3.1.0'
slf4jVersion = '1.7.7'
snakeYamlVersion = '1.12'
springVersion = '4.2.2.RELEASE'
springSecurityVersion = '4.0.3.RELEASE'
springSecurityJwtVersion = '1.0.4.RELEASE'
springSecurityOAuthVersion = '2.0.8.RELEASE'
springSecurityLdapVersion = '2.0.3.RELEASE'
springSecuritySamlVersion = '1.0.1.RELEASE'
springRetryVersion = '1.0.2.RELEASE'
thymeleafVersion = '2.1.2.RELEASE'
thymeleafDialectVersion = '1.2.3'
thymeleafExtrasVersion = '2.1.1.RELEASE'
tomcatVersion = '7.0.61'
validationAPIVersion = '1.0.0.GA'
}