1 parent 34383bb commit 234332bCopy full SHA for 234332b
1 file changed
pom.xml
@@ -18,18 +18,19 @@
18
<inceptionYear>2009</inceptionYear>
19
20
<dependencies>
21
- <dependency>
22
- <groupId>org.bushe</groupId>
23
- <artifactId>eventbus</artifactId>
24
- <version>1.4</version>
25
- </dependency>
26
-
+ <!-- Third-party dependencies -->
27
<dependency>
28
<groupId>com.googlecode.gentyref</groupId>
29
<artifactId>gentyref</artifactId>
30
<version>1.1.0</version>
31
</dependency>
+ <dependency>
+ <groupId>org.bushe</groupId>
+ <artifactId>eventbus</artifactId>
+ <version>1.4</version>
+ </dependency>
32
33
+ <!-- Test scope dependencies -->
34
35
<groupId>junit</groupId>
36
<artifactId>junit</artifactId>
0 commit comments