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 eb09c39ec4
commit 365645ecd3

View File

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