spring-security-acl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.grails.plugins</groupId> <artifactId>spring-security-acl</artifactId> <version>7.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.plugins</groupId> <artifactId>spring-security-acl</artifactId> <version>7.0.0-M3</version> <dependencies> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>spring-security-core</artifactId> <version>7.0.0-M3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-acl</artifactId> <scope>compile</scope> <version>6.4.2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-logging</artifactId> <scope>runtime</scope> <version>3.4.2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <scope>runtime</scope> <version>3.4.2</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-core</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> <scope>runtime</scope> <version>3.4.2</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>runtime</scope> <version>3.4.2</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-web-boot</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-logging</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-rest</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-databinding</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-i18n</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-services</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-url-mappings</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-interceptors</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.grails.plugins</groupId> <artifactId>gsp</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> <dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <scope>runtime</scope> <version>3.10.8</version> </dependency> <dependency> <groupId>org.grails</groupId> <artifactId>grails-plugin-domain-class</artifactId> <scope>runtime</scope> <version>7.0.0-M3</version> </dependency> </dependencies> <name>Grails Spring Security ACL Plugin</name> <description>Adds Spring Security ACL support to a Grails application.</description> <url>https://github.com/grails/grails-spring-security-core</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-spring-security-core</url> <connection>scm:git@github.com:grails/grails-spring-security-core.git</connection> <developerConnection>scm:git@github.com:grails/grails-spring-security-core.git</developerConnection> </scm> <issueManagement> <system>Github Issues</system> <url>https://github.com/grails/grails-spring-security-core/issues</url> </issueManagement> <developers> <developer> <id>burtbeckwith</id> <name>Burt Beckwith</name> </developer> </developers> </project>