Skip to content

Commit

Permalink
chore(deps): Update test dependencies in maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer committed Feb 12, 2025
1 parent 9f59338 commit d9840e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions streampipes-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.8.2</version>
</dependency>
</dependencies>

</dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

import org.junit.jupiter.api.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;


public class TestMarkdownTitleRemover {

Expand Down

0 comments on commit d9840e7

Please sign in to comment.