<?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>top.binfast</groupId>
		<artifactId>app</artifactId>
		<version>1.3.4</version>
	</parent>

	<groupId>top.binfast.app</groupId>
	<artifactId>admin</artifactId>
	<version>1.3.4</version>
	<packaging>jar</packaging>

	<name>admin</name>
	<description>业务层：管理端</description>

	<dependencies>
<!--		<dependency>-->
<!--			<groupId>top.binfast</groupId>-->
<!--			<artifactId>common-quartz</artifactId>-->
<!--		</dependency>-->
<!--		<dependency>-->
<!--			<groupId>com.dtflys.forest</groupId>-->
<!--			<artifactId>forest-spring-boot3-starter</artifactId>-->
<!--			<exclusions>-->
<!--				<exclusion>-->
<!--					<groupId>commons-logging</groupId>-->
<!--					<artifactId>commons-logging</artifactId>-->
<!--				</exclusion>-->
<!--				<exclusion>-->
<!--					<groupId>org.springframework.boot</groupId>-->
<!--					<artifactId>spring-boot-configuration-processor</artifactId>-->
<!--				</exclusion>-->
<!--				<exclusion>-->
<!--					<groupId>org.springframework.boot</groupId>-->
<!--					<artifactId>spring-boot-starter</artifactId>-->
<!--				</exclusion>-->
<!--			</exclusions>-->
<!--		</dependency>-->
<!--		<dependency>-->
<!--			<groupId>top.binfast.biz</groupId>-->
<!--			<artifactId>demo</artifactId>-->
<!--		</dependency>-->
		<dependency>
			<groupId>top.binfast</groupId>
			<artifactId>common-log</artifactId>
		</dependency>
		<dependency>
			<groupId>top.binfast</groupId>
			<artifactId>common-doc</artifactId>
		</dependency>
		<dependency>
			<groupId>top.binfast.biz</groupId>
			<artifactId>sys-biz</artifactId>
		</dependency>
		<dependency>
			<groupId>top.binfast</groupId>
			<artifactId>common-sms</artifactId>
		</dependency>
		<dependency>
			<groupId>top.binfast</groupId>
			<artifactId>common-ratelimiter</artifactId>
		</dependency>
		<dependency>
			<groupId>top.binfast</groupId>
			<artifactId>daemon-workflow</artifactId>
		</dependency>
		<!-- spring cache -->
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-cache</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-test</artifactId>
			<scope>test</scope>
		</dependency>
	</dependencies>

	<build>
		<plugins>
<!--			<plugin>-->
<!--				<groupId>org.graalvm.buildtools</groupId>-->
<!--				<artifactId>native-maven-plugin</artifactId>-->
<!--			</plugin>-->
			<!-- 跳过单元测试 -->
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
				<version>2.12.4</version>
				<configuration>
					<skipTests>true</skipTests>
				</configuration>
			</plugin>
<!--			<plugin>-->
<!--				<groupId>org.springframework.boot</groupId>-->
<!--				<artifactId>spring-boot-maven-plugin</artifactId>-->
<!--				<executions>-->
<!--					<execution>-->
<!--						<goals>-->
<!--							<goal>repackage</goal>-->
<!--						</goals>-->
<!--					</execution>-->
<!--				</executions>-->
<!--			</plugin>-->
		</plugins>
	</build>

</project>
