forked from cloudfoundry/uaa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared_versions.gradle
More file actions
41 lines (41 loc) · 1.24 KB
/
shared_versions.gradle
File metadata and controls
41 lines (41 loc) · 1.24 KB
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
39
40
41
ext {
apacheLdapApiVersion = '1.0.0-M22'
aspectJVersion = '1.6.9'
bcpkixVersion = '1.56'
bcprovVersion = '1.56'
cglibVersion = '2.2.2'
commonsHttpClientVersion = '4.3.6'
commonsLoggingVersion = '1.2'
flywayVersion = '4.0'
guavaVersion = '19.0'
hamcrestVersion = '1.3'
hibernateValidatorVersion = '4.3.1.Final'
hsqldbVersion = '2.3.1'
jacksonVersion = '2.8.7'
javamailVersion = '1.4.7'
jsonPathVersion = '2.2.0'
junitVersion = '4.12'
mariaDBClientVersion = '1.5.8'
mockitoVersion = '2.7.19'
passayVersion = '1.2.0'
postgresqlVersion = '42.0.0'
mssqlVersion = '6.1.0.jre8'
scimSDKVersion = '1.8.0'
servletVersion = '3.1.0'
slf4jVersion = '1.7.24'
snakeYamlVersion = '1.18'
springVersion = '4.3.6.RELEASE'
springSecurityVersion = '4.2.1.RELEASE'
springSecurityJwtVersion = '1.0.4.RELEASE'
springSecurityOAuthVersion = '2.0.11.RELEASE'
springSecurityLdapVersion = '2.1.0.RELEASE'
springSecuritySamlVersion = '1.0.2.RELEASE'
springRetryVersion = '1.1.5.RELEASE'
thymeleafVersion = '3.0.3.RELEASE'
thymeleafDialectVersion = '2.2.0'
thymeleafExtrasVersion = '3.0.2.RELEASE'
tomcatVersion = '8.0.41'
tomcatJdbcPoolVersion = '8.0.41'
tomcatContainerId = 'tomcat8x'
validationAPIVersion = '1.0.0.GA'
}