Skip to content

Commit

Permalink
fix: Clean up pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tengell committed Apr 22, 2024
1 parent e322580 commit 66038af
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<major-version>1</major-version>
<revision>${major-version}.local-SNAPSHOT</revision>

<spek.version>2.0.19</spek.version>
<kotest-runner-junit5-jvm.version>5.8.1</kotest-runner-junit5-jvm.version>
</properties>

<distributionManagement>
Expand All @@ -50,19 +50,12 @@
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>5.8.1</version>
<version>${kotest-runner-junit5-jvm.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
<!--org.jetbrains.spek:spek-api-->
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com</url>
</repository>

<!--For internal dependencies-->
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/capralifecycle/*</url>
Expand Down

0 comments on commit 66038af

Please sign in to comment.