Weld Extensions "bill of materials" which can be imported by any project using the Weld Extensions. It provides dependency management for the extensions.
'org.jboss.weld:weld-extensions-bom:1.0.0-CR2'
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-extensions-bom</artifactId>
<version>1.0.0-CR2</version>
</dependency>
<dependency org="org.jboss.weld" name="weld-extensions-bom" rev="1.0.0-CR2"/>
"org.jboss.weld", "weld-extensions-bom", "1.0.0-CR2"