Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
55 lines (48 sloc)
1.37 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name=shibui | |
group=edu.internet2.tier.shibboleth.admin.ui | |
version=2.0.0-BETA-R3 | |
### library versions ### | |
## As of 2-23-23 | |
commonsCollections4Version=4.4 | |
comsunjaxbVersion=4.0.2 | |
cryptacularVersion=1.2.5 | |
groovyVersion=4.0.9 | |
hibernateVersion=6.2.6.Final | |
luceneVersion=9.5.0 | |
log4JVersion=2.20.0 | |
lombokVersion=6.6.2 | |
nashornVersion=15.4 | |
opencsvVersion=5.7.1 | |
opensamlVersion=5.0.0 | |
pac4JVersion=5.7.0 | |
pac4jSpringSecurityVersion=9.0.0 | |
seleneseRunnerVersion=4.3.0 | |
shedlockVersion=5.2.0 | |
shibbolethVersion=5.0.0 | |
shibExtSpringExtensionsVersion=6.2.0 | |
shibOIDCVersion=2.1.0 | |
shibUtilitiesJavaSupportVersion=8.1.0 | |
spockVersion=2.3-groovy-4.0 | |
springbootVersion=3.1.2 | |
## Used for testing deps, match spring security version used | |
springSecurityVersion=6.1.2 | |
### DB Driver Versions ### | |
mariadbVersion=3.1.2 | |
mysqlVersion=8.0.32 | |
postgresVersion=42.5.4 | |
sqlserverVersion=12.4.1.jre11 | |
org.gradle.jvmargs=-Xmx1g -XX:-UseGCOverheadLimit | |
# set token in personal global | |
i2.github.token= | |
i2.github.owner=TIER | |
i2.github.repo=shib-idp-ui | |
i2.github.apiEndpoint=https://github.internet2.edu/api/v3 | |
i2.git.remote=i2 | |
i2.git.branch=master | |
# set app | |
use.release.app.yml=false | |
### Fix for creating the docker image on Macs | |
org.gradle.daemon=false | |
## NOTES | |
# pac4j spring security 7.0.3 here uses the pac4j 5.4.3 core, thus differences in versions (they used to use the same versions, now | |
# keeping them in sync takes paying attention) |