|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 |
| - <modelVersion>4.0.0</modelVersion> |
5 |
| - <parent> |
6 |
| - <groupId>org.springframework.boot</groupId> |
7 |
| - <artifactId>spring-boot-starter-parent</artifactId> |
8 |
| - <version>3.4.2</version> |
9 |
| - <relativePath/> <!-- lookup parent from repository --> |
10 |
| - </parent> |
11 |
| - <groupId>com.azure.spring</groupId> |
12 |
| - <artifactId>ssl-bundles-rest-template</artifactId> |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <parent> |
| 6 | + <groupId>org.springframework.boot</groupId> |
| 7 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 8 | + <version>3.4.2</version> |
| 9 | + <relativePath/> <!-- lookup parent from repository --> |
| 10 | + </parent> |
| 11 | + <groupId>com.azure.spring</groupId> |
| 12 | + <artifactId>ssl-bundles-rest-template</artifactId> |
13 | 13 | <version>1.0.0</version>
|
14 | 14 | <packaging>jar</packaging>
|
15 |
| - <name>keyvault-ssl-bundles-rest-template</name> |
16 |
| - <description>Spring Cloud Azure Starter Key Vault JCA: Enable RestTemplate SSL in Spring Boot Web application</description> |
17 |
| - <properties> |
18 |
| - <java.version>17</java.version> |
19 |
| - <spring-cloud-azure.version>5.21.0</spring-cloud-azure.version> |
20 |
| - </properties> |
21 |
| - <dependencies> |
22 |
| - <dependency> |
23 |
| - <groupId>org.springframework.boot</groupId> |
24 |
| - <artifactId>spring-boot-starter-web</artifactId> |
25 |
| - </dependency> |
26 |
| - <dependency> |
27 |
| - <groupId>com.azure.spring</groupId> |
28 |
| - <artifactId>spring-cloud-azure-starter-keyvault-jca</artifactId> |
29 |
| - </dependency> |
30 |
| - <dependency> |
31 |
| - <groupId>org.springframework.boot</groupId> |
32 |
| - <artifactId>spring-boot-starter-test</artifactId> |
33 |
| - <scope>test</scope> |
34 |
| - </dependency> |
35 |
| - </dependencies> |
36 |
| - <dependencyManagement> |
37 |
| - <dependencies> |
38 |
| - <dependency> |
39 |
| - <groupId>com.azure.spring</groupId> |
40 |
| - <artifactId>spring-cloud-azure-dependencies</artifactId> |
41 |
| - <version>${spring-cloud-azure.version}</version> |
42 |
| - <type>pom</type> |
43 |
| - <scope>import</scope> |
44 |
| - </dependency> |
45 |
| - </dependencies> |
46 |
| - </dependencyManagement> |
| 15 | + <name>keyvault-ssl-bundles-rest-template</name> |
| 16 | + <description>Spring Cloud Azure Starter Key Vault JCA: Enable RestTemplate SSL in Spring Boot Web application</description> |
| 17 | + <properties> |
| 18 | + <java.version>17</java.version> |
| 19 | + <spring-cloud-azure.version>5.21.0</spring-cloud-azure.version> |
| 20 | + </properties> |
| 21 | + <dependencies> |
| 22 | + <dependency> |
| 23 | + <groupId>org.springframework.boot</groupId> |
| 24 | + <artifactId>spring-boot-starter-web</artifactId> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>com.azure.spring</groupId> |
| 28 | + <artifactId>spring-cloud-azure-starter-keyvault-jca</artifactId> |
| 29 | + </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>org.springframework.boot</groupId> |
| 32 | + <artifactId>spring-boot-starter-test</artifactId> |
| 33 | + <scope>test</scope> |
| 34 | + </dependency> |
| 35 | + </dependencies> |
| 36 | + <dependencyManagement> |
| 37 | + <dependencies> |
| 38 | + <dependency> |
| 39 | + <groupId>com.azure.spring</groupId> |
| 40 | + <artifactId>spring-cloud-azure-dependencies</artifactId> |
| 41 | + <version>${spring-cloud-azure.version}</version> |
| 42 | + <type>pom</type> |
| 43 | + <scope>import</scope> |
| 44 | + </dependency> |
| 45 | + </dependencies> |
| 46 | + </dependencyManagement> |
47 | 47 |
|
48 |
| - <build> |
49 |
| - <plugins> |
50 |
| - <plugin> |
51 |
| - <groupId>org.springframework.boot</groupId> |
52 |
| - <artifactId>spring-boot-maven-plugin</artifactId> |
53 |
| - </plugin> |
54 |
| - </plugins> |
55 |
| - </build> |
| 48 | + <build> |
| 49 | + <plugins> |
| 50 | + <plugin> |
| 51 | + <groupId>org.springframework.boot</groupId> |
| 52 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 53 | + </plugin> |
| 54 | + </plugins> |
| 55 | + </build> |
56 | 56 | </project>
|
0 commit comments