|
82 | 82 | </dependency>
|
83 | 83 |
|
84 | 84 | <!-- CDI -->
|
85 |
| - <!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 --> |
| 85 | + |
86 | 86 | <dependency>
|
87 |
| - <groupId>org.apache.geronimo.specs</groupId> |
88 |
| - <artifactId>geronimo-jcdi_2.0_spec</artifactId> |
89 |
| - <version>1.0.1</version> |
| 87 | + <groupId>jakarta.enterprise</groupId> |
| 88 | + <artifactId>jakarta.enterprise.cdi-api</artifactId> |
| 89 | + <version>${cdi}</version> |
90 | 90 | <optional>true</optional>
|
91 | 91 | </dependency>
|
92 | 92 |
|
93 | 93 | <dependency>
|
94 |
| - <groupId>javax.interceptor</groupId> |
95 |
| - <artifactId>javax.interceptor-api</artifactId> |
96 |
| - <version>1.2.1</version> |
| 94 | + <groupId>jakarta.annotation</groupId> |
| 95 | + <artifactId>jakarta.annotation-api</artifactId> |
| 96 | + <version>${jakarta-annotation-api}</version> |
97 | 97 | <scope>test</scope>
|
98 | 98 | </dependency>
|
99 | 99 |
|
100 | 100 | <dependency>
|
101 |
| - <groupId>javax.enterprise</groupId> |
102 |
| - <artifactId>cdi-api</artifactId> |
103 |
| - <version>${cdi}</version> |
104 |
| - <optional>true</optional> |
105 |
| - </dependency> |
106 |
| - |
107 |
| - <dependency> |
108 |
| - <groupId>javax.annotation</groupId> |
109 |
| - <artifactId>javax.annotation-api</artifactId> |
110 |
| - <version>${javax-annotation-api}</version> |
| 101 | + <groupId>org.apache.openwebbeans</groupId> |
| 102 | + <artifactId>openwebbeans-se</artifactId> |
| 103 | + <classifier>jakarta</classifier> |
| 104 | + <version>${webbeans}</version> |
111 | 105 | <scope>test</scope>
|
112 | 106 | </dependency>
|
113 | 107 |
|
114 | 108 | <dependency>
|
115 | 109 | <groupId>org.apache.openwebbeans</groupId>
|
116 |
| - <artifactId>openwebbeans-se</artifactId> |
| 110 | + <artifactId>openwebbeans-spi</artifactId> |
| 111 | + <classifier>jakarta</classifier> |
117 | 112 | <version>${webbeans}</version>
|
118 | 113 | <scope>test</scope>
|
119 | 114 | </dependency>
|
120 | 115 |
|
121 | 116 | <dependency>
|
122 |
| - <groupId>org.apache.xbean</groupId> |
123 |
| - <artifactId>xbean-asm9-shaded</artifactId> |
124 |
| - <version>${webbeans.xbean}</version> |
| 117 | + <groupId>org.apache.openwebbeans</groupId> |
| 118 | + <artifactId>openwebbeans-impl</artifactId> |
| 119 | + <classifier>jakarta</classifier> |
| 120 | + <version>${webbeans}</version> |
125 | 121 | <scope>test</scope>
|
126 | 122 | </dependency>
|
127 | 123 |
|
|
0 commit comments