|
|
|
|
@ -138,6 +138,21 @@
@@ -138,6 +138,21 @@
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- CDI --> |
|
|
|
|
<!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId> |
|
|
|
|
<artifactId>geronimo-jcdi_2.0_spec</artifactId> |
|
|
|
|
<version>1.0.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.interceptor</groupId> |
|
|
|
|
<artifactId>javax.interceptor-api</artifactId> |
|
|
|
|
<version>1.2.1</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.enterprise</groupId> |
|
|
|
|
<artifactId>cdi-api</artifactId> |
|
|
|
|
|