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