Skip to content

Commit ca212b4

Browse files
Apply clang-format to AlphabeticalTest.java
1 parent d6222db commit ca212b4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@
5555
<artifactId>commons-collections4</artifactId>
5656
<version>4.5.0</version>
5757
</dependency>
58+
59+
<dependency>
60+
<groupId>org.junit.jupiter</groupId>
61+
<artifactId>junit-jupiter</artifactId>
62+
<version>5.9.3</version>
63+
<scope>test</scope>
64+
</dependency>
5865
</dependencies>
5966

6067
<build>

0 commit comments

Comments
 (0)