All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.io.github.dengchen2020.dc-spring-boot-starter-security.pom.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>io.github.dengchen2020</groupId>
        <artifactId>dc-spring-boot-starter-parent</artifactId>
        <version>0.0.28</version>
    </parent>

    <artifactId>dc-spring-boot-starter-security</artifactId>
    <name>${project.artifactId}</name>
    <url>https://github.com/DengChen2020/dc-spring-boot-starter-security</url>
    <description>token认证框架</description>

    <developers>
        <developer>
            <id>dc2024</id>
            <name>小郴</name>
            <email>[email protected]</email>
        </developer>
    </developers>

    <scm>
        <url>https://github.com/DengChen2020/dc-spring-boot-starter-security</url>
        <connection>https://github.com/DengChen2020/dc-spring-boot-starter-security.git</connection>
        <developerConnection>https://github.com/DengChen2020/dc-spring-boot-starter-security.git</developerConnection>
    </scm>

    <dependencies>
        <dependency>
            <groupId>io.github.dengchen2020</groupId>
            <artifactId>dc-spring-boot-starter-core</artifactId>
            <version>${dc.version}</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-data-redis</artifactId>
            <version>${springboot.version}</version>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
            <version>${springboot.version}</version>
            <optional>true</optional>
        </dependency>

        <dependency>
            <groupId>io.fusionauth</groupId>
            <artifactId>fusionauth-jwt</artifactId>
            <version>5.3.3</version>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-configuration-processor</artifactId>
            <version>${springboot.version}</version>
            <scope>provided</scope>
            <optional>true</optional>
        </dependency>

    </dependencies>



</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy