file-uploader
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.causecode.plugins</groupId>
<artifactId>file-uploader</artifactId>
<version>4.0.4</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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.causecode.plugins</groupId>
<artifactId>file-uploader</artifactId>
<version>4.0.4</version>
<name>grails-file-uploader</name>
<description>This Plugin provides endpoints for file upload to CDN related operations.</description>
<url>https://github.com/causecode/grails-file-uploader</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>causecode</id>
<name>CauseCode Technologies</name>
<email>bootstrap@causecode.com</email>
</developer>
</developers>
<scm>
<connection>scm:svn:https://github.com/causecode/grails-file-uploader.git</connection>
<developerConnection>https://github.com:causecode/grails-file-uploader.git</developerConnection>
<url>scm:svn:https://github.com/causecode/grails-file-uploader</url>
</scm>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>1.5.12.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>1.5.12.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>1.5.12.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>1.5.12.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-core</artifactId>
<version>3.3.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-boot</artifactId>
<version>3.3.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>cache</artifactId>
<version>4.0.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>scaffolding</artifactId>
<version>3.4.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>gsp</artifactId>
<version>3.3.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>cloudfiles-us</artifactId>
<version>1.9.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jclouds-core</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>asm</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>guice</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-compute</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jclouds-core</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>asm</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>guice</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jclouds.provider</groupId>
<artifactId>aws-s3</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jclouds-core</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>asm</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>guice</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-core</artifactId>
<version>2.1.2</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>http-client</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>cglib</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>asm</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>http-client</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>guice</artifactId>
<groupId>*</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>3.2.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-test-mixins</artifactId>
<version>3.3.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>build-test-data</artifactId>
<version>3.3.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-gorm-testing-support</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-rest-client</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-testing-support</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>grails-plugin-gsp</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-events</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-converters</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-async</artifactId>
<groupId>org.grails</groupId>
</exclusion>
<exclusion>
<artifactId>grails-datastore-simple</artifactId>
<groupId>*</groupId>
</exclusion>
<exclusion>
<artifactId>grails-plugin-testing</artifactId>
<groupId>org.grails</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-bom</artifactId>
<version>3.3.5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.12.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>