Skip to content

Commit

Permalink
wiremock som property
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil authored Apr 22, 2024
1 parent eaecccf commit e4f83f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
<kotlin.version>1.9.23</kotlin.version>
<mockk.version>1.13.10</mockk.version>
<nav.security.token.version>4.1.3</nav.security.token.version>


<wiremock.version>3.5.3</wiremock.version>
</properties>

<modules>
Expand Down Expand Up @@ -94,7 +93,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.5.3</version>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit e4f83f7

Please sign in to comment.