Updated POM information to include "dependencies", since it is easy to

incorrectly add it as a dependency to ones own project.
This commit is contained in:
nathan 2017-07-23 18:02:50 +02:00
parent 8b63996a1b
commit 83d851f39d

View File

@ -139,11 +139,14 @@ This project includes some utility classes that are a small subset of a much lar
Maven Info Maven Info
--------- ---------
``` ```
<dependencies>
...
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId> <artifactId>MessageBus</artifactId>
<version>1.17</version> <version>1.17</version>
</dependency> </dependency>
</dependencies>
``` ```