Skip to content

Commit 5495e7d

Browse files
committed
refactor(pom): group dependencies by scope
Signed-off-by: texastony <[email protected]>
1 parent 859124d commit 5495e7d

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pom.xml

+7-11
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,18 @@
5151
<artifactId>bcprov-ext-jdk15on</artifactId>
5252
<version>1.69</version>
5353
</dependency>
54-
54+
<dependency>
55+
<groupId>org.apache.commons</groupId>
56+
<artifactId>commons-lang3</artifactId>
57+
<version>3.12.0</version>
58+
</dependency>
59+
<!-- START: test -->
5560
<dependency>
5661
<groupId>org.mockito</groupId>
5762
<artifactId>mockito-core</artifactId>
5863
<version>3.11.2</version>
5964
<scope>test</scope>
6065
</dependency>
61-
6266
<dependency>
6367
<groupId>org.junit.jupiter</groupId>
6468
<artifactId>junit-jupiter-api</artifactId>
@@ -71,15 +75,13 @@
7175
<version>5.7.2</version>
7276
<scope>test</scope>
7377
</dependency>
74-
7578
<dependency>
7679
<groupId>org.hamcrest</groupId>
7780
<artifactId>hamcrest-all</artifactId>
7881
<version>1.3</version>
7982
<scope>test</scope>
8083
</dependency>
81-
82-
84+
<!-- END: test -->
8385
<dependency>
8486
<groupId>com.google.code.findbugs</groupId>
8587
<artifactId>jsr305</artifactId>
@@ -92,12 +94,6 @@
9294
<version>3.0.1</version>
9395
<scope>provided</scope>
9496
</dependency>
95-
96-
<dependency>
97-
<groupId>org.apache.commons</groupId>
98-
<artifactId>commons-lang3</artifactId>
99-
<version>3.12.0</version>
100-
</dependency>
10197
</dependencies>
10298

10399
<!--Custom repository:-->

0 commit comments

Comments
 (0)