|
| 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> |
| 8 | + <parent> |
| 9 | + <groupId>com.azure</groupId> |
| 10 | + <artifactId>azure-client-sdk-parent</artifactId> |
| 11 | + <version>1.7.0</version> <!-- {x-version-update;com.azure:azure-client-sdk-parent;current} --> |
| 12 | + <relativePath>../../parents/azure-client-sdk-parent</relativePath> |
| 13 | + </parent> |
| 14 | + |
| 15 | + <groupId>com.azure</groupId> |
| 16 | + <artifactId>azure-apicenter</artifactId> |
| 17 | + <version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-apicenter;current} --> |
| 18 | + <packaging>jar</packaging> |
| 19 | + |
| 20 | + <name>Microsoft Azure SDK for DataApi</name> |
| 21 | + <description>This package contains Microsoft Azure DataApi client library.</description> |
| 22 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
| 23 | + |
| 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> |
| 31 | + |
| 32 | + <scm> |
| 33 | + <url>https://github.com/Azure/azure-sdk-for-java</url> |
| 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> |
| 36 | + <tag>HEAD</tag> |
| 37 | + </scm> |
| 38 | + <developers> |
| 39 | + <developer> |
| 40 | + <id>microsoft</id> |
| 41 | + <name>Microsoft</name> |
| 42 | + </developer> |
| 43 | + </developers> |
| 44 | + <properties> |
| 45 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 46 | + </properties> |
| 47 | + <dependencies> |
| 48 | + <dependency> |
| 49 | + <groupId>com.azure</groupId> |
| 50 | + <artifactId>azure-json</artifactId> |
| 51 | + <version>1.2.0</version> <!-- {x-version-update;com.azure:azure-json;dependency} --> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>com.azure</groupId> |
| 55 | + <artifactId>azure-xml</artifactId> |
| 56 | + <version>1.1.0</version> <!-- {x-version-update;com.azure:azure-xml;dependency} --> |
| 57 | + </dependency> |
| 58 | + <dependency> |
| 59 | + <groupId>com.azure</groupId> |
| 60 | + <artifactId>azure-core</artifactId> |
| 61 | + <version>1.51.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
| 62 | + </dependency> |
| 63 | + <dependency> |
| 64 | + <groupId>com.azure</groupId> |
| 65 | + <artifactId>azure-core-http-netty</artifactId> |
| 66 | + <version>1.15.3</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} --> |
| 67 | + </dependency> |
| 68 | + <dependency> |
| 69 | + <groupId>org.junit.jupiter</groupId> |
| 70 | + <artifactId>junit-jupiter-api</artifactId> |
| 71 | + <version>5.9.3</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-api;external_dependency} --> |
| 72 | + <scope>test</scope> |
| 73 | + </dependency> |
| 74 | + <dependency> |
| 75 | + <groupId>org.junit.jupiter</groupId> |
| 76 | + <artifactId>junit-jupiter-engine</artifactId> |
| 77 | + <version>5.9.3</version> <!-- {x-version-update;org.junit.jupiter:junit-jupiter-engine;external_dependency} --> |
| 78 | + <scope>test</scope> |
| 79 | + </dependency> |
| 80 | + <dependency> |
| 81 | + <groupId>com.azure</groupId> |
| 82 | + <artifactId>azure-core-test</artifactId> |
| 83 | + <version>1.26.2</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} --> |
| 84 | + <scope>test</scope> |
| 85 | + </dependency> |
| 86 | + <dependency> |
| 87 | + <groupId>com.azure</groupId> |
| 88 | + <artifactId>azure-identity</artifactId> |
| 89 | + <version>1.13.2</version> <!-- {x-version-update;com.azure:azure-identity;dependency} --> |
| 90 | + <scope>test</scope> |
| 91 | + </dependency> |
| 92 | + <dependency> |
| 93 | + <groupId>org.slf4j</groupId> |
| 94 | + <artifactId>slf4j-simple</artifactId> |
| 95 | + <version>1.7.36</version> <!-- {x-version-update;org.slf4j:slf4j-simple;external_dependency} --> |
| 96 | + <scope>test</scope> |
| 97 | + </dependency> |
| 98 | + </dependencies> |
| 99 | +</project> |
0 commit comments