Skip to content

Commit

Permalink
Lock versions of kiwi and kiwi-test
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
sleberknight committed May 1, 2023
1 parent 876f66b commit 5d96ea3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi</artifactId>
<version>${kiwi.version}</version>
</dependency>

<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-test</artifactId>
<version>${kiwi-test.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -62,7 +74,6 @@
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi</artifactId>
<version>${kiwi.version}</version>
</dependency>

<!-- Provided dependencies -->
Expand All @@ -89,7 +100,6 @@
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-test</artifactId>
<version>${kiwi-test.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5d96ea3

Please sign in to comment.