aradin-spring-shiro-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.aradin</groupId> <artifactId>aradin-spring-shiro-starter</artifactId> <version>0.0.3.18</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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> <parent> <groupId>cn.aradin</groupId> <artifactId>aradin-spring</artifactId> <version>0.0.3.18</version> </parent> <groupId>cn.aradin</groupId> <artifactId>aradin-spring-shiro-starter</artifactId> <version>0.0.3.18</version> <name>aradin-spring-shiro-starter</name> <description>Aradin Spring Shiro Booter</description> <url>https://github.com/liudaac/aradin</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </project>