Skip to content

Commit

Permalink
feat:pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed May 9, 2024
1 parent 74c5481 commit 442af2c
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<nexus.releases>https://nexus.olcs.dev-dvsacloud.uk/repository/maven-releases</nexus.releases>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.version>3.8.1</maven.compiler.version>
<active-support.version>2.0.1.10</active-support.version>
<axe-selenium-version>4.8.0</axe-selenium-version>
<active-support.version>2.2.0</active-support.version>
<axe-selenium-version>3.0</axe-selenium-version>
<!--suppress UnresolvedMavenProperty -->
<rules.scan>${rules}</rules.scan>
<!--suppress UnresolvedMavenProperty -->
Expand Down Expand Up @@ -101,8 +101,24 @@
<artifactId>ion-java</artifactId>
<version>${software.amazon.ion.version}</version>
</dependency>
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>${mustache.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${slf4j-log4j12.version}</version>
</dependency>
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>selenium</artifactId>
<version>4.6.0</version>
</dependency>
</dependencies>


<distributionManagement>
<repository>
<id>github</id>
Expand Down

0 comments on commit 442af2c

Please sign in to comment.