grails-datastore-rest-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.grails</groupId> <artifactId>grails-datastore-rest-client</artifactId> <version>6.1.9.RELEASE</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.grails</groupId> <artifactId>grails-datastore-rest-client</artifactId> <version>6.1.9.RELEASE</version> <name>Grails GORM</name> <description>GORM - Grails Data Access Framework</description> <url>http://grails.org/</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> <developers> <developer> <id>graemerocher</id> <name>Graeme Rocher</name> </developer> <developer> <id>jeffscottbrown</id> <name>Jeff Brown</name> </developer> <developer> <id>burtbeckwith</id> <name>Burt Beckwith</name> </developer> </developers> <scm> <connection>scm:git@github.com:grails/grails-data-mapping.git</connection> <developerConnection>scm:git@github.com:grails/grails-data-mapping.git</developerConnection> <url>scm:git@github.com:grails/grails-data-mapping.git</url> </scm> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>4.3.14.RELEASE</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>2.4.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-web</artifactId> <version>3.2.11</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-fileupload</artifactId> <groupId>commons-fileupload</groupId> </exclusion> <exclusion> <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> <exclusion> <artifactId>commons-lang</artifactId> <groupId>commons-lang</groupId> </exclusion> <exclusion> <artifactId>commons-beanutils</artifactId> <groupId>commons-beanutils</groupId> </exclusion> <exclusion> <artifactId>grails-spring</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>spring-webmvc</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>grails-databinding</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>standard</artifactId> <groupId>taglibs</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>xpp3_min</artifactId> <groupId>xpp3</groupId> </exclusion> <exclusion> <artifactId>sitemesh</artifactId> <groupId>opensymphony</groupId> </exclusion> <exclusion> <artifactId>concurrentlinkedhashmap-lru</artifactId> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> </exclusion> <exclusion> <artifactId>grails-core</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>jstl</artifactId> <groupId>javax.servlet</groupId> </exclusion> <exclusion> <artifactId>commons-io</artifactId> <groupId>commons-io</groupId> </exclusion> <exclusion> <artifactId>commons-el</artifactId> <groupId>commons-el</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-async</artifactId> <version>3.2.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-test</artifactId> <version>2.4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>1.0-groovy-2.4</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>junit-dep</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>groovy-all</artifactId> <groupId>org.codehaus.groovy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-core</artifactId> <version>3.2.11</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>serializer</artifactId> <groupId>xalan</groupId> </exclusion> <exclusion> <artifactId>spring-expression</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>commons-collections</artifactId> <groupId>commons-collections</groupId> </exclusion> <exclusion> <artifactId>cglib-nodep</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>aopalliance</artifactId> <groupId>aopalliance</groupId> </exclusion> <exclusion> <artifactId>spring-context-support</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>grails-spring</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>commons-validator</artifactId> <groupId>commons-validator</groupId> </exclusion> <exclusion> <artifactId>cglib</artifactId> <groupId>cglib</groupId> </exclusion> <exclusion> <artifactId>aspectjweaver</artifactId> <groupId>org.aspectj</groupId> </exclusion> <exclusion> <artifactId>spring-aop</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>oro</artifactId> <groupId>oro</groupId> </exclusion> <exclusion> <artifactId>hibernate-jpa-2.0-api</artifactId> <groupId>org.hibernate.javax.persistence</groupId> </exclusion> <exclusion> <artifactId>aspectjrt</artifactId> <groupId>org.aspectj</groupId> </exclusion> <exclusion> <artifactId>spring-tx</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>spring-aspects</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>concurrentlinkedhashmap-lru</artifactId> <groupId>com.googlecode.concurrentlinkedhashmap</groupId> </exclusion> <exclusion> <artifactId>asm</artifactId> <groupId>asm</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-converters</artifactId> <version>3.2.11</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>grails-plugin-datasource</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>grails-plugin-controllers</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>grails-plugin-domain-class</artifactId> <groupId>org.grails</groupId> </exclusion> <exclusion> <artifactId>grails-web</artifactId> <groupId>org.grails</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>