Details
-
Improvement
-
Resolution: Won't Do
-
Neutral
-
None
-
None
-
None
Description
Create a BOM for integration tests, since we have "duplicated" dependencies in:
- ce/magnolia-integration-tests/pom.xml
- dx-core/integration-tests/pom.xml
Among other libraries, this applies to:
<dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>1.15.1</version> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>selenium</artifactId> <version>1.15.1</version> </dependency>
Check whether there are other test-related library versions which must go into such BOM.!
Checklists
Acceptance criteria