Add colors

This commit is contained in:
Roman Zhuravlev 2023-10-21 15:55:08 +05:00
parent caee3c9080
commit efe106b178
13 changed files with 1022 additions and 2 deletions

View file

@ -2,8 +2,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.zhdev.varioutil</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@ -31,6 +31,10 @@
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</exclusion>
<exclusion>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>