2017-09-28 06:12:23 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2017-09-28 06:57:24 +03:00
|
|
|
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>
|
2017-09-28 06:12:23 +03:00
|
|
|
|
2017-09-28 06:57:24 +03:00
|
|
|
<parent>
|
|
|
|
<groupId>com.microsoft.azure</groupId>
|
|
|
|
<artifactId>azure-spring-boot-parent</artifactId>
|
2019-01-22 07:48:32 +03:00
|
|
|
<version>2.1.2.BUILD-SNAPSHOT</version>
|
2017-09-28 06:57:24 +03:00
|
|
|
<relativePath>../azure-spring-boot-parent/pom.xml</relativePath>
|
|
|
|
</parent>
|
2017-09-28 06:12:23 +03:00
|
|
|
|
2017-09-28 11:16:33 +03:00
|
|
|
<artifactId>azure-spring-boot-starters</artifactId>
|
2017-09-28 06:57:24 +03:00
|
|
|
<packaging>pom</packaging>
|
2017-09-28 06:12:23 +03:00
|
|
|
|
2017-09-28 06:57:24 +03:00
|
|
|
<name>Azure Spring Boot Starers</name>
|
|
|
|
<description>Spring Boot Starters for Azure</description>
|
|
|
|
<url>https://github.com/Microsoft/azure-spring-boot</url>
|
2017-09-28 06:12:23 +03:00
|
|
|
|
2017-09-28 06:57:24 +03:00
|
|
|
<modules>
|
|
|
|
<module>azure-spring-boot-starter</module>
|
2018-09-18 08:03:44 +03:00
|
|
|
<module>azure-spring-boot-metrics-starter</module>
|
2017-10-16 13:53:37 +03:00
|
|
|
<module>azure-active-directory-spring-boot-starter</module>
|
2018-09-05 05:01:30 +03:00
|
|
|
<module>azure-cosmosdb-spring-boot-starter</module>
|
2017-09-28 06:57:24 +03:00
|
|
|
<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>
|
2018-07-06 03:58:10 +03:00
|
|
|
<module>spring-data-gremlin-boot-starter</module>
|
2018-10-09 04:39:31 +03:00
|
|
|
<module>azure-sqlserver-spring-boot-starter</module>
|
2017-09-28 06:57:24 +03:00
|
|
|
</modules>
|
2017-09-28 06:12:23 +03:00
|
|
|
|
|
|
|
</project>
|