<dependency>
<groupId>org.graceframework</groupId>
<artifactId>grace-datastore-gorm-tck</artifactId>
<version>2022.2.5</version>
</dependency>
@Grapes(
@Grab(group='org.graceframework', module='grace-datastore-gorm-tck', version='2022.2.5')
)
compile
|-- org.codehaus.groovy:groovy:3.0.18
|-- org.codehaus.groovy:groovy-test-junit5:3.0.18
|-- org.junit.jupiter:junit-jupiter-api:5.9.2
|-- org.junit.platform:junit-platform-runner:1.9.2
|-- org.springframework:spring-expression:5.3.28
|-- commons-lang:commons-lang:2.6
|-- org.graceframework:grace-datastore-gorm-async:2022.2.5
|-- org.graceframework:grace-datastore-gorm-support:2022.2.5
|-- javax.servlet:javax.servlet-api:4.0.1
runtime
|-- org.spockframework:spock-core:2.3-groovy-3.0