Skip to content

Commit

Permalink
Move sample codes used in azure-spring-boot-starter-keyvault-certific…
Browse files Browse the repository at this point in the history
…ates. (Azure#23096)
  • Loading branch information
Rujun Chen authored Jul 21, 2021
1 parent 00c2df9 commit 9574ea3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
13 changes: 13 additions & 0 deletions sdk/spring/azure-spring-boot-starter-keyvault-certificates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,20 @@
<version>2.5.2</version> <!-- {x-version-update;org.springframework.boot:spring-boot-starter-test;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.3.8</version> <!-- {x-version-update;org.springframework:spring-web;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version> <!-- {x-version-update;org.apache.httpcomponents:httpclient;external_dependency} -->
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down
12 changes: 0 additions & 12 deletions sdk/spring/azure-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -274,18 +274,6 @@
<version>5.3.8</version> <!-- {x-version-update;org.springframework:spring-context;external_dependency} -->
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version> <!-- {x-version-update;org.apache.httpcomponents:httpclient;external_dependency} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-jca</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-jca;current} -->
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9574ea3

Please sign in to comment.