<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<version>6.0.0.Beta3</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.weld', module='weld-core-impl', version='6.0.0.Beta3')
)
<parent> <groupId>org.jboss.weld</groupId> <artifactId>weld-core-parent</artifactId> <version>6.0.0.Beta3</version> </parent>
compile
|-- org.jboss.classfilewriter:jboss-classfilewriter
|-- jakarta.annotation:jakarta.annotation-api
|-- jakarta.persistence:jakarta.persistence-api
|-- jakarta.interceptor:jakarta.interceptor-api
|-- org.jboss.logging:jboss-logging
|-- com.github.spotbugs:spotbugs-annotations
provided
|-- org.jboss.logging:jboss-logging-processor
test
|-- junit:junit