Skip to content

Commit

Permalink
Lock version of kiwi (#388)
Browse files Browse the repository at this point in the history
Closes #387
  • Loading branch information
sleberknight authored May 1, 2023
1 parent 362aa63 commit 6ad39c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>

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

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

<dependency>
Expand Down

0 comments on commit 6ad39c7

Please sign in to comment.