Skip to content

Commit 81b1b4e

Browse files
committed
Fix error when creating a transaction in bookshop-srv (MT)
Adds org.apache.commons:commons-collections4:4.4 as dependency. The dependency is needed for com.sap.cds:cds-feature-mt:3.4.0 but never imported. This is likely a bug.
1 parent 22f1e79 commit 81b1b4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

srv/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<artifactId>cds-starter-spring-boot</artifactId>
2323
</dependency>
2424

25+
<dependency>
26+
<groupId>org.apache.commons</groupId>
27+
<artifactId>commons-collections4</artifactId>
28+
<version>4.4</version>
29+
</dependency>
30+
2531
<dependency>
2632
<groupId>com.sap.cds</groupId>
2733
<artifactId>cds-adapter-odata-v4</artifactId>

0 commit comments

Comments
 (0)