|
| 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-ai-projects</artifactId> |
| 17 | + <version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-projects;current} --> |
| 18 | + <packaging>jar</packaging> |
| 19 | + |
| 20 | + <name>Microsoft Azure SDK for Projects</name> |
| 21 | + <description>This package contains Microsoft Azure Projects 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 | + |
| 47 | + <jacoco.min.linecoverage>0</jacoco.min.linecoverage> |
| 48 | + <jacoco.min.branchcoverage>0</jacoco.min.branchcoverage> |
| 49 | + |
| 50 | + <javaModulesSurefireArgLine> |
| 51 | + --add-exports com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED |
| 52 | + --add-opens com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED |
| 53 | + </javaModulesSurefireArgLine> |
| 54 | + </properties> |
| 55 | + <dependencies> |
| 56 | + <dependency> |
| 57 | + <groupId>com.azure</groupId> |
| 58 | + <artifactId>azure-core</artifactId> |
| 59 | + <version>1.55.3</version> <!-- {x-version-update;com.azure:azure-core;dependency} --> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>com.azure</groupId> |
| 63 | + <artifactId>azure-core-http-netty</artifactId> |
| 64 | + <version>1.15.11</version> <!-- {x-version-update;com.azure:azure-core-http-netty;dependency} --> |
| 65 | + </dependency> |
| 66 | + <dependency> |
| 67 | + <groupId>com.azure</groupId> |
| 68 | + <artifactId>azure-storage-blob</artifactId> |
| 69 | + <version>12.30.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} --> |
| 70 | + </dependency> |
| 71 | + <dependency> |
| 72 | + <groupId>com.azure</groupId> |
| 73 | + <artifactId>azure-core-test</artifactId> |
| 74 | + <version>1.27.0-beta.8</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} --> |
| 75 | + <scope>test</scope> |
| 76 | + </dependency> |
| 77 | + <dependency> |
| 78 | + <groupId>com.azure</groupId> |
| 79 | + <artifactId>azure-identity</artifactId> |
| 80 | + <version>1.16.0</version> <!-- {x-version-update;com.azure:azure-identity;dependency} --> |
| 81 | + <scope>test</scope> |
| 82 | + </dependency> |
| 83 | + |
| 84 | + <dependency> |
| 85 | + <groupId>com.azure</groupId> |
| 86 | + <artifactId>azure-ai-agents-persistent</artifactId> |
| 87 | + <version>1.0.0-alpha.20250508.5</version> <!-- {x-version-update;com.azure:azure-ai-agents-persistent;external_dependency} --> |
| 88 | + </dependency> |
| 89 | + </dependencies> |
| 90 | + |
| 91 | + <repositories> |
| 92 | + <repository> |
| 93 | + <id>azure-sdk-for-java</id> |
| 94 | + <url>https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-java/maven/v1</url> |
| 95 | + <releases> |
| 96 | + <enabled>true</enabled> |
| 97 | + </releases> |
| 98 | + <snapshots> |
| 99 | + <enabled>true</enabled> |
| 100 | + </snapshots> |
| 101 | + </repository> |
| 102 | + </repositories> |
| 103 | +</project> |
0 commit comments