Skip to content

Commit

Permalink
fix JUnit scope
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Aug 2, 2024
1 parent 1312b8d commit 5061b48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions arebac-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
6 changes: 6 additions & 0 deletions arebac-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
<artifactId>neo4j</artifactId>
<version>5.22.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 5061b48

Please sign in to comment.