<dependencyManagement>
<dependencies>
...
<dependency>
<groupId>de.team33.patterns</groupId>
<artifactId>patterns-bom</artifactId>
<version>2.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
...
</dependencies>
</dependencyManagement>