forked from uPortal-Project/uPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
124 lines (115 loc) · 3.46 KB
/
gradle.properties
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#
# Licensed to Apereo under one or more contributor license
# agreements. See the NOTICE file distributed with this work
# for additional information regarding copyright ownership.
# Apereo licenses this file to you under the Apache License,
# Version 2.0 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a
# copy of the License at the following location:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
# TODO: Change to org.apereo.portal
group=org.jasig.portal
version=5.8.3-SNAPSHOT
# Project Metadata (NB: copied from CAS; may or may not be used by us; review later)
projectUrl=https://www.apereo.org/projects/uPortal
projectInceptionYear=1999
projectScmUrl=scm:[email protected]:Jasig/uPortal.git
projectLicenseName=The Apache Software License, Version 2.0
projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
projectLicenseDistribution=repo
projectIssueSystem=GITHUB
projectIssueUrl=https://github.com/Jasig/uPortal/issues
servletApiDependency=javax.servlet:javax.servlet-api:3.0.1
portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0
# Dependency Versions
antVersion=1.10.9
awsVersion=1.11.880
apereoPortletUtilsVersion=1.1.3
aspectjVersion=1.9.6
casClientVersion=3.6.1
ccppVersion=1.0
bouncyVersion=1.66
cernunnosVersion=1.4.0
commonsBeanutilsVersion=1.9.4
commonsCliVersion=1.4
commonsCodecVersion=1.15
commonsCompressVersion=1.20
commonsIoVersion=2.8.0
commonsLangVersion=2.6
commonsLang3Version=3.11
commonsMath3Version=3.6.1
commonsPoolVersion=2.9.0
dom4jVersion=1.6.1
easymockVersion=4.2
ehcacheVersion=2.6.11
ehcacheJgroups3ReplicationVersion=1.7.4
ehcacheSpringAnnotationsVersion=1.2.0
googleVisualizationVersion=1.1.1
groovyVersion=3.0.6
grouperClientVersion=2.4.0
guavaVersion=27.1-jre
hamcrestVersion=1.3
hibernateVersion=4.2.21.Final
hibernateJpamodelgenVersion=1.3.0.Final
hsqldbVersion=2.5.0
httpclientVersion=4.5.13
httpcomponentsVersion=4.4.13
jacksonVersion=2.11.3
jansiVersion=1.11
javaxMailVersion=1.4.7
jasyptVersion=1.9.3
jaxb2basicsVersion=1.11.1
jgroupsVersion=3.6.20.Final
jjwtVersion=0.11.2
jodaTimeVersion=2.10.6
jodaTimeJsptagsVersion=1.1.1
jsonassertVersion=1.5.0
jsonLibExtSpringVersion=1.0.2
jsoupVersion=1.13.1
jspApiVersion=2.3.3
junitVersion=4.13.1
lesscssVersion=1.7.0.1.1
logbackVersion=1.2.3
lombokVersion=1.18.14
mockitoVersion=3.5.13
luceneVersion=8.6.3
nodejsVersion=12.18.0
oauthVersion=20100527
orgJsonVersion=20200518
personDirectoryVersion=1.8.11
plutoVersion=2.1.0-M3
resourceServerVersion=1.3.1
slf4jVersion=1.7.30
springVersion=4.3.29.RELEASE
spockVersion=2.0-M3-groovy-3.0
springfoxSwaggerVersion=2.9.2
springLdapVersion=2.3.3.RELEASE
springModulesCacheVersion=0.8
springSecurityVersion=4.2.19.RELEASE
springWebflowVersion=2.4.8.RELEASE
staxmateVersion=2.3.1
stringtemplateVersion=4.3.1
tikaVersion=1.24.1
usertypeVersion=3.1.0.GA
woodstoxVersion=5.3.0
xmlunitVersion=2.7.0
xstreamVersion=1.4.13
# webjar versions
bootstrapVersion=3.4.1
coreJsBundleVersion=3.6.1
regeneratorRuntimeVersion=0.13.2
jstreeVersion=3.3.9
webComponentPolyfillVersion=2.4.4
whatwgFetchPolyfillVersion=3.4.1
# gradle settings
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx2048M -XX\:MaxHeapSize\=32g