Skip to content

Commit fd49f53

Browse files
build(junit): limit the scope to test (#104)
This commit limits the scope of the junit library so that the core library users don't run into version conflict issues for the testing suites. Closes #103
1 parent 2570791 commit fd49f53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<groupId>junit</groupId>
6161
<artifactId>junit</artifactId>
6262
<version>4.13.2</version>
63+
<scope>test</scope>
6364
</dependency>
6465
<dependency>
6566
<groupId>javax.xml.bind</groupId>

0 commit comments

Comments
 (0)