Team33 Testing Library BOM
- de.team33.testing:testing-bom
Current Version
Description
- team33 testing library collection - bill of materials
- Manages dependencies when using multiple libraries from this library collection.
- Defaults <scope> to test for each code module.
Resources
Maven
<dependencyManagement>
<dependencies>
...
<dependency>
<groupId>de.team33.testing</groupId>
<artifactId>testing-bom</artifactId>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
...
</dependencies>
</dependencyManagement>