forked from uPortal-Project/uPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
110 lines (103 loc) · 3.1 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
#
# 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.0.0-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:git@github.com:Jasig/uPortal.git
projectLicenseName=The Apache Software License, Version 2.0
projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
projectLicenseDistribution=repo
projectIssueSystem=JIRA
projectIssueUrl=https://issues.jasig.org/browse/UP
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.8.4
awsVersion=1.10.65
apereoPortletUtilsVersion=1.1.0
aspectjVersion=1.7.4
bootstrapVersion=3.3.7
casClientVersion=3.4.1
casServerVersion=3.5.2.1
ccppVersion=1.0
cernunnosVersion=1.2.2
commonsBeanutilsVersion=1.9.3
commonsCliVersion=1.3.1
commonsCodecVersion=1.9
commonsCollectionsVersion=3.2.2
commonsCompressVersion=1.8
commonsIoVersion=2.5
commonsLangVersion=2.6
commonsLang3Version=3.5
commonsMath3Version=3.2
commonsPoolVersion=1.6
dom4jVersion=1.6.1
easymockVersion=3.2
ehcacheVersion=2.6.8
ehcacheJgroups3ReplicationVersion=1.7.4
ehcacheSpringAnnotationsVersion=1.2.0
googleVisualizationVersion=1.1.1
groovyVersion=2.4.10
grouperClientVersion=1.6.3
guavaVersion=16.0.1
hamcrestVersion=1.3
hibernateVersion=4.2.19.Final
hibernateJpamodelgenVersion=1.2.0.Final
hsqldbVersion=2.3.2
httpclientVersion=4.5.2
httpcomponentsVersion=4.4.4
jacksonVersion=2.3.3
jansiVersion=1.11
javaxMailVersion=1.4.5
jasyptVersion=1.9.2
jaxb2basicsVersion=0.6.5.1
jgroupsVersion=3.6.13.Final
jjwtVersion=0.6.0
jlineVersion=2.11
jodaTimeVersion=2.3
jodaTimeJsptagsVersion=1.1.1
jsonassertVersion=1.2.3
jsonLibExtSpringVersion=1.0.2
jspApiVersion=2.2
junitVersion=4.12
lesscssVersion=1.3.3
logbackVersion=1.1.2
mockitoVersion=2.7.6
nodejsVersion=8.2.1
oauthVersion=20100527
orgJsonVersion=20090211
personDirectoryVersion=1.8.5
plutoVersion=2.1.0-M3
resourceServerVersion=1.0.46
slf4jVersion=1.7.21
springVersion=3.2.9.RELEASE
springLdapVersion=1.3.1.RELEASE
springModulesCacheVersion=0.8a
springSecurityVersion=3.2.10.RELEASE
springWebflowVersion=2.3.2.RELEASE
staxmateVersion=2.2.1
stringtemplateVersion=4.0.2
tikaVersion=1.5
usertypeVersion=3.1.0.GA
woodstoxVersion=4.3.0
xmlunitVersion=1.5
xstreamVersion=1.4.10