azure-spring-boot/azure-spring-boot-starters/pom.xml

35 строки
1.4 KiB
XML
Исходник Обычный вид История

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>com.microsoft.azure</groupId>
<artifactId>azure-spring-boot-parent</artifactId>
<version>2.1.2.BUILD-SNAPSHOT</version>
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
</parent>
<artifactId>azure-spring-boot-starters</artifactId>
<packaging>pom</packaging>
<name>Azure Spring Boot Starers</name>
<description>Spring Boot Starters for Azure</description>
<url>https://github.com/Microsoft/azure-spring-boot</url>
<modules>
<module>azure-spring-boot-starter</module>
<module>azure-spring-boot-metrics-starter</module>
<module>azure-active-directory-spring-boot-starter</module>
<module>azure-cosmosdb-spring-boot-starter</module>
<module>azure-keyvault-secrets-spring-boot-starter</module>
<module>azure-mediaservices-spring-boot-starter</module>
<module>azure-servicebus-spring-boot-starter</module>
<module>azure-storage-spring-boot-starter</module>
<module>spring-data-gremlin-boot-starter</module>
<module>azure-sqlserver-spring-boot-starter</module>
</modules>
</project>