Skip to content

Commit 234332b

Browse files
committed
POM: organize dependencies
1 parent 34383bb commit 234332b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@
1818
<inceptionYear>2009</inceptionYear>
1919

2020
<dependencies>
21-
<dependency>
22-
<groupId>org.bushe</groupId>
23-
<artifactId>eventbus</artifactId>
24-
<version>1.4</version>
25-
</dependency>
26-
21+
<!-- Third-party dependencies -->
2722
<dependency>
2823
<groupId>com.googlecode.gentyref</groupId>
2924
<artifactId>gentyref</artifactId>
3025
<version>1.1.0</version>
3126
</dependency>
27+
<dependency>
28+
<groupId>org.bushe</groupId>
29+
<artifactId>eventbus</artifactId>
30+
<version>1.4</version>
31+
</dependency>
3232

33+
<!-- Test scope dependencies -->
3334
<dependency>
3435
<groupId>junit</groupId>
3536
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)