Add lanterna to the project
This commit is contained in:
parent
a86832f9cb
commit
0388f71a8b
|
@ -2,6 +2,6 @@ fitnesse/FitNesseRoot/files
|
|||
fitnesse/FitNesseRoot/FitNesse/UserGuide/
|
||||
fitnesse/fitnesse-results
|
||||
target/
|
||||
*.zip
|
||||
*.swp
|
||||
*.zip
|
||||
dependency-reduced-pom.xml
|
5
pom.xml
5
pom.xml
|
@ -58,6 +58,11 @@
|
|||
<version>20161106</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.lanterna</groupId>
|
||||
<artifactId>lanterna</artifactId>
|
||||
<version>3.0.0-rc1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
Loading…
Reference in New Issue