forked from uPortal-Project/uPortal-start
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
93 lines (80 loc) · 2.69 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
version=5.0.0-SNAPSHOT
# Versions of Bundled Applications under `overlays/`
announcementsPortletVersion=2.4.6
basicltiPortletVersion=1.4.2
bookmarksPortletVersion=1.2.5
calendarPortletVersion=2.6.2
# Do not upgrade bundled CAS -- Quickstart Customizations
casServerVersion=3.6.0
casProxyTestPortletVersion=1.0.2
emailPreviewPortletVersion=2.3.0
esupFilemanagerPortletVersion=3.2.1-esco-patch5
feedbackPortletVersion=1.2.3
functionalTestsPortletVersion=1.1.4
jasigWidgetPortletVersion=2.3.1
newsReaderPortletVersion=5.0.4
notificationPortletVersion=4.7.3
# Required for very old front-end dependencies
resourceServerVersion=1.0.48
# Includes newer front-end dependencies and web components
resourceServer13Version=1.3.1
sakaiConnectorPortletVersion=1.5.2
simpleContentPortletVersion=3.3.2
uPortalVersion=5.12.0
weatherPortletVersion=1.1.7
webProxyPortletVersion=2.3.4
# portlet GIP
escoChangeEtablissementPortletVersion=3.1.0
esupLecturePortletVersion=3.0.3-esco-1.6.1
flashInfoPortletVersion=1.0.10
helpInfoPortletVersion=1.1.2
mediacentrePortletVersion=0.2.4
escoSympaPortletVersion=1.0.9
esupSympaPortletVersion=5.1-esco-8.0
# WS GIP
menuCantineVersion=1.0.6
mediacentreWsVersion=1.2.5
# jar GIP
reciaUPortalAddsVersion=1.5.0
# intégration de psi-probe
psiProbeVersion=3.1.0
# Versions of WebJars included with resource-server
vueVersion=2.7.8
uPortalWebComponentsVersion=1.36.0
escoContentMenuLitWebComponentsVersion=0.3.0
notificationWebComponentsVersion=1.0.4
htmlIncludeElementWebComponentVersion=0.2.0
menuCantineWebComponentVersion=0.1.20
paramEtabWebComponentsVersion=1.1.2
# Dependencies driven by Tomcat version
tomcatVersion=8.5.82
servletApiDependency=javax.servlet:javax.servlet-api:3.0.1
ccppVersion=1.0
personDirectoryVersion=1.8.14
# Dependencies driven by Pluto Portlet Engine version
plutoVersion=2.1.0-M3
commonsIoVersion=2.6
portletApiDependency=org.apache.portals:portlet-api_2.1.0_spec:1.0
# Gradle Task Dependencies
gradleDockerPluginVersion=3.2.4
hsqldbVersion=2.5.1
mysqldbVersion=5.1.45
jasyptVersion=1.9.3
nodejsVersion=12.16.1
waroverlayPluginVersion=0.9.3
# Dependencies used by overlays/ projects and custom code
# N.B. should be prefixed with an abbreviation if not for all projects (unlikely)
# CAS
casCommonsCodecVersion=1.15
casCommonsCollectionsVersion=3.2.2
casCommonsDbcpVersion=1.4
casEhcacheVersion=2.6.11
casSlf4jVersion=1.7.30
casSpringVersion=3.2.18.RELEASE
casXercesImplVersion=2.12.1
org.gradle.parallel=true
# These properties control image & version settings of Docker images built by the CLI.
# Customize the first in this file, and the second with a -P argument
# (e.g. $ ./gradlew dockerBuildImages -PdockerImageVersion=latest)
dockerImageBaseName=apereo/uportal
dockerImageVersion=latest