Skip to content

Commit

Permalink
support snapshots of web-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Jul 23, 2024
1 parent 7998960 commit f1fb02c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions a-trust-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.axonivy.ivy.test</groupId>
Expand Down

0 comments on commit f1fb02c

Please sign in to comment.