|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <parent> |
6 | | - <groupId>com.azure</groupId> |
7 | | - <artifactId>azure-client-sdk-parent</artifactId> |
8 | | - <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
9 | | - <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
| 6 | + <groupId>org.springframework.boot</groupId> |
| 7 | + <artifactId>spring-boot-starter-parent</artifactId> |
| 8 | + <version>2.3.3.RELEASE</version> <!-- {x-version-update;org.springframework.boot:spring-boot-starter-parent;external_dependency} --> |
| 9 | + <relativePath/> <!-- lookup parent from repository --> |
10 | 10 | </parent> |
11 | 11 | <modelVersion>4.0.0</modelVersion> |
12 | 12 |
|
|
19 | 19 | <dependency> |
20 | 20 | <groupId>org.springframework.boot</groupId> |
21 | 21 | <artifactId>spring-boot</artifactId> |
22 | | - <version>2.3.3.RELEASE</version> <!-- {x-version-update;org.springframework.boot:spring-boot;external_dependency} --> |
23 | 22 | </dependency> |
24 | 23 | <dependency> |
25 | 24 | <groupId>org.springframework</groupId> |
|
29 | 28 | <dependency> |
30 | 29 | <groupId>org.springframework.boot</groupId> |
31 | 30 | <artifactId>spring-boot-starter-web</artifactId> |
32 | | - <version>2.3.3.RELEASE</version> <!-- {x-version-update;org.springframework.boot:spring-boot-starter-web;external_dependency} --> |
33 | 31 | </dependency> |
34 | 32 | <dependency> |
35 | 33 | <groupId>org.apache.maven</groupId> |
|
84 | 82 | <version>2.4.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-spring-boot-starter;current} --> |
85 | 83 | </dependency> |
86 | 84 | </dependencies> |
87 | | - |
88 | | - <build> |
89 | | - <plugins> |
90 | | - <plugin> |
91 | | - <groupId>org.apache.maven.plugins</groupId> |
92 | | - <artifactId>maven-enforcer-plugin</artifactId> |
93 | | - <version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-enforcer-plugin;external_dependency} --> |
94 | | - <configuration> |
95 | | - <rules> |
96 | | - <bannedDependencies> |
97 | | - <includes> |
98 | | - <include>com.microsoft.azure:azure:[1.34.0]</include> <!-- {x-include-update;spring_com.microsoft.azure:azure;external_dependency} --> |
99 | | - <include>com.microsoft.azure:azure-spring-boot-starter:[2.4.0-beta.1]</include> <!-- {x-include-update;com.microsoft.azure:azure-spring-boot-starter;current} --> |
100 | | - <include>com.jcraft:jsch:[0.1.54]</include> <!-- {x-include-update;com.jcraft:jsch;external_dependency} --> |
101 | | - <include>com.github.cverges.expect4j:expect4j:[1.6]</include> <!-- {x-include-update;com.github.cverges.expect4j:expect4j;external_dependency} --> |
102 | | - <include>org.apache.maven:maven-embedder:[3.6.2]</include> <!-- {x-include-update;org.apache.maven:maven-embedder;external_dependency} --> |
103 | | - <include>org.apache.maven:maven-compat:[3.6.2]</include> <!-- {x-include-update;org.apache.maven:maven-compat;external_dependency} --> |
104 | | - <include>org.apache.maven.wagon:wagon-http:[3.3.4]</include> <!-- {x-include-update;org.apache.maven.wagon:wagon-http;external_dependency} --> |
105 | | - <include>org.apache.maven.wagon:wagon-provider-api:[3.3.4]</include> <!-- {x-include-update;org.apache.maven.wagon:wagon-provider-api;external_dependency} --> |
106 | | - <include>org.eclipse.aether:aether-connector-basic:[1.1.0]</include> <!-- {x-include-update;org.eclipse.aether:aether-connector-basic;external_dependency} --> |
107 | | - <include>org.eclipse.aether:aether-transport-wagon:[1.1.0]</include> <!-- {x-include-update;org.eclipse.aether:aether-transport-wagon;external_dependency} --> |
108 | | - <include>org.springframework.boot:spring-boot:[2.3.3.RELEASE]</include> <!-- {x-include-update;org.springframework.boot:spring-boot;external_dependency} --> |
109 | | - <include>org.springframework.boot:spring-boot-starter-web:[2.3.3.RELEASE]</include> <!-- {x-include-update;org.springframework.boot:spring-boot-starter-web;external_dependency} --> |
110 | | - <include>org.springframework:spring-context:[5.2.8.RELEASE]</include> <!-- {x-include-update;org.springframework:spring-context;external_dependency} --> |
111 | | - </includes> |
112 | | - </bannedDependencies> |
113 | | - </rules> |
114 | | - </configuration> |
115 | | - </plugin> |
116 | | - </plugins> |
117 | | - </build> |
118 | | - |
119 | | - |
120 | 85 | </project> |
0 commit comments