Add colors
This commit is contained in:
parent
caee3c9080
commit
efe106b178
13 changed files with 1022 additions and 2 deletions
12
misc/pom.xml
12
misc/pom.xml
|
|
@ -10,6 +10,18 @@
|
|||
<artifactId>misc</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>io</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue