forked from uPortal-Project/uPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
55 lines (47 loc) · 1.75 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
#
# 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
gradleVersion=3.0
sourceCompatibility=1.8
targetCompatibility=1.8
servletApiDependency=javax.servlet:servlet-api:2.5
portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0
# Dependency Versions
commonsIoVersion=2.5
commonsLang3Version=3.4
ehcacheVersion=2.6.8
ehcacheSpringAnnotationsVersion=1.2.0
guavaVersion=16.0.1
hibernateVersion=4.2.19.Final
httpclientVersion=4.5.2
jasyptVersion=1.9.2
jjwtVersion=0.6.0
slf4jVersion=1.7.21
springVersion=3.2.9.RELEASE