Skip to content

Commit

Permalink
Update Azure references
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Aug 13, 2024
1 parent 456467e commit 1ffc08d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-shared</artifactId>
<version>7.17.1-alpha-145-SNAPSHOT</version>
<version>7.17.2</version>
<name>${project.groupId}:${project.artifactId}</name>
<description>Library for all the shared uid2 operations</description>
<url>https://github.com/IABTechLab/uid2docs</url>
Expand Down Expand Up @@ -86,6 +86,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.26</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -188,12 +195,10 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.24</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.2</version>
</dependency>
<dependency>
<groupId>co.nstant.in</groupId>
Expand Down

0 comments on commit 1ffc08d

Please sign in to comment.