<dependencies>
...
<dependency>
<groupId>de.team33.testing</groupId>
<artifactId>async-thebe</artifactId>
<version>1.1.1</version>
<scope>test</scope>
</dependency>
...
</dependencies>
Manage dependencies as described in → testing-bom and then simply declare your dependency as follows. ..
<dependencies>
...
<dependency>
<groupId>de.team33.testing</groupId>
<artifactId>async-thebe</artifactId>
</dependency>
...
</dependencies>