Skip to content

Commit 689c213

Browse files
authored
Remove logback from test dependencies (#1238)
The test library should not provide any logging library Signed-off-by: fjtirado <ftirados@redhat.com>
1 parent 94d713a commit 689c213

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

impl/persistence/api/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<dependency>
1212
<groupId>io.serverlessworkflow</groupId>
1313
<artifactId>serverlessworkflow-impl-core</artifactId>
14-
<version>8.0.0-SNAPSHOT</version>
1514
</dependency>
1615
</dependencies>
1716
</project>

impl/persistence/tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@
3333
<artifactId>assertj-core</artifactId>
3434
<scope>compile</scope>
3535
</dependency>
36-
<dependency>
37-
<groupId>ch.qos.logback</groupId>
38-
<artifactId>logback-classic</artifactId>
39-
<scope>compile</scope>
40-
</dependency>
4136
<dependency>
4237
<groupId>io.serverlessworkflow</groupId>
4338
<artifactId>serverlessworkflow-persistence-api</artifactId>

0 commit comments

Comments
 (0)