1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 10:38:19 +08:00

refactor(demo): Move all tests to demo.

This commit is contained in:
2025-04-17 17:43:29 +08:00
parent a670aec986
commit 28cb5d4c83
15 changed files with 82 additions and 142 deletions
-7
View File
@@ -41,13 +41,6 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>configured-demo</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>