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