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

Add bom dependency to samples #61

Conversation

backwind1233
Copy link
Contributor

  1. Add bom dependency
<dependencyManagement>
    <dependencies>
      <dependency>
          <groupId>com.azure.spring</groupId>
          <artifactId>azure-spring-cloud-dependencies</artifactId>
          <version>2.9.0</version>
          <type>pom</type>
          <scope>import</scope>
        </dependency>
    </dependencies>
  </dependencyManagement>

<dependencyManagement>
    <dependencies>
        <dependency>
          <groupId>com.azure.spring</groupId>
          <artifactId>azure-spring-boot-bom</artifactId>
          <version>3.9.0</version>
          <type>pom</type>
          <scope>import</scope>
        </dependency>
    </dependencies>
  </dependencyManagement>

  1. update to the lastest version

- update to latest version
@backwind1233 backwind1233 self-assigned this Oct 12, 2021
@backwind1233 backwind1233 added the azure-spring All azure-spring related issues label Oct 12, 2021
@backwind1233 backwind1233 changed the title Add bom dependency Add bom dependency to samples Oct 12, 2021
@@ -41,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.4.0</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->
<version>7.4.1</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;dependency} -->

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@chenrujun chenrujun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@backwind1233 backwind1233 merged commit 349ff20 into Azure-Samples:main Oct 13, 2021
@backwind1233 backwind1233 deleted the 20211012_adddependencymanagement_gzh branch October 13, 2021 00:15
@backwind1233
Copy link
Contributor Author

#62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants