Skip to content

Commit 9120bb2

Browse files
committed
style: Run spotless:apply
1 parent 521b7d3 commit 9120bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@
108108
<groupId>org.apache.logging.log4j</groupId>
109109
<artifactId>log4j-core</artifactId>
110110
</dependency>
111+
<dependency>
112+
<groupId>org.reflections</groupId>
113+
<artifactId>reflections</artifactId>
114+
</dependency>
111115
<dependency>
112116
<groupId>com.github.spotbugs</groupId>
113117
<artifactId>spotbugs-annotations</artifactId>
114118
<scope>provided</scope>
115119
</dependency>
116-
<dependency>
117-
<groupId>org.reflections</groupId>
118-
<artifactId>reflections</artifactId>
119-
</dependency>
120120
<!-- scope: test -->
121121
<dependency>
122122
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)