grails-gorm-testing-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.grails</groupId> <artifactId>grails-gorm-testing-support</artifactId> <version>9.0.0-M3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.grails</groupId> <artifactId>grails-gorm-testing-support</artifactId> <version>9.0.0-M3</version> <dependencies> <dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-core</artifactId> <version>9.0.0-M3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-gorm-validation</artifactId> <version>9.0.0-M3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-testing-support</artifactId> <scope>compile</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <scope>compile</scope> <version>6.2.2</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <scope>compile</scope> <version>6.2.2</version> </dependency> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <scope>compile</scope> <version>2.3-groovy-4.0</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-gorm-test</artifactId> <version>9.0.0-M3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-gorm</artifactId> <version>9.0.0-M3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-core</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> </dependencies> <name>Grails Web Testing Support</name> <description>Support for writing concise expressive tests for Grails Web Artifacts</description> <url>https://github.com/grails/grails-data-mapping</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/grails/grails-data-mapping</url> <connection>scm:git@github.com:grails/grails-data-mapping.git</connection> <developerConnection>scm:git@github.com:grails/grails-data-mapping.git</developerConnection> </scm> <issueManagement> <system>Github Issues</system> <url>https://github.com/grails/grails-data-mapping/issues</url> </issueManagement> <developers> <developer> <id>jeffscottbrown</id> <name>Jeff Brown</name> </developer> <developer> <id>jameskleeh</id> <name>James Kleeh</name> </developer> </developers> </project>