Skip to content

Commit

Permalink
E2E tests update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm-ttd committed Jan 24, 2024
1 parent ee8d6e6 commit 7b51637
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-optout</artifactId>
<version>2.7.44-5bb2a9e23c</version>
<version>3.0.0-SNAPSHOT</version>

<name>uid2-optout</name>
<url>https://github.com/IABTechLab/uid2-optout</url>
Expand All @@ -23,11 +23,19 @@
<java.version>21</java.version>
</properties>

<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.uid2</groupId>
<artifactId>uid2-attestation-api</artifactId>
<version>1.4.0-e5df2e10aa</version>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.uid2</groupId>
Expand Down

0 comments on commit 7b51637

Please sign in to comment.