<?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>
		<groupId>cn.fossc.polaris.framework</groupId>
		<artifactId>polaris-framework</artifactId>
		<version>3.0.33</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<artifactId>polaris-framework-modules</artifactId>
	<packaging>pom</packaging>
	<modules>
		<module>polaris-framework-module-core</module>
		<module>polaris-framework-module-redis</module>
		<module>polaris-framework-module-dubbo</module>
		<module>polaris-framework-module-http</module>
		<module>polaris-framework-module-nacos</module>
		<module>polaris-framework-module-infra</module>
		<module>polaris-framework-module-mq</module>
	</modules>

	<dependencies>
		<!-- region springframework -->
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-core</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-context-support</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter</artifactId>
			<exclusions>
				<exclusion>
					<groupId>org.springframework.boot</groupId>
					<artifactId>spring-boot-starter-logging</artifactId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-log4j2</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-aop</artifactId>
		</dependency>
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-jdbc</artifactId>
		</dependency>
		<!-- endregion springframework -->

	</dependencies>
</project>
