Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-bb authored Aug 26, 2024
1 parent eb8d1ff commit e53dfd9
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions jsf-form-archive-util-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,17 @@
<packaging>iar-integration-test</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
<web-tester.version>10.0.16</web-tester.version>
<tester.version>10.0.16</tester.version>
</properties>
<pluginRepositories>
<pluginRepository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<updatePolicy>always</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>com.axonivy.utils.jsfformarchive</groupId>
Expand All @@ -20,7 +29,7 @@
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
<version>${web-tester.version}</version>
<version>${tester.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e53dfd9

Please sign in to comment.