<?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">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>icu.easyj.boot</groupId>
		<artifactId>spring-boot-project</artifactId>
		<version>0.7.5-for-springboot3</version>
	</parent>
	<artifactId>boot-starters-parent</artifactId>
	<packaging>pom</packaging>
	<name>icu.easyj.boot :: boot-starters-parent</name>
	<description>EasyJ各功能的starter</description>
	<properties>
		<maven.easyj.skipInstallAndDeploy>true</maven.easyj.skipInstallAndDeploy>
	</properties>
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-jar-plugin</artifactId>
				<configuration>
					<archive>
						<manifestEntries>
							<Spring-Boot-Jar-Type>dependencies-starter</Spring-Boot-Jar-Type>
						</manifestEntries>
					</archive>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>