Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Maven enforcer plugin needs correct versions #843

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

yasammez
Copy link

The Maven enforcer plugin currently produces an error with the following pom.xml

    <properties>
        <azure-sdk-bom.version>1.2.25</azure-sdk-bom.version>
    </properties>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>com.azure</groupId>
                <artifactId>azure-sdk-bom</artifactId>
                <version>${azure-sdk-bom.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
    </dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.azure</groupId>
            <artifactId>azure-identity</artifactId>
        </dependency>
    </dependencies>
Dependency convergence error for com.microsoft.azure:msal4j:jar:1.15.1 paths to dependency are:
+-com.example.myproject:jar:0.0.1-local
  +-com.azure:azure-identity:jar:1.13.0:compile
    +-com.microsoft.azure:msal4j:jar:1.15.1:compile
and
+-com.example.myproject:jar:0.0.1-local
  +-com.azure:azure-identity:jar:1.13.0:compile
    +-com.microsoft.azure:msal4j-persistence-extension:jar:1.3.0:compile
      +-com.microsoft.azure:msal4j:jar:1.15.0:compile

@yasammez yasammez requested a review from a team as a code owner July 23, 2024 09:48
@Avery-Dunn Avery-Dunn merged commit 9374a3a into AzureAD:dev Jul 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants