|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 1 | +<!-- |
| 2 | + ~ Copyright (c) Microsoft Corporation. All rights reserved. |
| 3 | + ~ Licensed under the MIT License. |
| 4 | + ~ Code generated by Microsoft (R) TypeSpec Code Generator. |
| 5 | + --> |
| 6 | +<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 7 | + <modelVersion>4.0.0</modelVersion> |
5 | 8 | <parent> |
6 | 9 | <groupId>com.azure</groupId> |
7 | 10 | <artifactId>azure-client-sdk-parent</artifactId> |
8 | 11 | <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
9 | 12 | <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
10 | 13 | </parent> |
11 | 14 |
|
12 | | - <modelVersion>4.0.0</modelVersion> |
13 | | - |
14 | 15 | <groupId>com.azure</groupId> |
15 | 16 | <artifactId>azure-security-keyvault-administration</artifactId> |
16 | | - <version>4.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-administration;current} --> |
| 17 | + <version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-administration;current} --> |
| 18 | + <packaging>jar</packaging> |
17 | 19 |
|
18 | | - <name>Microsoft Azure client library for KeyVault Administration</name> |
19 | | - <description>This module contains client library for Microsoft Azure KeyVault Administration.</description> |
| 20 | + <name>Microsoft Azure SDK for KeyVault</name> |
| 21 | + <description>This package contains Microsoft Azure KeyVault client library.</description> |
20 | 22 | <url>https://github.com/Azure/azure-sdk-for-java</url> |
21 | 23 |
|
22 | | - <distributionManagement> |
23 | | - <site> |
24 | | - <id>azure-java-build-docs</id> |
25 | | - <url>${site.url}/site/${project.artifactId}</url> |
26 | | - </site> |
27 | | - </distributionManagement> |
| 24 | + <licenses> |
| 25 | + <license> |
| 26 | + <name>The MIT License (MIT)</name> |
| 27 | + <url>http://opensource.org/licenses/MIT</url> |
| 28 | + <distribution>repo</distribution> |
| 29 | + </license> |
| 30 | + </licenses> |
28 | 31 |
|
29 | 32 | <scm> |
30 | | - <url>scm:git:https://github.com/Azure/azure-sdk-for-java</url> |
| 33 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
31 | 34 | < connection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ connection> |
| 35 | + < developerConnection>scm:git: [email protected]:Azure/azure-sdk-for-java.git</ developerConnection> |
32 | 36 | <tag>HEAD</tag> |
33 | 37 | </scm> |
34 | | - |
| 38 | + <developers> |
| 39 | + <developer> |
| 40 | + <id>microsoft</id> |
| 41 | + <name>Microsoft</name> |
| 42 | + </developer> |
| 43 | + </developers> |
35 | 44 | <properties> |
36 | | - <!-- Configures the Java 9+ run to perform the required module exports, opens, and reads that are necessary for testing but shouldn't be part of the module-info. --> |
37 | | - <javaModulesSurefireArgLine> |
38 | | - --add-exports com.azure.core/com.azure.core.implementation.http=ALL-UNNAMED |
39 | | - --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED |
40 | | - |
41 | | - --add-opens com.azure.security.keyvault.administration/com.azure.security.keyvault.administration=ALL-UNNAMED |
42 | | - --add-opens com.azure.security.keyvault.administration/com.azure.security.keyvault.administration.implementation=ALL-UNNAMED |
43 | | - --add-opens com.azure.security.keyvault.administration/com.azure.security.keyvault.administration.models=ALL-UNNAMED |
44 | | - </javaModulesSurefireArgLine> |
45 | | - |
46 | | - <checkstyle.suppressionsLocation>checkstyle-suppressions.xml</checkstyle.suppressionsLocation> |
47 | | - <spotbugs.skip>false</spotbugs.skip> |
48 | | - <spotbugs.excludeFilterFile>spotbugs-exclude.xml</spotbugs.excludeFilterFile> |
| 45 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 46 | + <spotless.skip>false</spotless.skip> |
49 | 47 | </properties> |
50 | | - |
51 | 48 | <dependencies> |
52 | 49 | <dependency> |
53 | 50 | <groupId>com.azure</groupId> |
54 | 51 | <artifactId>azure-core</artifactId> |
55 | 52 | <version>1.54.1</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
56 | 53 | </dependency> |
57 | | - <dependency> |
58 | | - <groupId>com.azure</groupId> |
59 | | - <artifactId>azure-json</artifactId> |
60 | | - <version>1.4.0</version> <!-- {x-version-update;com.azure:azure-json;dependency} --> |
61 | | - </dependency> |
62 | 54 | <dependency> |
63 | 55 | <groupId>com.azure</groupId> |
64 | 56 | <artifactId>azure-core-http-netty</artifactId> |
65 | 57 | <version>1.15.7</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} --> |
66 | 58 | </dependency> |
67 | | - <!-- Test dependencies --> |
68 | | - <dependency> |
69 | | - <groupId>org.hamcrest</groupId> |
70 | | - <artifactId>hamcrest-library</artifactId> |
71 | | - <version>2.2</version> <!-- {x-version-update;org.hamcrest:hamcrest-library;external_dependency} --> |
72 | | - <scope>test</scope> |
73 | | - </dependency> |
74 | 59 | <dependency> |
75 | 60 | <groupId>com.azure</groupId> |
76 | 61 | <artifactId>azure-core-test</artifactId> |
77 | 62 | <version>1.27.0-beta.4</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} --> |
78 | 63 | <scope>test</scope> |
79 | 64 | </dependency> |
80 | | - <dependency> |
81 | | - <groupId>com.azure</groupId> |
82 | | - <artifactId>azure-security-keyvault-keys</artifactId> |
83 | | - <version>4.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-security-keyvault-keys;current} --> |
84 | | - <scope>test</scope> |
85 | | - </dependency> |
86 | | - <dependency> |
87 | | - <groupId>com.azure</groupId> |
88 | | - <artifactId>azure-storage-blob</artifactId> |
89 | | - <version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} --> |
90 | | - <scope>test</scope> |
91 | | - </dependency> |
92 | 65 | <dependency> |
93 | 66 | <groupId>com.azure</groupId> |
94 | 67 | <artifactId>azure-identity</artifactId> |
|
0 commit comments