Skip to content

Commit

Permalink
#294 - Fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Aug 11, 2024
1 parent a1cf884 commit cb4f144
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.starnowski.posmulten.configuration</groupId>-->
<!-- <artifactId>configuration-core</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>com.github.starnowski.posmulten.configuration</groupId>
<artifactId>configuration</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.starnowski.posmulten</groupId>
<artifactId>test-utils</artifactId>
Expand Down

0 comments on commit cb4f144

Please sign in to comment.