blob: fd84e383b283b1f8586a31fc1d64c8f0768b61bf [file] [log] [blame]
<?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>soul</artifactId>
<groupId>org.dromara</groupId>
<version>2.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>soul-spring-boot-starter</artifactId>
<packaging>pom</packaging>
<modules>
<module>soul-spring-boot-starter-gateway</module>
<module>soul-spring-boot-starter-plugin</module>
<module>soul-spring-boot-starter-sync-data-center</module>
<module>soul-spring-boot-starter-client</module>
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</project>