Files
spring-data-geode/gradle.properties
John Blum 8cca4035c4 Fix compilation failures in the IDE.
* Remove double quotes from the logbackVersion property.
* Set (correct) core Spring Framework version to 5.2.23.
* Change 'javax.enterprise:cdi-api:1.0' to a 'provided' dependency required to compile the CDI supporting infrastructure and source code.
* Change 'ch.qos.logback:logback-classic' to a 'testImplementation' dependency required to compile test source code.

Resolves #623.
2022-09-21 17:11:41 -07:00

18 lines
492 B
Properties

org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
antlrVersion=2.7.7
apacheGeodeVersion=1.15.0
apacheLog4jBomVersion=2.19.0
apacheShiroVersion=1.9.1
aspectjVersion=1.9.9.1
cacheApiVersion=1.1.1
jacksonVersion=2.13.4
logbackVersion=1.2.11
snappyVersion=0.4
springVersion=5.3.23
springDataBomVersion=2021.2.4-SNAPSHOT
#springDataBuildParentVersion=2.7.4-SNAPSHOT
springDataCommonsVersion=2.7.4-SNAPSHOT
springDataGeodeTestVersion=0.3.0-RAJ
springShellVersion=1.2.0.RELEASE
version=2.8.0-SNAPSHOT