Skip to content

Commit

Permalink
ADBDEV-6065: Fix repository for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaZe committed Aug 14, 2024
1 parent 30918d3 commit fc8714a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions automation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@

<repositories>
<repository>
<id>test-dependencies</id>
<url>https://maven.top-q.co.il/content/repositories/public/</url>
<id>test-repo</id>
<url>https://jcenter.bintray.com/</url>
</repository>
<repository>
<id>test-repo-extra</id>
<url>https://maven.top-q.co.il/content/repositories/public/releases/</url>
</repository>
</repositories>

Expand Down Expand Up @@ -159,7 +163,7 @@
<dependency>
<groupId>org.jsystemtest</groupId>
<artifactId>jsystemCore</artifactId>
<version>6.1.06</version>
<version>6.0.01</version>
<exclusions>
<!-- javax.comm provides applications access to RS-232 hardware - not needed -->
<exclusion>
Expand All @@ -172,7 +176,7 @@
<dependency>
<groupId>org.jsystemtest.systemobjects</groupId>
<artifactId>cli</artifactId>
<version>6.1.06</version>
<version>6.0.01</version>
<exclusions>
<!-- javax.comm provides applications access to RS-232 hardware - not needed -->
<exclusion>
Expand Down

0 comments on commit fc8714a

Please sign in to comment.