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

33 строки
1.3 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>
2018-09-03 08:38:49 +03:00
<version>2.0.6-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-active-directory-spring-boot-starter</module>
<module>azure-documentdb-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>
</modules>
</project>