1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-15 08:29:27 +00:00

Added JLine library to pom.xml

This commit is contained in:
Seth J. Morabito 2010-02-08 11:31:13 -08:00
parent be71aee824
commit b44859e096

12
pom.xml
View File

@ -7,6 +7,13 @@
<version>0.1</version>
<name>symon</name>
<url>http://www.loomcom.com/symon</url>
<repositories>
<repository>
<id>jline</id>
<name>JLine Project Repository</name>
<url>http://jline.sourceforge.net/m2repo</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
@ -14,6 +21,11 @@
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.9</version>
</dependency>
</dependencies>
<build>