<?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">
	<parent>
		<artifactId>hussar-secure-risk-protect</artifactId>
		<groupId>com.jxdinfo.hussar.support.secure</groupId>
		<version>9.5.2-fix.4</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
	<modelVersion>4.0.0</modelVersion>

	<artifactId>hussar-secure-risk-protect-starter</artifactId>

	<dependencies>
		<dependency>
			<groupId>com.jxdinfo.hussar</groupId>
			<artifactId>hussar-otp</artifactId>
		</dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar.support.secure</groupId>
			<artifactId>hussar-secure-risk-protect-core</artifactId>
		</dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar.support</groupId>
			<artifactId>hussar-platform-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-web</artifactId>
            <exclusions>
                <exclusion>
                    <artifactId>spring-boot-starter-tomcat</artifactId>
                    <groupId>org.springframework.boot</groupId>
                </exclusion>
            </exclusions>
		</dependency>
        <dependency>
            <groupId>jakarta.servlet</groupId>
            <artifactId>jakarta.servlet-api</artifactId>
        </dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar.support</groupId>
			<artifactId>hussar-support-exception</artifactId>
		</dependency>
		<dependency>
			<groupId>com.jxdinfo.hussar.support</groupId>
			<artifactId>hussar-mp-starter</artifactId>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>
