removed dependencies from FlowableModelTestUtils, removed JsonUtils

This commit is contained in:
Andreas Isler
2026-06-12 16:31:19 +02:00
parent d183153660
commit f5f495567c
3 changed files with 60 additions and 136 deletions
+7 -6
View File
@@ -51,6 +51,11 @@
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Flowable Inspect -->
<!-- ======= -->
@@ -66,20 +71,17 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.wnameless.json</groupId>
<artifactId>json-flattener</artifactId>
<version>0.16.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
<version>2.1.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
@@ -87,7 +89,6 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>